comparison runtime/doc/editing.txt @ 25880:9c221ad9634a

Update runtime files Commit: https://github.com/vim/vim/commit/6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 4 21:32:54 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Oct 2021 22:45:05 +0200
parents bdda48f01a68
children 3b34837f4538
comparison
equal deleted inserted replaced
25879:14ca7cc78a56 25880:9c221ad9634a
1 *editing.txt* For Vim version 8.2. Last change: 2021 Jul 25 1 *editing.txt* For Vim version 8.2. Last change: 2021 Oct 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1223 |:vsplit|, |:tabe|, |:tabnew|, |:cfile|, |:cgetfile|, 1223 |:vsplit|, |:tabe|, |:tabnew|, |:cfile|, |:cgetfile|,
1224 |:caddfile|, |:lfile|, |:lgetfile|, |:laddfile|, 1224 |:caddfile|, |:lfile|, |:lgetfile|, |:laddfile|,
1225 |:diffsplit|, |:diffpatch|, |:open|, |:pedit|, 1225 |:diffsplit|, |:diffpatch|, |:open|, |:pedit|,
1226 |:redir|, |:source|, |:update|, |:visual|, |:vsplit|, 1226 |:redir|, |:source|, |:update|, |:visual|, |:vsplit|,
1227 and |:qall| if 'confirm' is set. 1227 and |:qall| if 'confirm' is set.
1228 {only in Win32, Athena, Motif, GTK and Mac GUI} 1228 {only in Win32, Athena, Motif, GTK and Mac GUI, in
1229 console `browse edit` works if the FileExplorer
1230 autocommand group exists}
1229 When ":browse" is not possible you get an error 1231 When ":browse" is not possible you get an error
1230 message. If the |+browse| feature is missing or the 1232 message. If the |+browse| feature is missing or the
1231 {command} doesn't support browsing, the {command} is 1233 {command} doesn't support browsing, the {command} is
1232 executed without a dialog. 1234 executed without a dialog.
1233 ":browse set" works like |:options|. 1235 ":browse set" works like |:options|.