diff options
Diffstat (limited to 'runtime/doc/deprecated.txt')
-rw-r--r-- | runtime/doc/deprecated.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index 6997d331e4..ef00143709 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -16,14 +16,12 @@ Normal commands ~ *]f* *[f* Same as "gf". - Commands ~ *:rv* *:rviminfo* Deprecated alias to |:rshada| command. *:wv* *:wviminfo* Deprecated alias to |:wshada| command. - Events ~ *EncodingChanged* Never fired; 'encoding' is always "utf-8". *FileEncoding* Never fired; equivalent to |EncodingChanged|. @@ -31,6 +29,10 @@ Events ~ Highlight groups ~ *hl-VisualNOS* Obsolete. |vim-differences| {Nvim} +Keycodes ~ +*<MouseDown>* Use <ScrollWheelUp> instead. +*<MouseUp>* Use <ScrollWheelDown> instead. + Functions ~ *buffer_exists()* Obsolete name for |bufexists()|. *buffer_name()* Obsolete name for |bufname()|. |