aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/deprecated.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-12-31 16:07:53 -0500
committerGitHub <noreply@github.com>2017-12-31 16:07:53 -0500
commit907b2f18f7c35eb289357aa08e00178562b65a42 (patch)
treee631ed9b5f004a4d3038b73e4c7b73208dae6fe1 /runtime/doc/deprecated.txt
parent9ad557fb2d4a1ef3101c7894a1038aa2eb932a48 (diff)
parent9fe6c12e8159b656e53b6d79226aa5a1c39fdc27 (diff)
downloadrneovim-907b2f18f7c35eb289357aa08e00178562b65a42.tar.gz
rneovim-907b2f18f7c35eb289357aa08e00178562b65a42.tar.bz2
rneovim-907b2f18f7c35eb289357aa08e00178562b65a42.zip
Merge pull request #7795 from jamessan/vim-8.0.0591
[RFC] vim-patch:8.0.0591,8.0.0634,8.0.0641,8.0.0657
Diffstat (limited to 'runtime/doc/deprecated.txt')
-rw-r--r--runtime/doc/deprecated.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt
index 72dfe1230e..b3073ffe58 100644
--- a/runtime/doc/deprecated.txt
+++ b/runtime/doc/deprecated.txt
@@ -37,8 +37,8 @@ Functions ~
*file_readable()* Obsolete name for |filereadable()|.
*highlight_exists()* Obsolete name for |hlexists()|.
*highlightID()* Obsolete name for |hlID()|.
-*jobclose()* Obsolete name for |chanclose()|
-*jobsend()* Obsolete name for |chansend()|
+*jobclose()* Obsolete name for |chanclose()|
+*jobsend()* Obsolete name for |chansend()|
*last_buffer_nr()* Obsolete name for bufnr("$").
Modifiers ~
@@ -48,8 +48,10 @@ Modifiers ~
*:map-special* <> notation is always enabled. |cpo-<|
Options ~
+'gd'
+'gdefault' Enables the |:substitute| flag 'g' by default.
*'fe'* 'fenc'+'enc' before Vim 6.0; no longer used.
-*'highlight'* *'hl'* Names of builtin |highlight-groups| cannot be changed.
+*'highlight'* *'hl'* Names of builtin |highlight-groups| cannot be changed.
*'langnoremap'* Deprecated alias to 'nolangremap'.
*'vi'*
*'viminfo'* Deprecated alias to 'shada' option.