]> gitweb.factorcode.org Git - factor.git/commitdiff
misc/vim/plugin/factor.vim: remove trailing whitespace
authorKeita Haga <keitahaga@mail.com>
Thu, 17 Mar 2011 16:40:28 +0000 (01:40 +0900)
committerKeita Haga <keitahaga@mail.com>
Thu, 17 Mar 2011 16:40:28 +0000 (01:40 +0900)
misc/vim/plugin/factor.vim

index ad6f92f3c09b1e7cb9471b418c66fb3ca5a6e4e0..1a27b5a1ca26822b3f10c4c72b1f1ad4f82aafe2 100644 (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