comparison runtime/doc/editing.txt @ 28405:473cfd79bcd8 v8.2.4727

patch 8.2.4727: unused code Commit: https://github.com/vim/vim/commit/7765f5cf964c751cd780484220bb65773b1b0348 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Apr 10 11:26:53 2022 +0100 patch 8.2.4727: unused code Problem: Unused code. Solution: Remove code and add #ifdefs. (Dominique Pell?, closes https://github.com/vim/vim/issues/10136)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Apr 2022 12:30:05 +0200
parents 6dd88e45d47d
children f73a9bdff3a3
comparison
equal deleted inserted replaced
28404:95ce25a7224a 28405:473cfd79bcd8
1222 or abandon each one. There are also choices to "save all" or "abandon 1222 or abandon each one. There are also choices to "save all" or "abandon
1223 all". 1223 all".
1224 1224
1225 If you want to always use ":confirm", set the 'confirm' option. 1225 If you want to always use ":confirm", set the 'confirm' option.
1226 1226
1227 *:browse* *:bro* *E338* *E614* *E615* *E616* 1227 *:browse* *:bro* *E338*
1228 :bro[wse] {command} Open a file selection dialog for an argument to 1228 :bro[wse] {command} Open a file selection dialog for an argument to
1229 {command}. At present this works for |:e|, |:w|, 1229 {command}. At present this works for |:e|, |:w|,
1230 |:wall|, |:wq|, |:wqall|, |:x|, |:xall|, |:exit|, 1230 |:wall|, |:wq|, |:wqall|, |:x|, |:xall|, |:exit|,
1231 |:view|, |:sview|, |:r|, |:saveas|, |:sp|, |:mkexrc|, 1231 |:view|, |:sview|, |:r|, |:saveas|, |:sp|, |:mkexrc|,
1232 |:mkvimrc|, |:mksession|, |:mkview|, |:split|, 1232 |:mkvimrc|, |:mksession|, |:mkview|, |:split|,