summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorGary Johnson <garyjohn@spocom.com>2021-08-03 18:33:08 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-03 18:33:08 +0200
commit51ad850f5fbafa7aa3f60affa74ec9c9f992c6cc (patch)
tree18fd2f54ee199dcf739262d9df56ccb4d6ac53d1 /runtime
parent2c70711e3fb2ef24a7f55322fdadbf7f9e657c2f (diff)
patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280
Problem: 'virtualedit' local to buffer is not the best solution. Solution: Make it window-local. (Gary Johnson, closes #8685)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 5c925dff22..ebb408dd49 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -8643,7 +8643,7 @@ A jump table for the options with a short description can be found at |Q_op|.
*'virtualedit'* *'ve'*
'virtualedit' 've' string (default "")
- global or local to buffer |global-local|
+ global or local to window |global-local|
A comma separated list of these words:
block Allow virtual editing in Visual block mode.
insert Allow virtual editing in Insert mode.