]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1454: build failure without the conceal feature v8.1.1454
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 17:02:27 +0000 (19:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 17:02:27 +0000 (19:02 +0200)
Problem:    Build failure without the conceal feature.
Solution:   Remove #ifdef.

src/autocmd.c
src/version.c

index 82b58689dacbbe31b83b94da95695542bc2880c7..1abd410d9def37be2d5095cbeba3b4a055e5d078 100644 (file)
@@ -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.
index 2cefa3bac0cf727a7724613c0b31b4d8637422b6..f83f7ccc9327a9b664236d4da6af7e2fa583cc05 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1454,
 /**/
     1453,
 /**/