comparison runtime/doc/motion.txt @ 849:eac1cd7f1eff

updated for version 7.0f04
author vimboss
date Fri, 28 Apr 2006 22:38:25 +0000
parents 9f279ebda751
children d10fbefd3bc1
comparison
equal deleted inserted replaced
848:f4d8553715f7 849:eac1cd7f1eff
1 *motion.txt* For Vim version 7.0f. Last change: 2006 Apr 25 1 *motion.txt* For Vim version 7.0f. Last change: 2006 Apr 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
627 627
628 a" *v_aquote* *aquote* 628 a" *v_aquote* *aquote*
629 a' *v_a'* *a'* 629 a' *v_a'* *a'*
630 a` *v_a`* *a`* 630 a` *v_a`* *a`*
631 "a quoted string". Selects the text from the previous 631 "a quoted string". Selects the text from the previous
632 quote until the next quote. The 'quoteescape' is used 632 quote until the next quote. The 'quoteescape' option
633 to skip escaped quotes. 633 is used to skip escaped quotes.
634 Only works within one line.
634 When the cursor starts on a quote, Vim will figure out 635 When the cursor starts on a quote, Vim will figure out
635 which quote pairs form a string by searching from the 636 which quote pairs form a string by searching from the
636 start of the line. 637 start of the line.
637 Any trailing or leading white space is included. 638 Any trailing or leading white space is included.
638 When used in Visual mode it is made characterwise. 639 When used in Visual mode it is made characterwise.