diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-02 22:54:41 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-02 22:54:41 +0100 |
commit | 32aa10203bd0b4b270def03311a4599f9ffdecc4 (patch) | |
tree | 4c0188d20dcc6873e6d96f5a28b59bedcb8ebb0c /src/insexpand.c | |
parent | 70def98a957620cc325d1ab6ee35f13187598693 (diff) | |
download | vim-git-32aa10203bd0b4b270def03311a4599f9ffdecc4.tar.gz |
patch 8.1.2243: typos in commentsv8.1.2243
Problem: Typos in comments.
Solution: Fix the typos. (Dominique Pelle, closes #5160) Also adjust
formatting a bit.
Diffstat (limited to 'src/insexpand.c')
-rw-r--r-- | src/insexpand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/insexpand.c b/src/insexpand.c index 31b952bf5..e42819a18 100644 --- a/src/insexpand.c +++ b/src/insexpand.c @@ -1612,7 +1612,7 @@ ins_compl_new_leader(void) #ifdef FEAT_SPELL spell_bad_len = 0; // need to redetect bad word #endif - // Matches were cleared, need to search for them now. Befor drawing + // Matches were cleared, need to search for them now. Before drawing // the popup menu display the changed text before the cursor. Set // "compl_restarting" to avoid that the first match is inserted. pum_call_update_screen(); @@ -2858,7 +2858,7 @@ ins_compl_get_exp(pos_T *ini) // Buffers other than curbuf are scanned from the beginning or the // end but never from the middle, thus setting nowrapscan in this - // buffers is a good idea, on the other hand, we always set + // buffer is a good idea, on the other hand, we always set // wrapscan for curbuf to avoid missing matches -- Acevedo,Webb save_p_ws = p_ws; if (ins_buf != curbuf) |