aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-01-22 22:20:29 -0800
committerJustin M. Keyes <justinkz@gmail.com>2015-01-22 22:20:29 -0800
commit0f39097e5348ae61dbf9a226ffde3bca6b75d659 (patch)
tree78f2aaf4f7e3af413adf61b95307ef1197056d25 /src/nvim/edit.c
parent918b5d021d9ece1da76b0bd61ddefe32ba401c89 (diff)
parent19c22cdb80e30711be5af33cb6726566ad629944 (diff)
downloadrneovim-0f39097e5348ae61dbf9a226ffde3bca6b75d659.tar.gz
rneovim-0f39097e5348ae61dbf9a226ffde3bca6b75d659.tar.bz2
rneovim-0f39097e5348ae61dbf9a226ffde3bca6b75d659.zip
Merge pull request #1850 from JackDanger/halfway-a-line
doc: "halfway a line" is a very confusing phrase
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r--src/nvim/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index f6ca11761a..03dceaf092 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -766,8 +766,8 @@ edit (
#ifdef UNIX
do_intr:
#endif
- /* when 'insertmode' set, and not halfway a mapping, don't leave
- * Insert mode */
+ // when 'insertmode' set, and not halfway through a mapping, don't leave
+ // Insert mode
if (goto_im()) {
if (got_int) {
(void)vgetc(); /* flush all buffers */