Changes between Version 1 and Version 2 of CodingGuidelines/VIM
- Timestamp:
- Aug 12, 2009, 11:29:46 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingGuidelines/VIM
v1 v2 3 3 4 4 {{{ 5 autocmd QuickFixCmdPost make cw6 7 5 " autocmd that will set up the w:created variable (vim tip 1598) 6 " so we can run the check only once per window 8 7 autocmd VimEnter * autocmd WinEnter * let w:created=1 9 8