Changes between Version 1 and Version 2 of CodingGuidelines/VIM


Ignore:
Timestamp:
Aug 12, 2009, 11:29:46 AM (15 years ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingGuidelines/VIM

    v1 v2  
    33
    44{{{
    5 autocmd QuickFixCmdPost make cw
    6 
    75" autocmd that will set up the w:created variable (vim tip 1598)
     6" so we can run the check only once per window
    87autocmd VimEnter * autocmd WinEnter * let w:created=1
    98