commit | 53ba05b09075f14227f9be831a22ed16f7cc26b2 | [log] [tgz] |
---|---|---|
author | Gary Johnson <garyjohn@spocom.com> | Mon Jul 26 22:19:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 26 22:19:10 2021 +0200 |
tree | 75d5ddb38aa9702416d73b7a7b8f158f1d0c320a | |
parent | 29b857150c111a455f1a38a8f748243524f692e1 [diff] [blame] |
patch 8.2.3227: 'virtualedit' can only be set globally Problem: 'virtualedit' can only be set globally. Solution: Make 'virtualedit' global-local. (Gary Johnson, closes #8638)
diff --git a/src/structs.h b/src/structs.h index bf8102c..09f0703 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -2969,6 +2969,8 @@ #ifdef FEAT_TERMINAL long b_p_twsl; // 'termwinscroll' #endif + char_u *b_p_ve; // 'virtualedit' local value + unsigned b_ve_flags; // flags for 'virtualedit' /* * end of buffer options