Testing with Vader.vim

This commit is contained in:
Junegunn Choi
2013-10-09 20:16:58 +09:00
parent 013fb54dd1
commit 133588b181
3 changed files with 382 additions and 2 deletions

View File

@@ -551,9 +551,7 @@ function! s:input(str, default, vis)
" EasyAlign command can be called without visual selection
redraw
endif
call inputsave()
let got = input(a:str, a:default)
call inputrestore()
return got
endfunction