comparison runtime/doc/editing.txt @ 18016:834b7854aa3c

Update runtime files Commit: https://github.com/vim/vim/commit/30e9b3c4256710781c3bd64efb33f138e4e074b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 16:24:12 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 16:30:03 +0200
parents 235cbf491430
children 03b854983b14
comparison
equal deleted inserted replaced
18015:4e43c4aa6563 18016:834b7854aa3c
98 avoids truncating the message, as with |:file|. 98 avoids truncating the message, as with |:file|.
99 99
100 :buffers 100 :buffers
101 :files 101 :files
102 :ls List all the currently known file names. See 102 :ls List all the currently known file names. See
103 'windows.txt' |:files| |:buffers| |:ls|. 103 |windows.txt| |:files| |:buffers| |:ls|.
104 104
105 Vim will remember the full path name of a file name that you enter. In most 105 Vim will remember the full path name of a file name that you enter. In most
106 cases when the file name is displayed only the name you typed is shown, but 106 cases when the file name is displayed only the name you typed is shown, but
107 the full path name is being used if you used the ":cd" command |:cd|. 107 the full path name is being used if you used the ":cd" command |:cd|.
108 108
1231 buffer under the filename chosen. > 1231 buffer under the filename chosen. >
1232 :browse w C:/bar 1232 :browse w C:/bar
1233 < Open the browser in the C:/bar directory, with the current 1233 < Open the browser in the C:/bar directory, with the current
1234 buffer filename as default, and save the buffer under the 1234 buffer filename as default, and save the buffer under the
1235 filename chosen. 1235 filename chosen.
1236 Also see the |'browsedir'| option. 1236 Also see the 'browsedir' option.
1237 For versions of Vim where browsing is not supported, the command is executed 1237 For versions of Vim where browsing is not supported, the command is executed
1238 unmodified. 1238 unmodified.
1239 1239
1240 *browsefilter* 1240 *browsefilter*
1241 For MS Windows and GTK, you can modify the filters that are used in the browse 1241 For MS Windows and GTK, you can modify the filters that are used in the browse