From 113cb513f76d8866cbb6dc85fa18aded753e01da Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 7 Nov 2021 20:27:04 +0000 Subject: Update runtime files --- runtime/doc/tips.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/doc/tips.txt') diff --git a/runtime/doc/tips.txt b/runtime/doc/tips.txt index af78965e96..5d6008c090 100644 --- a/runtime/doc/tips.txt +++ b/runtime/doc/tips.txt @@ -1,4 +1,4 @@ -*tips.txt* For Vim version 8.2. Last change: 2020 Dec 29 +*tips.txt* For Vim version 8.2. Last change: 2021 Nov 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -549,6 +549,7 @@ the current window, try this custom `:HelpCurwin` command: endif if !getcompletion(a:subject, 'help')->empty() execute mods .. ' edit ' .. &helpfile + set buftype=help endif return 'help ' .. a:subject endfunction -- cgit v1.2.3