From f5959f99d723630c9efaaa30a1209316064f9158 Mon Sep 17 00:00:00 2001 From: andmarti1424 Date: Sun, 9 Apr 2017 19:19:22 -0300 Subject: cleaned comments --- src/cmds_edit.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/cmds_edit.c') diff --git a/src/cmds_edit.c b/src/cmds_edit.c index b189016..e266a1b 100644 --- a/src/cmds_edit.c +++ b/src/cmds_edit.c @@ -340,9 +340,11 @@ int back_word(int big_word) { return cpos; } -// end_of_word is used for moving forward to end of a WORD -// big_word looks for ' ', else looks for istext. -// delete 1 is used when typing dw command +/* + * end_of_word is used for moving forward to end of a WORD + * big_word looks for ' ', else looks for istext. + * delete 1 is used when typing dw command + */ int for_word(int end_of_word, int delete, int big_word) { int cpos = real_inputline_pos; -- cgit v1.2.3