]> gitweb.factorcode.org Git - factor.git/commitdiff
misc/vim/syntax/factor.vim: update comments
authorKeita Haga <keitahaga@mail.com>
Mon, 4 Apr 2011 18:44:45 +0000 (03:44 +0900)
committerKeita Haga <keitahaga@mail.com>
Mon, 4 Apr 2011 18:45:34 +0000 (03:45 +0900)
misc/factor.vim.fgen
misc/vim/syntax/factor.vim

index d6b2557a043df0ee617a6578bb1b272418fd9dc1..7eaddc2673816529f367e0dc27fd276002362819 100644 (file)
@@ -23,10 +23,10 @@ elseif exists("b:current_syntax")
     finish
 endif
 
-" factor is case sensitive.
+" Factor is case sensitive.
 syn case match
 
-" make all of these characters part of a word (useful for skipping over words with w, e, and b)
+" Make all of these characters part of a word (useful for skipping over words with w, e, and b)
 if version >= 600
     setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255
 else
index 793439ebcde5f3613e1cd29fe82d67f4f75d2b98..53ff48358c306de0eb950e055fdbfcef931c5d44 100644 (file)
@@ -12,10 +12,10 @@ elseif exists("b:current_syntax")
     finish
 endif
 
-" factor is case sensitive.
+" Factor is case sensitive.
 syn case match
 
-" make all of these characters part of a word (useful for skipping over words with w, e, and b)
+" Make all of these characters part of a word (useful for skipping over words with w, e, and b)
 if version >= 600
     setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255
 else