Holger Rapp
e1e005a810
Merge pull request #575 from manishrjain/master
...
Fix link to Vimcasts
2015-09-20 21:23:12 +02:00
Manish R Jain
c39ffb8510
Fix link to Vimcasts
2015-09-19 07:37:56 +10:00
Holger Rapp
ef2c0d6d80
Merge pull request #573 from ericdouglas/patch-1
...
Fix Tabstops and Placeholders index
2015-09-15 07:13:19 +02:00
Eric Douglas
e603117f66
Fix Tabstops and Placeholders index
2015-09-14 12:27:16 -03:00
Holger Rapp
036d0d9c25
Merge pull request #570 from dueyfinster/patch-1
...
Fixed URL for Vimcasts in Documentation
2015-09-10 06:47:30 +02:00
Neil Grogan
74bbca2f9c
Fixed URL
2015-09-09 11:09:32 +01: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
Holger Rapp
490430f91d
Merge support for auto expand.
2015-08-17 08:30:59 +02:00
Holger Rapp
8c7ce88277
Allow neovim to fail for the moment. It is flaky on travis.
2015-08-17 08:30:55 +02:00
Stanislav Seletskiy
c45867be58
add missing doc for autotrigger_only
2015-08-13 12:43:30 +06: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
Holger Rapp
cf2c473a8e
Define UltiSnips#FileTypeChanged always
...
This is called via ftdetect/UltiSnips.vim, and needs to be defined
also if UltiSnips fails to initialize, e.g. because of missing Python
support.
2015-08-12 06:59:04 +02:00
Holger Rapp
b968bc3e9f
Merge pull request #548 from blueyed/remove-bootstrap-again
...
Remove autoload/UltiSnips/bootstrap.vim again
2015-08-11 07:25:28 +02:00
Daniel Hahler
5e2f58c35f
Define UltiSnips#FileTypeChanged always
...
This is called via ftdetect/UltiSnips.vim, and needs to be defined
also if UltiSnips fails to initialize, e.g. because of missing Python
support.
2015-08-10 22:46:05 +02:00
Daniel Hahler
4a302149e8
Remove autoload/UltiSnips/bootstrap.vim again
...
This seems to have been re-added accidentally in 3c4ac11
, after it was
removed in becab78
.
2015-08-10 22:31:22 +02:00
Holger Rapp
29ad00ec0f
Merge pull request #544 from wincent/fix-autocmd
...
Use <nomodeline> when firing user autocmds
2015-08-07 07:52:42 +02:00
Greg Hurrell
3eabbe71a3
Use <nomodeline> when firing user autocmds
...
As recommended by the Vim help (`:h <nomodeline>`):
After applying the autocommands the modelines are
processed, so that their settings overrule the
settings from autocommands, like what happens when
editing a file. This is skipped when the <nomodeline>
argument is present. You probably want to use
<nomodeline> for events that are not used when loading
a buffer, such as |User|.
Fixes: https://github.com/SirVer/ultisnips/issues/542
2015-08-06 22:47:29 -07:00
Holger Rapp
b3cd0cae14
Merge pull request #541 from hanschen/master
...
Add field numbers to avoid errors in Python 2.6
2015-08-06 07:36:55 +02:00
Hans Chen
44644f1fd5
Add field numbers to avoid errors in Python 2.6
2015-08-05 10:39:19 -04:00
Holger Rapp
ffb9b79480
Do not run autocommands when using --noplugin.
...
Fixes #214 .
2015-08-04 07:57:38 +02:00
Stanislav Seletskiy
6c4fb6f3f2
fix b->b2<BS> case, fix merge
2015-08-03 14:41:25 +06:00
Stanislav Seletskiy
14ea90385b
tests and docs
2015-08-03 14:41:25 +06:00
Stanislav Seletskiy
1356560f9a
fix blumba test
2015-08-03 14:41:25 +06:00
Stanislav Seletskiy
5af229abc0
add error handling
2015-08-03 14:41:25 +06:00
Stanislav Seletskiy
f80414fac5
prototype of autotrigger
2015-08-03 14:41:25 +06:00
Holger Rapp
7c74aa7686
Merge pull request #537 from krisdages/master
...
Pipe-quoting helptag reference to UltiSnips-context-snippets
[no-ci]
2015-08-01 09:40:10 +02:00
Kris Dages
cc43d1251a
Pipe-quoting helptag reference to UltiSnips-context-snippets
2015-07-31 10:46:02 -05:00
Holger Rapp
c12867d1b9
Merge support for snippet-actions.
...
See *UltiSnips-snippet-actions*.
2015-07-31 15:32:10 +02:00
Stanislav Seletskiy
5638cdf4a2
review fix for ==
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
c3add0bef4
fix neovim tests
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
58a2094d49
review fixes
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
175e3ba521
fix doc 80 chars limit
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
a39f3c241a
revert access to UltiSnips_Manager
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
bdecd9a8b5
fix not cleared context
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
3c4ac11af3
fix python3, finally
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
b50c5c86c3
pass all args to snip.expand_anon
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
9649f15a9e
fix buffer edits from jump action
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
5a663116f5
edge case: anon snip in pre-action
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
1e771de603
fix tests
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
ba774c39ca
review fixes
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
8958b71341
add docs to the buffer proxy object
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
bc29e23226
VimBufferHelper -> VimBufferProxy
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
972305725f
fix expan_anon in pre-action, snip object, fixes
2015-07-29 20:08:49 +06:00
Stanislav Seletskiy
191ebd8e8b
migrate to snip.* namespace
2015-07-29 20:08:34 +06:00
Stanislav Seletskiy
7ead6fa178
detect buffer changes via changedtick
2015-07-29 20:08:34 +06:00