summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-18 22:10:28 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-18 22:10:28 +0000
commitd9d305836e1f3af1577d438642b3c1f9daba7db6 (patch)
tree8f3f167531adb63063c45929f3eab1f11ae8e442 /runtime/doc/editing.txt
parentd8a4e563d0827c88caea9baf97f70083737fb9c9 (diff)
updated for version 7.0072
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 8ae870a5a6..c8b694193f 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt* For Vim version 7.0aa. Last change: 2005 Apr 04
+*editing.txt* For Vim version 7.0aa. Last change: 2005 Apr 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -54,12 +54,12 @@ and then hit CTRL-^. {Vi: only one alternate file name is remembered}
CTRL-G or *CTRL-G* *:f* *:fi* *:file*
-:f[ile] Prints the current file name (as typed), the
- cursor position (unless the 'ruler' option is set),
- and the file status (readonly, modified, read errors,
- new file). See the 'shortmess' option about how to
- make this message shorter. {Vi does not include
- column number}
+:f[ile] Prints the current file name (as typed, unless ":cd"
+ was used), the cursor position (unless the 'ruler'
+ option is set), and the file status (readonly,
+ modified, read errors, new file). See the 'shortmess'
+ option about how to make this message shorter.
+ {Vi does not include column number}
:f[ile]! like |:file|, but don't truncate the name even when
'shortmess' indicates this.