vim-patch:7.4.546

Problem:    Repeated use of vim_snprintf() with a number.
Solution:   Move these vim_snprintf() calls into a function.

https://code.google.com/p/vim/source/detail?name=v7-4-546
This commit is contained in:
Felipe Morales
2015-01-20 02:01:16 -03:00
parent 7fc952ab67
commit 87953bf5ff
2 changed files with 15 additions and 14 deletions

View File

@@ -233,7 +233,7 @@ static int included_patches[] = {
549,
//548 NA
547,
//546,
546,
545,
//544 NA
543,