aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-10-20 09:40:07 -0400
committerGitHub <noreply@github.com>2016-10-20 09:40:07 -0400
commit978c1fd11fa9709593f4e0539fda7d572c73b9d6 (patch)
tree772c7cbb9cfb9a3c81f956cdad9b3758a4e9273a /src/nvim/ex_getln.c
parente19234f391f7dc9259dbd1115a70868e3b54577d (diff)
parent73da9fdafddfe861bc2afdc300be1d4bc810cf7d (diff)
downloadrneovim-978c1fd11fa9709593f4e0539fda7d572c73b9d6.tar.gz
rneovim-978c1fd11fa9709593f4e0539fda7d572c73b9d6.tar.bz2
rneovim-978c1fd11fa9709593f4e0539fda7d572c73b9d6.zip
Merge pull request #5503 from jamessan/vim-7.4.1494
vim-patch:7.4.1494
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r--src/nvim/ex_getln.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c
index 4254697241..7444eb8a38 100644
--- a/src/nvim/ex_getln.c
+++ b/src/nvim/ex_getln.c
@@ -4396,6 +4396,7 @@ static HistoryType hist_char2type(const int c)
case '>': {
return HIST_DEBUG;
}
+ case NUL:
case '/':
case '?': {
return HIST_SEARCH;