Marius Gedminas
b48d3ca2ab
Fix Vim version checks in tests
...
has_patch(214) is meaningless if you don't pay attention to the
major/minor version: 7.4.214 != 8.0.214.
2016-09-16 23:48:54 +03:00
Stanislav Seletskiy
5d4094b2bb
quick and dirty fix tests for vanilla vim
2016-04-13 17:28:17 +06:00
Stanislav Seletskiy
3a3e56a987
grant access to visual to context and actions
...
Grants access to:
* context match condition for context snippets (via snip.visual_text and
snip.visual_mode);
* pre/post actions (via same variable);
* context match condition to (!) lastly selected placeholder, so it is
possible now to use autotrigger snippets, that are activated by
simply typing letter while tabstop is selected;
* python interpolations to lastly selected placeholder;
2016-03-29 21:25:27 +06:00
Stanislav Seletskiy
5a2dcc5cbf
disable tests in vanilla vim for #616
2015-12-09 19:59:50 +06:00
Stanislav Seletskiy
76ebfec3cf
autotrigger: make snippets expand without <tab>
2015-10-09 16:00:24 +06:00
Holger Rapp
e48d8a28e5
Rollback "Merge support for auto expand."
...
Due to performance degradation reported in #552 .
This reverts commit 490430f91d
, reversing
changes made to cf2c473a8e
.
2015-08-21 07:38:34 +02:00
Stanislav Seletskiy
9eb2de6c34
add test for vim<7.4.214
2015-08-13 12:01:11 +06:00
Stanislav Seletskiy
5a5de07349
neovim tests
2015-08-12 20:08:08 +06:00
Stanislav Seletskiy
a994e3286d
fix py3 tests
2015-08-12 18:40:17 +06:00
Stanislav Seletskiy
61e06bbc18
add note about version and fix tests
2015-08-12 17:35:28 +06:00
Stanislav Seletskiy
878f79ffda
review fixes
2015-08-12 17:22:15 +06:00
Stanislav Seletskiy
8ff84758a7
fix tests
...
Autotrigger is not supported for old versions of vim.
2015-08-12 17:06:56 +06:00
Stanislav Seletskiy
14ea90385b
tests and docs
2015-08-03 14:41:25 +06:00