powerline/tests
Kovid Goyal 7423b55cc4 Fix git branch name sometimes getting stuck with inotify
If you try to checkout the already current branch in git, git creates
HEAD.lock and renames it to HEAD. This causes the inode of HEAD to
change and so the inotify file watcher stops tracking HEAD.

The fix is to re-create the inotify watch when the file attributes
change. This is a bit of a performance penalty as most of the time the
attribute changes are simple last modified time/size changes, but since
inotify provides no way to know specifically when the inode has changed,
this is the best we can do.
2013-09-25 10:27:48 +05:30
..
lib Fix tmux tests 2013-05-02 15:47:05 +04:00
path Combine vim modelines and Python encoding declarations 2013-03-11 10:40:09 +01:00
__init__.py Fix tests on python-2.6 2013-04-06 19:01:59 +04:00
empty Start adding tests 2013-03-03 21:03:19 +01:00
install.sh Always return true in install.sh 2013-05-06 19:13:00 +04:00
test.sh Fix problems with merging vim.Dictionary 2013-05-23 18:36:51 +04:00
test_config_reload.py Some fixes for flake8 2013-04-06 18:56:19 +04:00
test_configuration.py Fix tests 2013-05-19 13:17:59 +04:00
test_lib.py Fix git branch name sometimes getting stuck with inotify 2013-09-25 10:27:48 +05:30
test_local_overrides.vim Fix problems with merging vim.Dictionary 2013-05-23 18:36:51 +04:00
test_plugin_file.vim Fix problems with merging vim.Dictionary 2013-05-23 18:36:51 +04:00
test_segments.py Add visual_range segment 2013-08-06 10:57:04 +02:00
vim.py Add visual_range segment 2013-08-06 10:57:04 +02:00