Fix a few errors

This commit is contained in:
baabelfish 2016-02-13 14:11:40 +02:00
commit 26aa6a5cbb
6 changed files with 37 additions and 20 deletions

View file

@ -1,10 +1,7 @@
scriptencoding utf-8
if exists("s:loaded")
finish
endif
let s:loaded = 1
let s:save_cpo = &cpo
set cpo&vim
let s:idtypes = {
@ -298,3 +295,7 @@ function! NimReplSend(motion_wiseness)
echom str
call features#repl#send(str)
endfunction
let &cpo = s:save_cpo
unlet s:save_cpo