forked from aniani/vim
updated for version 7.0021
This commit is contained in:
@@ -2380,7 +2380,7 @@ special_keys(char_u *args)
|
||||
|
||||
if ((sep = strchr(tok, '-')) != NULL)
|
||||
{
|
||||
*sep = NULL;
|
||||
*sep = NUL;
|
||||
while (*tok)
|
||||
{
|
||||
switch (*tok)
|
||||
|
Reference in New Issue
Block a user