comparison runtime/doc/usr_02.txt @ 6741:fbc1131f0ba5

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Apr 2015 12:43:06 +0200
parents 359743c1f59a
children 3012eaddb6b2
comparison
equal deleted inserted replaced
6740:2ed977b23d68 6741:fbc1131f0ba5
1 *usr_02.txt* For Vim version 7.4. Last change: 2010 Jul 20 1 *usr_02.txt* For Vim version 7.4. Last change: 2015 Apr 12
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 The first steps in Vim 5 The first steps in Vim
6 6
525 :help 'subject' 525 :help 'subject'
526 < Option 'subject'. > 526 < Option 'subject'. >
527 :help subject() 527 :help subject()
528 < Function "subject". > 528 < Function "subject". >
529 :help -subject 529 :help -subject
530 < Command-line option "-subject". > 530 < Command-line argument "-subject". >
531 :help +subject 531 :help +subject
532 < Compile-time feature "+subject". > 532 < Compile-time feature "+subject". >
533 :help /*
534 < Regular expression item "*" >
533 :help EventName 535 :help EventName
534 < Autocommand event "EventName". > 536 < Autocommand event "EventName". >
535 :help digraphs.txt 537 :help digraphs.txt
536 < The top of the helpfile "digraph.txt". 538 < The top of the helpfile "digraph.txt".
537 Similarly for any other helpfile. > 539 Similarly for any other helpfile. >