mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
29b857150c
commit
53ba05b090
@@ -2969,6 +2969,8 @@ struct file_buffer
|
||||
#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
|
||||
|
Reference in New Issue
Block a user