summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/autocmd.c2
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/autocmd.c b/src/autocmd.c
index 82b58689d..1abd410d9 100644
--- a/src/autocmd.c
+++ b/src/autocmd.c
@@ -1709,7 +1709,6 @@ has_cursormoved(void)
return (first_autopat[(int)EVENT_CURSORMOVED] != NULL);
}
-#if defined(FEAT_CONCEAL) || defined(PROTO)
/*
* Return TRUE when there is a CursorMovedI autocommand defined.
*/
@@ -1718,7 +1717,6 @@ has_cursormovedI(void)
{
return (first_autopat[(int)EVENT_CURSORMOVEDI] != NULL);
}
-#endif
/*
* Return TRUE when there is a TextChanged autocommand defined.
diff --git a/src/version.c b/src/version.c
index 2cefa3bac..f83f7ccc9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1454,
+/**/
1453,
/**/
1452,