We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior: let g:UltiSnipsExpandTrigger = "< cr >"
when snip list appear, no snip is been selected.
Actual behavior: let g:UltiSnipsExpandTrigger = "< cr >"
when snip list appear, the first snip is auto selected. but if I input "enter", the first snip is not being expanded
Steps to reproduce 1.insert follow line to config: let g:UltiSnipsExpandTrigger = " < cr > "
2.vim test.py
3.input:"de"
4.vim auto triger snip list and the first line is seleced
5.input "enter", but the first snip is not being expanded
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior:
let g:UltiSnipsExpandTrigger = "< cr >"
when snip list appear, no snip is been selected.
Actual behavior:
let g:UltiSnipsExpandTrigger = "< cr >"
when snip list appear, the first snip is auto selected. but if I input "enter", the first snip is not being expanded
Steps to reproduce
1.insert follow line to config:
let g:UltiSnipsExpandTrigger = " < cr > "
2.vim test.py
3.input:"de"
4.vim auto triger snip list and the first line is seleced
5.input "enter", but the first snip is not being expanded
The text was updated successfully, but these errors were encountered: