]> gitweb.factorcode.org Git - factor.git/blobdiff - misc/vim/ftplugin/factor.vim
misc/vim: some minor fixes.
[factor.git] / misc / vim / ftplugin / factor.vim
index 002330b4b08fe69f784c7bcfd28f9e1e2f4f76d1..ca8df689c53ab2fd1fc5e39b6005b1531417504e 100644 (file)
@@ -25,3 +25,7 @@ augroup END
 
 " Teach Vim what comments look like.
 setlocal comments+=b:!,b:#!
+
+" Make all of these characters part of a word (useful for skipping
+" over words with w, e, and b)
+setlocal iskeyword=33-126,128-255