From 67e1f47b8b88766cdd4bbe2e987dcd105c8ad714 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Tue, 5 Apr 2011 03:44:45 +0900 Subject: [PATCH] misc/vim/syntax/factor.vim: update comments --- misc/factor.vim.fgen | 4 ++-- misc/vim/syntax/factor.vim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/factor.vim.fgen b/misc/factor.vim.fgen index d6b2557a04..7eaddc2673 100644 --- a/misc/factor.vim.fgen +++ b/misc/factor.vim.fgen @@ -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 diff --git a/misc/vim/syntax/factor.vim b/misc/vim/syntax/factor.vim index 793439ebcd..53ff48358c 100644 --- a/misc/vim/syntax/factor.vim +++ b/misc/vim/syntax/factor.vim @@ -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