mirror of
https://github.com/vim/vim.git
synced 2025-10-15 07:14:09 -04:00
patch 7.4.1909
Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle)
This commit is contained in:
@@ -153,7 +153,7 @@ 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