Daniel Hahler
ac42c83a70
bootstrap: verify that g:UltiSnipsUsePythonVersion is available
...
Without this, UltiSnips will throw a lot of errors in case it's not
available.
This does not look at `g:UltiSnipsNoPythonWarning`, because it is not
auto-detected, but provided by the user's config.
2015-04-18 22:56:09 +02:00
Holger Rapp
00848d7d64
Merge pull request #483 from cwahbong/master
...
Update document for zero tabstop.
2015-04-18 22:45:04 +02:00
Holger Rapp
3ccc14dcac
Try to work around transiently failing commands.
2015-04-18 18:16:08 +02:00
Holger Rapp
aeb2e24204
Disabled unite test - it seems flaky.
2015-04-18 17:33:36 +02:00
Holger Rapp
4b39bf6558
Priority must always be an integer.
2015-04-18 17:32:36 +02:00
Holger Rapp
ee7e15558f
Make install_vim.sh actually executable.
2015-04-18 17:19:00 +02:00
Holger Rapp
99eede1bf6
Started to test py2 and py3 on travis now.
...
I also learned that Vim 7.3 does not seem to be working at all anymore.
Fixes a bug that only happens with python3.
2015-04-18 17:15:05 +02:00
Holger Rapp
01a17a1a41
Merge pull request #480 from KazuakiM/master
...
Delete neocomplete.sources default setting
2015-04-18 13:38:11 +02:00
cwahbong
bf20bc6f66
Update document for zero tabstop.
2015-04-15 20:58:26 +08:00
Holger Rapp
62a96bb05d
Merge pull request #462 from kawing-chiu/fix-#457
...
Fix adjacent tabstop input issue.
2015-04-13 20:37:39 +02:00
kawing.chiu
71a8fdec58
Add contributor to doc.
2015-04-12 22:34:06 +08:00
KazuakiM
42fc6c0318
Merge branch 'improve_neocomplete'
2015-04-12 19:47:24 +09:00
KazuakiM
3ae9b48cf9
Delete default setting in neocomplete/sources/ultisnips.vim
2015-04-12 19:38:33 +09:00
kawing.chiu
f9a22111f0
Fix adjacent tabstop input issue.
...
Previously, adjacent tabstops like $1$2 were not handled properly.
$2 could be jumped to but no text could be added. See issue #457 .
2015-03-13 23:49:45 +08:00
Holger Rapp
1971030b50
Merge pull request #456 from spacewander/master
...
remove duplicate things in vim_test_case.py
2015-03-05 05:54:00 -08:00
spacewander
4d88df461f
remove duplicate things in vim_test_case.py
2015-03-05 18:21:09 +08:00
Holger Rapp
56ac14840f
Disable neocomplete test which fails right now.
2015-02-14 15:39:12 +01:00
Holger Rapp
cf23624c04
A usable travis configuration.
2015-02-14 15:31:34 +01:00
Holger Rapp
e112526550
More travis.
2015-02-14 15:26:10 +01:00
Holger Rapp
ad2c6d35ca
Add travis badge and try running on python3 too.
2015-02-14 15:20:55 +01:00
Holger Rapp
db00408a11
More travis.
2015-02-14 15:07:41 +01:00
Holger Rapp
eb9adc50e3
More travis.
2015-02-14 15:05:04 +01:00
Holger Rapp
f47ec08ef2
More travis.
2015-02-14 15:02:24 +01:00
Holger Rapp
348dd4346d
More travis.
2015-02-14 14:54:47 +01:00
Holger Rapp
c1aec63bd2
Typo in travis script.
2015-02-14 14:50:20 +01:00
Holger Rapp
35cdaba3ad
A travis script.
2015-02-14 14:38:17 +01:00
Holger Rapp
09876e0084
Support for m (trim) snippet option.
2015-02-14 14:20:03 +01:00
Holger Rapp
e041187669
Do not try to remap the keymaps if langnoremap is available and set.
2015-02-14 10:44:48 +01:00
Dettorer
c1bde18cdf
Add support vim's langnoremap new option
...
This fixes the following issue:
https://github.com/SirVer/ultisnips/issues/431
2015-02-12 16:27:25 +01:00
Holger Rapp
8367587e4d
Test fixes.
2015-02-12 08:27:43 +01:00
Daniel Hahler
1a3d0ce4b3
tests: allow passing in PYTHON, and default to python2
2015-02-09 22:48:16 +01:00
Daniel Hahler
6e787df804
tests: use return code from testrunner
2015-02-09 22:48:16 +01:00
Daniel Hahler
936aac8da6
tests: add -x / --exitfirst option to fail fast
2015-02-09 22:48:16 +01:00
Daniel Hahler
6602da89dd
tests: fix duplicate method name (test_SnippetPriorities)
2015-02-09 22:48:16 +01:00
Daniel Hahler
125e6be785
tests: minor doc fixes
2015-02-09 22:48:16 +01:00
Daniel Hahler
98fa887e57
tests: remove star imports, sort
2015-02-09 22:48:16 +01:00
Holger Rapp
ed34607d30
Merge pull request #436 from waffle-iron/master
...
waffle.io Badge
2015-02-07 20:33:29 +01:00
Making GitHub Delicious.
483dc4ab2c
add waffle.io badge
2015-02-07 12:33:08 -07:00
Stanislav Seletskiy
81a628c6ea
Add option 'm' for trimming whitespaces in snippet
...
Fix #391
2015-02-04 11:55:28 +06:00
Holger Rapp
d693259abb
Add option to not traverse all of the rtp.
2015-01-22 08:15:37 +01:00
Holger Rapp
0ce8b23660
Less verbose pylint errors.
2015-01-22 08:00:43 +01:00
Stanislav Seletskiy
b47e686521
do not walk &rtp if abs path to snips specified
2015-01-21 17:57:33 +06:00
Holger Rapp
6a787cdc7b
Applied pyformat on entire codebase.
2015-01-20 21:26:03 +01:00
Holger Rapp
e1436a8aeb
Accept numbers and text for disabling snipMate.
2015-01-15 08:17:37 +01:00
Holger Rapp
d240aa24df
Added Pyrohh to the list of contributors.
2015-01-04 22:23:24 +01:00
Holger Rapp
7df82bbe53
Merge pull request #415 from seletskiy/toggle-snipmate
...
add g:UltiSnipsEnableSnipMate
2014-12-20 18:39:50 +01:00
Stanislav Seletskiy
fc080b4fd5
add g:UltiSnipsEnableSnipMate
2014-12-18 12:05:52 +06:00
Holger Rapp
67630f4aea
Merge pull request #414 from Pyrohh/master
...
Check if Neovim is being used when setting snippet directory.
2014-12-08 07:19:49 +01:00
Michael Reed
c050d68e5a
Check if editor is Neovim when setting snippet_dir
2014-12-06 00:41:13 -05:00
Holger Rapp
b26f2c97b7
Merge pull request #413 from lencioni/documentation
...
Fix typo "endglobals" in documentation
2014-12-03 08:42:38 +01:00