From 31a5ec23ebef511ca89f7d24077e7a5624ed4c6e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 1 Aug 2019 22:48:52 +0200 Subject: vim-patch:723dd946f948 Update runtime files. https://github.com/vim/vim/commit/723dd946f94856be94a943876945fb1bd8169059 --- runtime/doc/eval.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index aa7e58acc4..2af955b8c2 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3009,7 +3009,7 @@ complete_info([{what}]) completion. See |ins-completion|. The items are: mode Current completion mode name string. - See |completion_info_mode| for the values. + See |complete_info_mode| for the values. pum_visible |TRUE| if popup menu is visible. See |pumvisible()|. items List of completion matches. Each item is a -- cgit