1
0
forked from aniani/vim

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 #3312)
This commit is contained in:
Bram Moolenaar
2018-08-11 14:41:55 +02:00
parent 51e9fbf1c7
commit b31a3acce1
2 changed files with 3 additions and 1 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
270,
/**/
269,
/**/