commit | 51ad850f5fbafa7aa3f60affa74ec9c9f992c6cc | [log] [tgz] |
---|---|---|
author | Gary Johnson <garyjohn@spocom.com> | Tue Aug 03 18:33:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 03 18:33:08 2021 +0200 |
tree | 18fd2f54ee199dcf739262d9df56ccb4d6ac53d1 | |
parent | 2c70711e3fb2ef24a7f55322fdadbf7f9e657c2f [diff] [blame] |
patch 8.2.3280: 'virtualedit' local to buffer is not the best solution Problem: 'virtualedit' local to buffer is not the best solution. Solution: Make it window-local. (Gary Johnson, closes #8685)
diff --git a/src/version.c b/src/version.c index 69df671..32403f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3280, +/**/ 3279, /**/ 3278,