tags:

views:

118

answers:

2
+4  Q: 

Vim Spell options

Hello,

Is there any option in vim spell checker to ignore words containing underscore, multiple uppercase letters, minus, numbers in a plain text file. I could not find anything in the manuals (7.2) or google search.

Thanks.

+1  A: 

You may want to look at :help iskeyword variable which defines what 'word' is.

Martin Kopta