diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-29 21:55:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-29 21:55:22 +0000 |
commit | d8fc5c0b999204f47efd7702502b41ead11948a4 (patch) | |
tree | 35c332fe05654b768a8126fc3de893eef95eac2c /runtime/doc/editing.txt | |
parent | 8ea9123258804d6199c79789af295bb3ca3db296 (diff) | |
download | vim-git-d8fc5c0b999204f47efd7702502b41ead11948a4.tar.gz |
updated for version 7.0f05
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index aa8c4f4e1..02f646c0b 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 7.0f. Last change: 2006 Apr 17 +*editing.txt* For Vim version 7.0f. Last change: 2006 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -343,12 +343,12 @@ CTRL-^ Edit the alternate file (equivalent to ":e #"). separated by a non-filename (see 'isfname') and non-numeric character. White space between the filename, the separator and the number are ignored. - Examples: > - eval.c:10 - eval.c @ 20 - eval.c (30) - eval.c 40 -< + Examples: + eval.c:10 ~ + eval.c @ 20 ~ + eval.c (30) ~ + eval.c 40 ~ + *v_gF* {Visual}[count]gF Same as "v_gf". |