mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
lint
This commit is contained in:
@@ -421,7 +421,7 @@ wingotofile:
|
||||
case Ctrl_I:
|
||||
type = FIND_ANY;
|
||||
FALLTHROUGH;
|
||||
case 'd': /* Go to definition, using 'define' */
|
||||
case 'd': // Go to definition, using 'define'
|
||||
case Ctrl_D:
|
||||
CHECK_CMDWIN
|
||||
if ((len = find_ident_under_cursor(&ptr, FIND_IDENT)) == 0)
|
||||
|
Reference in New Issue
Block a user