[#22] iskeyword+=$ on VMS
Summary iskeyword+=$ on VMS
Queue Vim on VMS
Type Issue
State Accepted
Priority 1. Low
Owners
Requester sferencik (at) alpha (dot) polarhome (dot) com
Created 12/16/2010 (5299 days ago)
Due
Updated 12/29/2010 (5286 days ago)
Assigned
Resolved
Attachments

History
12/29/2010 Zoltan Arpadffy State ⇒ Accepted
 
12/16/2010 sferencik@alpha.polarhome.com Comment #1
State ⇒ Unconfirmed
Queue ⇒ Vim on VMS
Summary ⇒ iskeyword+=$ on VMS
Type ⇒ Issue
Priority ⇒ 1. Low
Reply to this comment
Since $ is such an omni-present "alpha-numeric" character on VMS (used in
identifiers like lib$, sys$, decc$), I find myself doing the following for C,
C++, Cobol on VMS:

     set isk+=$

Would it make sense, and would it be possible, do put the $ into 
'iskeyword' by
default on VMS?

Would this be contrary to the vim philosophy to have a different 
default of this
option on VMS than on other systems?