aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/fold.c')
-rw-r--r--src/nvim/fold.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/fold.c b/src/nvim/fold.c
index 1bd6cfb0a4..234c11227d 100644
--- a/src/nvim/fold.c
+++ b/src/nvim/fold.c
@@ -660,7 +660,6 @@ void foldCreate(win_T *wp, pos_T start, pos_T end)
}
}
-
// deleteFold() {{{2
/// @param start delete all folds from start to end when not 0
/// @param end delete all folds from start to end when not 0