mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
Add missing entry for the 'endoffile' option.
This commit is contained in:
@ -5490,6 +5490,7 @@ get_varp(struct vimoption *p)
|
||||
#ifdef FEAT_EVAL
|
||||
case PV_TFU: return (char_u *)&(curbuf->b_p_tfu);
|
||||
#endif
|
||||
case PV_EOF: return (char_u *)&(curbuf->b_p_eof);
|
||||
case PV_EOL: return (char_u *)&(curbuf->b_p_eol);
|
||||
case PV_FIXEOL: return (char_u *)&(curbuf->b_p_fixeol);
|
||||
case PV_ET: return (char_u *)&(curbuf->b_p_et);
|
||||
|
Reference in New Issue
Block a user