diff options
| author | ii14 <59243201+ii14@users.noreply.github.com> | 2023-03-13 03:29:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 10:29:11 +0800 |
| commit | 2daf0b37dbfe54a4510c1033531dbaefd168c387 (patch) | |
| tree | 8f0c1f7ea449f6d38817398244852e458bcc79cd /runtime/doc/vim_diff.txt | |
| parent | 673d2b52fa4335aa083c52e6686f0728e25b8ebd (diff) | |
| download | rneovim-2daf0b37dbfe54a4510c1033531dbaefd168c387.tar.gz rneovim-2daf0b37dbfe54a4510c1033531dbaefd168c387.tar.bz2 rneovim-2daf0b37dbfe54a4510c1033531dbaefd168c387.zip | |
feat(options)!: deprecate paste, remove pastetoggle (#22647)
we cannot remove 'paste'. It is very common in plugins and configs.
'pastetoggle' can and should be removed though, it's a total waste of everyone's time because it generates bug reports and doesn't work well, and is useless because bracketed-paste works better.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 21736059c4..9c01e3dbc7 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -623,6 +623,7 @@ Options: 'highlight' (Names of builtin |highlight-groups| cannot be changed.) *'hkmap'* *'hk'* use `set keymap=hebrew` instead. *'hkmapp'* *'hkp'* use `set keymap=hebrewp` instead. + *'pastetoggle'* *'pt'* *'imactivatefunc'* *'imaf'* *'imactivatekey'* *'imak'* |