diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-28 22:38:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-28 22:38:25 +0000 |
commit | 5a30542f1ec3d84fac9920c2959ba859ddf08199 (patch) | |
tree | 0203caac2e7aa8bbb80426a70ecb95ae2bb87be6 /runtime/doc/motion.txt | |
parent | bd2ac7ec09c617e9faec176de665a2862484ba32 (diff) | |
download | vim-git-5a30542f1ec3d84fac9920c2959ba859ddf08199.tar.gz |
updated for version 7.0f04
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r-- | runtime/doc/motion.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index fa69b9ee4..5b05d128b 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1,4 +1,4 @@ -*motion.txt* For Vim version 7.0f. Last change: 2006 Apr 25 +*motion.txt* For Vim version 7.0f. Last change: 2006 Apr 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -629,8 +629,9 @@ a" *v_aquote* *aquote* a' *v_a'* *a'* a` *v_a`* *a`* "a quoted string". Selects the text from the previous - quote until the next quote. The 'quoteescape' is used - to skip escaped quotes. + quote until the next quote. The 'quoteescape' option + is used to skip escaped quotes. + Only works within one line. When the cursor starts on a quote, Vim will figure out which quote pairs form a string by searching from the start of the line. |