misc/vim/plugin/factor.vim: remove trailing whitespace
parent
372312948e
commit
07ed91f476
|
@ -59,7 +59,7 @@ endfunction
|
||||||
function! FactorVocabFile(root, vocab, mustexist)
|
function! FactorVocabFile(root, vocab, mustexist)
|
||||||
let vocabpath = substitute(a:vocab, "\\.", "/", "g")
|
let vocabpath = substitute(a:vocab, "\\.", "/", "g")
|
||||||
let vocabfile = FactorVocabRoot(a:root) . vocabpath . "/" . fnamemodify(vocabpath, ":t") . ".factor"
|
let vocabfile = FactorVocabRoot(a:root) . vocabpath . "/" . fnamemodify(vocabpath, ":t") . ".factor"
|
||||||
|
|
||||||
if !a:mustexist || getftype(vocabfile) != ""
|
if !a:mustexist || getftype(vocabfile) != ""
|
||||||
return vocabfile
|
return vocabfile
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue