mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.1909 (#5748)
Problem: Doubled semicolons.
Solution: Reduce to one. (Dominique Pelle)
945ec093cd
This commit is contained in:
@@ -165,7 +165,7 @@ bool hasFoldingWin(
|
||||
int use_level = FALSE;
|
||||
int maybe_small = FALSE;
|
||||
garray_T *gap;
|
||||
int low_level = 0;;
|
||||
int low_level = 0;
|
||||
|
||||
checkupdate(win);
|
||||
/*
|
||||
|
Reference in New Issue
Block a user