This commit is contained in:
Jan Edmund Lazo
2018-09-20 23:42:23 -04:00
parent 300a7a4cf4
commit 01b2fa53f4
4 changed files with 10 additions and 10 deletions

View File

@@ -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)