summaryrefslogtreecommitdiffstats
path: root/src/cmds_edit.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
commitf5959f99d723630c9efaaa30a1209316064f9158 (patch)
treed91369c0e31ad8eac4104a02b27608b968444386 /src/cmds_edit.c
parentcc90329962d76e1103aa43653993cf2f01c5038b (diff)
cleaned comments
Diffstat (limited to 'src/cmds_edit.c')
-rw-r--r--src/cmds_edit.c8
1 files changed, 5 insertions, 3 deletions
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;