UltiSnips/pythonx/UltiSnips
Holger Rapp 6b8bb1b642 Launch and exit vim for each test.
This makes the testsuite slower, but avoids leaking state. Also the code
has to be less aware of being under test. It will also allow to to more
integration tests with other plugins that have support for UltiSnips or
that UltiSnips supports.
2014-02-22 09:26:03 +01:00
..
providers Removes UltiSnipsDontReverseSearchPath. 2014-02-19 21:22:01 +01:00
text_objects Dedent visual line selections before using them. 2014-02-19 21:49:33 +01:00
__init__.py Remove no longer needed loading of vim script from python. 2014-02-17 08:52:10 +01:00
_diff.py All linting done. Project is now lint warning free. 2014-02-08 15:52:06 +01:00
_vim.py Removed exe bit from all python files. 2014-02-15 23:44:36 +01:00
compatibility.py Follow the Vim 7.4 convention where to place python files. 2014-02-07 10:38:44 +01:00
debug.py childs -> children. 2014-02-12 22:22:55 +01:00
escaping.py Removed exe bit from all python files. 2014-02-15 23:44:36 +01:00
indent_util.py More linting done. 2014-02-08 10:51:31 +01:00
position.py More linting and refactorings mainly in _transformation.py. 2014-02-08 14:23:16 +01:00
snippet_definition.py Adds 'priority' keyword and removes '!' option. 2014-02-19 21:04:52 +01:00
snippet_manager.py Launch and exit vim for each test. 2014-02-22 09:26:03 +01:00
test_diff.py All linting done. Project is now lint warning free. 2014-02-08 15:52:06 +01:00
test_position.py All linting done. Project is now lint warning free. 2014-02-08 15:52:06 +01:00
vim_state.py Removed exe bit from all python files. 2014-02-15 23:44:36 +01:00