powerline/tests
ZyX ae92d83eae Fix powerline style
Specifically I searched for all lines that are more then one tab off compared to 
the previous line with

    BufGrep /\(^\t\+\)\S.*\n\1\t\t\+/

and replaced them with something more appropriate. Most of time this resulted in 
a few more newlines, but there are cases when I used mixed tabs/spaces 
indentation+alignment.
2014-08-15 20:58:19 +04:00
..
lib Fix powerline style 2014-08-15 20:58:19 +04:00
path Combine vim modelines and Python encoding declarations 2013-03-11 10:40:09 +01:00
test_shells Add support for PS2 and PS3 prompts outside of zsh 2014-08-12 08:04:35 +04: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 Also install ipython on Python-3.3+ 2014-08-06 18:12:59 +04:00
matchers.py Test that VimPowerline.add_local_theme works 2014-08-12 20:48:49 +04:00
test.sh Add tests for new functionality 2014-07-20 01:53:25 +04:00
test_cmdline.py Rearrange renderers: move *_prompt modules one level up 2014-08-15 19:27:10 +04:00
test_config_merging.py Implement theme hierarchy 2014-08-06 00:05:04 +04:00
test_config_reload.py Implement theme hierarchy 2014-08-06 00:05:04 +04:00
test_configuration.py Test that VimPowerline.add_local_theme works 2014-08-12 20:48:49 +04:00
test_lib.py Set use_mercurial and use_bzr to False in PyPy 2014-07-10 19:49:37 +04:00
test_lib_config.py Ignore IOError’s in ConfigLoader.update 2014-07-26 01:46:54 +04:00
test_local_overrides.vim Use ascii theme in local overrides 2014-08-06 02:25:24 +04:00
test_plugin_file.vim Test tabline in test_tabline.vim file 2014-08-03 12:53:15 +04:00
test_provided_config_files.py Rearrange renderers: move *_prompt modules one level up 2014-08-15 19:27:10 +04:00
test_segments.py Fix powerline style 2014-08-15 20:58:19 +04:00
test_tabline.vim Use more precise error messages in test_tabline.vim 2014-08-06 01:33:37 +04:00
vim.py Fix powerline style 2014-08-15 20:58:19 +04:00