diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-06-19 08:40:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 08:40:33 -0700 |
commit | 72a6643b1380cdf6f1153d70eeaffb90bdca30d6 (patch) | |
tree | 7e5246f253648b94ec87b51f94dcb6d093f0ac63 /runtime/doc/various.txt | |
parent | 91f57723adaab2877d5a0183912fcc51491fe90f (diff) | |
download | rneovim-72a6643b1380cdf6f1153d70eeaffb90bdca30d6.tar.gz rneovim-72a6643b1380cdf6f1153d70eeaffb90bdca30d6.tar.bz2 rneovim-72a6643b1380cdf6f1153d70eeaffb90bdca30d6.zip |
docs #24061
- nvim requires rpc responses in reverse order. https://github.com/neovim/neovim/issues/19932
- NVIM_APPNAME: UIs normally should NOT set this.
ref #23520
fix #24050
fix #23660
fix #23353
fix #23337
fix #22213
fix #19161
fix #18088
fix #20693
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 7b0e724e31..4e2ee14537 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -88,13 +88,10 @@ g8 Print the hex values of the bytes used in the *8g8* 8g8 Find an illegal UTF-8 byte sequence at or after the - cursor. This works in two situations: - 1. when 'encoding' is any 8-bit encoding - 2. when 'encoding' is "utf-8" and 'fileencoding' is - any 8-bit encoding - Thus it can be used when editing a file that was - supposed to be UTF-8 but was read as if it is an 8-bit - encoding because it contains illegal bytes. + cursor. + Can be used when editing a file that was supposed to + be UTF-8 but was read as if it is an 8-bit encoding + because it contains illegal bytes. Does not wrap around the end of the file. Note that when the cursor is on an illegal byte or the cursor is halfway through a multibyte character the |