runtime(doc): improve documentation style in editing.txt Commit: https://github.com/vim/vim/commit/fa0b0697283487171981bea751f3c676399864d6 Author: mityu <mityu.m...@gmail.com> Date: Wed Jun 25 20:46:34 2025 +0200
runtime(doc): improve documentation style in editing.txt Usually, Vim's document provides example code after explanations. However some part of the editing.txt doesn't follow the style, therefore this commit modifies it so that it follows the usual style. closes: #17607 Co-authored-by: Hirohito Higashi <h.east....@gmail.com> Signed-off-by: mityu <mityu.m...@gmail.com> Signed-off-by: Hirohito Higashi <h.east....@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index dbb991e56..270cc9e24 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 9.1. Last change: 2025 Jun 04 +*editing.txt* For Vim version 9.1. Last change: 2025 Jun 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1342,15 +1342,15 @@ b:browsefilter variable. You would most likely set b:browsefilter in a filetype plugin, so that the browse dialog would contain entries related to the type of file you are currently editing. Disadvantage: This makes it difficult to start editing a file of a different type. To overcome this, you -may want to add > +can add the following as the final filter on Windows: > All Files (*.*) * < -as the final filter on Windows or > +Or the following on other platforms, so that the user can still access any +desired file: > All Files (*) * < -on other platforms, so that the user can still access any desired file. To avoid setting browsefilter when Vim does not actually support it, you can use has("browsefilter"): > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uUVLo-002yZE-Rb%40256bit.org.