forked from aniani/vim
patch 7.4.1976
Problem: Number variables are not 64 bits while they could be. Solution: Add the num64 feature. (Ken Takata)
This commit is contained in:
@@ -2719,7 +2719,7 @@ find_special_key(
|
||||
int modifiers;
|
||||
int bit;
|
||||
int key;
|
||||
unsigned long n;
|
||||
uvarnumber_T n;
|
||||
int l;
|
||||
|
||||
src = *srcp;
|
||||
|
||||
Reference in New Issue
Block a user