mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
vim-patch:7.4.553 #2513
Problem: Various small issues. Solution: Fix those issues. https://github.com/vim/vim/releases/tag/v7-4-553
This commit is contained in:

committed by
Michael Reed

parent
f6d76c0813
commit
44c2db65db
@@ -3067,11 +3067,11 @@ static double tv_float(typval_T *tvs, int *idxp)
|
||||
* pointer for resulting string argument if "str_m" is zero (as per ISO C99).
|
||||
*
|
||||
* The return value is the number of characters which would be generated
|
||||
* for the given input, excluding the trailing null. If this value
|
||||
* for the given input, excluding the trailing NUL. If this value
|
||||
* is greater or equal to "str_m", not all characters from the result
|
||||
* have been stored in str, output bytes beyond the ("str_m"-1) -th character
|
||||
* are discarded. If "str_m" is greater than zero it is guaranteed
|
||||
* the resulting string will be null-terminated.
|
||||
* the resulting string will be NUL-terminated.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@@ -88,6 +88,10 @@ bbbb
|
||||
bbbb
|
||||
cccc
|
||||
dddd
|
||||
|
||||
yaaa
|
||||
<EFBFBD><EFBFBD><EFBFBD>
|
||||
bbb
|
||||
|
||||
A23
|
||||
4567
|
||||
|
@@ -216,7 +216,7 @@ static int included_patches[] = {
|
||||
//556 NA
|
||||
//555 NA
|
||||
//554,
|
||||
//553,
|
||||
553,
|
||||
552,
|
||||
551,
|
||||
550,
|
||||
|
Reference in New Issue
Block a user