comparison runtime/doc/usr_02.txt @ 11160:d0a20101ecb2

Update runtime files. commit https://github.com/vim/vim/commit/036986f1507d223549d110af300144468bd3a1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 17:41:02 2017 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 17:45:05 +0100
parents 1218c5353e2b
children 1174611ad715
comparison
equal deleted inserted replaced
11159:c13ab9398ce9 11160:d0a20101ecb2
1 *usr_02.txt* For Vim version 8.0. Last change: 2016 Jan 16 1 *usr_02.txt* For Vim version 8.0. Last change: 2017 Mar 14
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
552 :help c_% 552 :help c_%
553 553
554 8) Ex-commands always start with ":", so to go to the :s command help: > 554 8) Ex-commands always start with ":", so to go to the :s command help: >
555 :help :s 555 :help :s
556 556
557 9) Commands specifically for debugging start with ">". To go to to the help 557 9) Commands specifically for debugging start with ">". To go to the help
558 for the "cont" debug command: > 558 for the "cont" debug command: >
559 :help >cont 559 :help >cont
560 560
561 10) Key combinations. They usually start with a single letter indicating 561 10) Key combinations. They usually start with a single letter indicating
562 the mode for which they can be used. E.g.: > 562 the mode for which they can be used. E.g.: >