Package: vim-ultisnips / 3.2-3
Metadata
| Package | Version | Patches format |
|---|---|---|
| vim-ultisnips | 3.2-3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Prefer python3 shebang in test_Interpolation.py.patch | (download) |
test/test_Interpolation.py |
4 2 + 2 - 0 ! |
prefer python3 shebang in test_interpolation.py Note, print with parentheses and single argument produce the same output in old Python. |
| 0002 Run automated tests against installed UtliSnips.patch | (download) |
test/vim_test_case.py |
6 2 + 4 - 0 ! |
run automated tests against installed utlisnips |
| 0003 Detect vim_flavor from call to has nvim.patch | (download) |
test_all.py |
13 10 + 3 - 0 ! |
detect vim_flavor from call to has('nvim')
|
| 0004 Ignore in NeoVim broken test SnippetActions_PostActi.patch | (download) |
test/test_SnippetActions.py |
6 6 + 0 - 0 ! |
ignore in neovim broken test SnippetActions_PostActionModifiesCharAfterSnippet |
| 0005 Invert check_required_vim_version in Autotrigger_Wil.patch | (download) |
test/test_Autotrigger.py |
2 1 + 1 - 0 ! |
invert check_required_vim_version in Autotrigger_WillProduceNoExceptionWithVimLowerThan214 More accurate check does not imply NeoVim. It has got working autotrigger feature. |
| 0006 Check success of tmux send keys.patch | (download) |
test/vim_interface.py |
11 3 + 8 - 0 ! |
check success of "tmux send-keys" If for any reason tmux failed, reveal the error raising a subprocess exception. This makes debugging a lot easier. If something goes wrong, for instance tmux session is not started, we will see stack trace, command arguments as an array, and all output. However, the output is printed in a mess with unittest messages, but it is okay. Furthermore, the Python documentation cautions against using stdout=PIPE or stderr=PIPE with the call() function. |
| 0007 Check Vim version through call to Vim s has function.patch | (download) |
test/vim_interface.py |
21 6 + 15 - 0 ! |
check vim version through call to vim's has() function * Do not parse output of the `--version` option. The format is not documented. |
| 0008 Respect the retries option in tests with the expecte.patch | (download) |
test/vim_test_case.py |
17 13 + 4 - 0 ! |
respect the retries option in tests with the expected_error parameter * Remove the `return` instruction from the loop over [0, retries) if the expected_error parameter is set. * Break the loop early when the check is successful. * This trick reduces chance of failure due to input/output race in tmux. |
| 0009 Fix syntax warnings about invalid escape sequences i.patch | (download) |
test/test_Autocommands.py |
4 2 + 2 - 0 ! |
fix syntax warnings about invalid escape sequences in tests Based on upstream commit 79b063ac44eb5a9c28129bc3837fef789a3190fa. |
| 0010 Fix syntax warnings about invalid escape sequences i.patch | (download) |
pythonx/UltiSnips/err_to_scratch_buffer.py |
2 1 + 1 - 0 ! |
fix syntax warnings about invalid escape sequences in error reports Upstream fixed in commit 91911c71d2a396e3b651d4ba4546e02ce1b252cc. Closes: https://bugs.debian.org/1087165 |
| 0011 Respect TMPDIR for NeoVim socket.patch | (download) |
test/vim_interface.py |
6 3 + 3 - 0 ! |
respect tmpdir for neovim socket |
| 0012 Finite waiting of load and exit events in tests.patch | (download) |
test/vim_interface.py |
9 7 + 2 - 0 ! |
finite waiting of load and exit events in tests |
| 0013 Skip test flaky with NeoVim.patch | (download) |
test/test_ParseSnippets.py |
7 7 + 0 - 0 ! |
skip test flaky with neovim Closes: https://bugs.debian.org/1033510 |
| 0014 Parse version prefixed with next when tmux is built .patch | (download) |
test/vim_interface.py |
2 1 + 1 - 0 ! |
parse version prefixed with next- when tmux is built from git snapshot Closes: https://bugs.debian.org/1076965 |
