Mercurial > vim
comparison vimtutor.bat @ 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 | 1b154b5f247d |
children | 831a3f3be6f4 |
comparison
equal
deleted
inserted
replaced
14512:41f03a01146c | 14513:076b9632bda4 |
---|