Skip to content

Commit

Permalink
pound: fix previous commit (stray new function call slipped in)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivop committed Sep 11, 2024
1 parent e1a85cd commit 90a7b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pound.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ void editorProcessKeypress(void) {
case CTRL('A'): // ^A previous word
break;
case CTRL('F'): // ^F next word
editorFindNextWord();
//editorFindNextWord();
break;

case 127:
Expand Down

0 comments on commit 90a7b0d

Please sign in to comment.