mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.2289: after :diffsplit closing the window does not disable diff
Problem: After :diffsplit closing the window does not disable diff. Solution: Add "closeoff" to 'diffopt' and add it to the default.
This commit is contained in:
@@ -846,7 +846,8 @@ static struct vimoption options[] =
|
||||
|P_NODUP,
|
||||
#ifdef FEAT_DIFF
|
||||
(char_u *)&p_dip, PV_NONE,
|
||||
{(char_u *)"internal,filler", (char_u *)NULL}
|
||||
{(char_u *)"internal,filler,closeoff",
|
||||
(char_u *)NULL}
|
||||
#else
|
||||
(char_u *)NULL, PV_NONE,
|
||||
{(char_u *)"", (char_u *)NULL}
|
||||
|
Reference in New Issue
Block a user