diff src/version.c @ 14513:076b9632bda4 v8.1.0270

patch 8.1.0270: checking for a Tab in a line could be faster commit https://github.com/vim/vim/commit/b31a3acce13231643b006988c1ce76b8a12b2982 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 11 14:41:55 2018 +0200 patch 8.1.0270: checking for a Tab in a line could be faster Problem: Checking for a Tab in a line could be faster. Solution: Use strchr() instead of strrchr(). (closes https://github.com/vim/vim/issues/3312)
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Aug 2018 14:45:05 +0200
parents e6ad77cf13e0
children 3648e74dd523
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    270,
+/**/
     269,
 /**/
     268,