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 04674bc commit bcf6af8Copy full SHA for bcf6af8
plugin/acid.vim
@@ -34,7 +34,7 @@ endfunction
34
35
function! AcidSendEval(handler)
36
let ns = AcidGetNs()
37
- if ns == v:null
+ if ns == ""
38
let ns = "user"
39
endif
40
call inputsave()
0 commit comments