forked from aniani/vim
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