summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-07 16:24:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-07 16:24:12 +0200
commit30e9b3c4256710781c3bd64efb33f138e4e074b3 (patch)
treed67de0508b255d8903b174c086da4d1386ccd5ea /runtime/doc/editing.txt
parentfa90d70884ee208966b84052080a7d5eeb8ac2d5 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index fc7a930eb5..40c2adb89f 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -100,7 +100,7 @@ g CTRL-G Prints the current position of the cursor in five
:buffers
:files
:ls List all the currently known file names. See
- 'windows.txt' |:files| |:buffers| |:ls|.
+ |windows.txt| |:files| |:buffers| |:ls|.
Vim will remember the full path name of a file name that you enter. In most
cases when the file name is displayed only the name you typed is shown, but
@@ -1233,7 +1233,7 @@ The syntax is best shown via some examples: >
< Open the browser in the C:/bar directory, with the current
buffer filename as default, and save the buffer under the
filename chosen.
-Also see the |'browsedir'| option.
+Also see the 'browsedir' option.
For versions of Vim where browsing is not supported, the command is executed
unmodified.