aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/deprecated.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-12 16:08:22 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-12 17:04:05 -0700
commit589f612adfea22b688618fa90e011f5494ca5204 (patch)
tree05d55149f75fc76e5045ccccabf242e1955ca5fd /runtime/doc/deprecated.txt
parent44d45e29ea4a632e66ac63d25d355a5a4c7178bc (diff)
downloadrneovim-589f612adfea22b688618fa90e011f5494ca5204.tar.gz
rneovim-589f612adfea22b688618fa90e011f5494ca5204.tar.bz2
rneovim-589f612adfea22b688618fa90e011f5494ca5204.zip
rename: UIAttach/UIDetach => UIEnter/UILeave
"enter"/"leave" is more conventional for Vim events, and "attach"/"detach" distinction does not gain much.
Diffstat (limited to 'runtime/doc/deprecated.txt')
-rw-r--r--runtime/doc/deprecated.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt
index 77d687cf0f..b76a37810c 100644
--- a/runtime/doc/deprecated.txt
+++ b/runtime/doc/deprecated.txt
@@ -28,7 +28,7 @@ Environment Variables ~
Events ~
*EncodingChanged* Never fired; 'encoding' is always "utf-8".
*FileEncoding* Never fired; equivalent to |EncodingChanged|.
-*GUIEnter* Never fired; use |UIAttach| instead.
+*GUIEnter* Never fired; use |UIEnter| instead.
*GUIFailed* Never fired.
Keycodes ~