2018-04-09 09:54:25 -04:00
|
|
|
<!--
|
|
|
|
Thanks for reporting your issue. Please follow this template closely. Without
|
|
|
|
all essential info the issue may be closed as unreproducible.
|
|
|
|
|
|
|
|
Fill out the table below ----- symbols and keep it at the end of your issue
|
|
|
|
text. Please provide an answer for every line.
|
|
|
|
|
|
|
|
Please provide an explanation of the issue below this line. -->
|
|
|
|
|
|
|
|
**Expected behavior:**
|
|
|
|
|
|
|
|
|
|
|
|
**Actual behavior:**
|
|
|
|
|
|
|
|
|
|
|
|
**Steps to reproduce**
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Provide a minimal viable repro case, ideally following
|
|
|
|
https://github.com/SirVer/ultisnips/blob/master/CONTRIBUTING.md#reproducing-bugs
|
|
|
|
|
|
|
|
If this is not possible, post a minimal, complete `.vimrc`, snippet definition,
|
|
|
|
and set of keystrokes that reproduces your problem.
|
|
|
|
-->
|
|
|
|
|
|
|
|
1.
|
|
|
|
2.
|
|
|
|
3.
|
|
|
|
|
|
|
|
-----
|
|
|
|
<!-- NOTE: contents inside arrows will be ignored. -->
|
|
|
|
- **Operating System**: <!-- e.g. Windows XP / Ubuntu 16.04 / Mac OS 10.5 -->
|
|
|
|
- **Vim Version**: <!-- first two lines of `:version` output -->
|
|
|
|
- **UltiSnips Version**: <!-- e.g. 3.1. If you're using version from git
|
|
|
|
run: `git rev-parse origin/master` -->
|
|
|
|
- **Python inside Vim**: <!-- e.g. 2.7.14 / 3.6.5. If unsure run inside vim:
|
|
|
|
`:py import sys; print(sys.version)` and
|
|
|
|
`:py3 import sys; print(sys.version)' -->
|
|
|
|
- **Docker repo/vimrc**: <!-- link to the branch containing the repro case,
|
|
|
|
or the uploaded minimal vimrc -->
|