diff options
Diffstat (limited to 'runtime/doc/deprecated.txt')
-rw-r--r-- | runtime/doc/deprecated.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index 03699b3dfb..7c98b81867 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -12,10 +12,6 @@ updated. ============================================================================== -Normal commands ~ -*]f* -*[f* Same as "gf". - Commands ~ *:rv* *:rviminfo* Deprecated alias to |:rshada| command. @@ -51,6 +47,10 @@ Modifiers ~ *:map-<special>* *:map-special* <> notation is always enabled. |cpo-<| +Normal commands ~ +*]f* +*[f* Same as "gf". + Options ~ *'cscopeverbose'* Enabled by default. Use |:silent| instead. 'gd' @@ -61,4 +61,8 @@ Options ~ *'vi'* *'viminfo'* Deprecated alias to 'shada' option. +Variables~ +*b:terminal_job_pid* PID of the top-level process in a |:terminal|. + Use `jobpid(&channel)` instead. + vim:noet:tw=78:ts=8:ft=help:norl: |