Skip to content

Commit bcf6af8

Browse files
committed
#38: fix ns not found
1 parent 04674bc commit bcf6af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/acid.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endfunction
3434

3535
function! AcidSendEval(handler)
3636
let ns = AcidGetNs()
37-
if ns == v:null
37+
if ns == ""
3838
let ns = "user"
3939
endif
4040
call inputsave()

0 commit comments

Comments
 (0)