vim-patch:8.2.0296: mixing up "long long" and __int64 may cause problems

Problem:    Mixing up "long long" and __int64 may cause problems. (John
            Marriott)
Solution:   Pass varnumber_T to vim_snprintf().  Add v:numbersize.
f9706e9df0
This commit is contained in:
Jan Edmund Lazo
2021-04-26 22:47:12 -04:00
parent e257aff016
commit 25c0675fe3
4 changed files with 14 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ typedef enum {
VV_FALSE,
VV_TRUE,
VV_NULL,
VV_NUMBERSIZE,
VV_VIM_DID_ENTER,
VV_TESTING,
VV_TYPE_NUMBER,