From 924dd6f14a5c7e2964f12ab0724ea6f70d49dff9 Mon Sep 17 00:00:00 2001 From: rolag Date: Sun, 28 Apr 2019 10:59:19 +0100 Subject: vim-patch:8.1.0519: cannot save and restore the tag stack Problem: Cannot save and restore the tag stack. Solution: Add gettagstack() and settagstack(). (Yegappan Lakshmanan, closes vim/vim#3604) https://github.com/vim/vim/commit/f49cc60aa802862c595ff619dccc11271633a94b --- runtime/doc/usr_41.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc/usr_41.txt') diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 32923f6b25..53bdb5e8fe 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -957,6 +957,8 @@ Various: *various-functions* taglist() get list of matching tags tagfiles() get a list of tags files + gettagstack() get the tag stack + settagstack() modify the tag stack luaeval() evaluate Lua expression py3eval() evaluate Python expression (|+python3|) -- cgit