mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
test/legacy: fix test_normal.vim
This commit is contained in:
@@ -4766,10 +4766,8 @@ static void nv_ident(cmdarg_T *cap)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Now grab the chars in the identifier
|
||||
*/
|
||||
if (cmdchar == 'K' && !kp_ex) {
|
||||
// Now grab the chars in the identifier
|
||||
if (cmdchar == 'K') {
|
||||
ptr = vim_strnsave(ptr, n);
|
||||
if (kp_ex) {
|
||||
// Escape the argument properly for an Ex command
|
||||
|
Reference in New Issue
Block a user