misc/vim/plugin/factor.vim: remove trailing whitespace

db4
Keita Haga 2011-03-18 01:40:28 +09:00
parent 372312948e
commit 07ed91f476
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ endfunction
function! FactorVocabFile(root, vocab, mustexist)
let vocabpath = substitute(a:vocab, "\\.", "/", "g")
let vocabfile = FactorVocabRoot(a:root) . vocabpath . "/" . fnamemodify(vocabpath, ":t") . ".factor"
if !a:mustexist || getftype(vocabfile) != ""
return vocabfile
else