diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-23 20:37:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-23 20:37:37 -0500 |
commit | b1854cefeaead27c6e53ec9c31b7246cf70d28fc (patch) | |
tree | eba95cff521fe7d6c14d6b4942b8805e121ddd00 /src/nvim/edit.c | |
parent | a46fc0d7540316eedd454a344e66cb79bc1c1eed (diff) | |
parent | 81591b146aadadc52f0216d38e7d19ae25dcabc8 (diff) | |
download | rneovim-b1854cefeaead27c6e53ec9c31b7246cf70d28fc.tar.gz rneovim-b1854cefeaead27c6e53ec9c31b7246cf70d28fc.tar.bz2 rneovim-b1854cefeaead27c6e53ec9c31b7246cf70d28fc.zip |
Merge pull request #5641 from Shougo/vim-7.4.1696
vim-patch:7.4.1696
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r-- | src/nvim/edit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c index dcb772e23c..9d07878f24 100644 --- a/src/nvim/edit.c +++ b/src/nvim/edit.c @@ -2322,7 +2322,6 @@ static int ins_compl_make_cyclic(void) return count; } - // Set variables that store noselect and noinsert behavior from the // 'completeopt' value. void completeopt_was_set(void) |