This commit is contained in:
baabelfish 2016-02-10 22:19:23 +02:00
commit 6b16dade7c
20 changed files with 207 additions and 90 deletions

View file

@ -1,3 +1,6 @@
scriptencoding utf-8
if exists("s:loaded")
finish
endif
@ -95,7 +98,7 @@ endfunction
function! util#StartQuery()
echohl Comment | echo "..."
" echohl Comment | echo "..."
endfunction