]> granicus.if.org Git - vim/commit
patch 8.1.0270: checking for a Tab in a line could be faster v8.1.0270
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Aug 2018 12:41:55 +0000 (14:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Aug 2018 12:41:55 +0000 (14:41 +0200)
commitb31a3acce13231643b006988c1ce76b8a12b2982
tree47a08d8aa4afd173ae36e70f24c35107722c0556
parent51e9fbf1c7ab4ec61ac959d72d5d5cb0a0b356bb
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)
src/ex_cmds.c
src/version.c