We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b567e1 commit d7d3845Copy full SHA for d7d3845
autoload/vsnip/session.vim
@@ -159,7 +159,7 @@ function! s:Session.move(jump_point) abort
159
call cursor(l:pos)
160
161
if mode()[0] !~# 'i'
162
- if (getcurpos()[2] - 1) > strlen(getline(getcurpos()[1]))
+ if (getcurpos()[2] - 1) >= strlen(getline(getcurpos()[1]))
163
call feedkeys('a', 'ni')
164
else
165
call feedkeys('i', 'ni')
0 commit comments