diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/options.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 2621cc2eb1..7f3adb2b87 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -3350,9 +3350,9 @@ return { :s///g subst. one subst. all :s///gg subst. all subst. one - 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. + NOTE: 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|. ]=], full_name = 'gdefault', scope = { 'global' }, |