mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
vim-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.
c823477979
This commit is contained in:
@@ -612,7 +612,7 @@ return {
|
||||
alloced=true,
|
||||
redraw={'current_window'},
|
||||
varname='p_dip',
|
||||
defaults={if_true={vi="internal,filler"}}
|
||||
defaults={if_true={vi="internal,filler,closeoff"}}
|
||||
},
|
||||
{
|
||||
full_name='digraph', abbreviation='dg',
|
||||
|
Reference in New Issue
Block a user