aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 3aa8ea911c..afafc0b1bc 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -177,6 +177,7 @@ static char *(features[]) = {
NULL
};
+// clang-format off
static int included_patches[] = {
//591 NA
//590,
@@ -771,6 +772,7 @@ static int included_patches[] = {
1,
0
};
+// clang-format on
/// Place to put a short description when adding a feature with a patch.
/// Keep it short, e.g.,: "relative numbers", "persistent undo".