runtime(doc): remove deprecation warning for gdefault Commit: https://github.com/vim/vim/commit/82f19734bfcbddbaee8d5d837f7b7a7119366020 Author: dundargoc <gocdun...@gmail.com> Date: Sat Dec 16 14:53:52 2023 +0100
runtime(doc): remove deprecation warning for gdefault Deprecated can be misunderstood as being slated for removal; slightly change wording to be clearer. Signed-off-by: dundargoc <gocdun...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7de9c5458..54ee56f0b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.0. Last change: 2023 Nov 20 +*options.txt* For Vim version 9.0. Last change: 2023 Dec 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3838,9 +3838,9 @@ A jump table for the options with a short description can be found at |Q_op|. :s///gg subst. all subst. one NOTE: This option is reset when 'compatible' is set. - DEPRECATED: Setting this option may break plugins that are not aware - of this option. Also, many users get confused that adding the /g flag - has the opposite effect of that it normally does. + Setting this option may break plugins that rely on the default + behavior of the 'g' flag. This will also make the 'g' flag have the + opposite effect of that documented in |:s_g|. This option is not used in |Vim9| script. *'grepformat'* *'gfm'* -- -- 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 on the web visit https://groups.google.com/d/msgid/vim_dev/E1rEVD4-0055d7-6p%40256bit.org.