aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-03-27 11:09:54 +0100
committerGitHub <noreply@github.com>2019-03-27 11:09:54 +0100
commit2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39 (patch)
tree27b832ee6bf690eecbaa9d296d748c2200d5feba /src/nvim/search.c
parent281c011d44a5f845d4c5d9cce0d2fc513f70483b (diff)
parentbf2ad145e3340205e304b5aba130952c04fd8473 (diff)
downloadrneovim-2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39.tar.gz
rneovim-2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39.tar.bz2
rneovim-2470c88291ef1e4db6b49fd1adf17bc7fb6ecd39.zip
Merge #9794 from janlazo/vim-8.0.1528
Diffstat (limited to 'src/nvim/search.c')
-rw-r--r--src/nvim/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/search.c b/src/nvim/search.c
index 777ea07a21..6e00602e66 100644
--- a/src/nvim/search.c
+++ b/src/nvim/search.c
@@ -310,7 +310,7 @@ void free_search_patterns(void)
/// Save and restore the search pattern for incremental highlight search
/// feature.
///
-/// It's similar but different from save_search_patterns() and
+/// It's similar to but different from save_search_patterns() and
/// restore_search_patterns(), because the search pattern must be restored when
/// cancelling incremental searching even if it's called inside user functions.
void save_last_search_pattern(void)