comparison runtime/doc/version7.txt @ 662:1a85f952cdfe v7.0195

updated for version 7.0195
author vimboss
date Thu, 09 Feb 2006 23:54:54 +0000
parents d6a69271cb9a
children 0137e7c3d31b
comparison
equal deleted inserted replaced
661:e93a99ef31d0 662:1a85f952cdfe
1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 05 1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
586 |QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh) 586 |QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh)
587 |SessionLoadPost| after loading a session file. (Yegappan Lakshmanan) 587 |SessionLoadPost| after loading a session file. (Yegappan Lakshmanan)
588 588
589 |SpellFileMissing| when a spell file can't be found 589 |SpellFileMissing| when a spell file can't be found
590 590
591 |CursorHoldI| the user doesn't press a key for a while in Insert mode
592 |CursorMoved| the cursor was moved in Normal mode
593 |CursorMovedI| the cursor was moved in Insert mode
594
591 595
592 New items in search patterns: ~ 596 New items in search patterns: ~
593 |/\%d| \%d123 search for character with decimal number 597 |/\%d| \%d123 search for character with decimal number
594 |/\]| [\d123] idem, in a colletion 598 |/\]| [\d123] idem, in a colletion
595 |/\%o| \%o103 search for character with octal number 599 |/\%o| \%o103 search for character with octal number