vim-patch:7.4.184

Problem:    match() does not work properly with a {count} argument.
Solution:   Compute the length once and update it.  Quit the loop when at the
            end. (Hirohito Higashi)

https://code.google.com/p/vim/source/detail?r=9ac2fc63501d3eff92446c03b2822b30b169db5a
This commit is contained in:
Hinidu
2014-04-04 21:00:51 +03:00
committed by Thiago de Arruda
parent 10f899e8e7
commit f826b4c616
4 changed files with 85 additions and 3 deletions

View File

@@ -202,6 +202,9 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
184,
//183,
//182,
181,
//180,
//179,