mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
Add missing entry for the 'endoffile' option.
This commit is contained in:
parent
72c8e3c070
commit
3f68a4136e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user