diff runtime/doc/eval.txt @ 20889:27401f09fe9b v8.2.0996

patch 8.2.0996: using "aucmdwin" in win_gettype() is not ideal Commit: https://github.com/vim/vim/commit/40a019f157c549dcdc17c33f082975485567bb06 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 17 21:41:35 2020 +0200 patch 8.2.0996: using "aucmdwin" in win_gettype() is not ideal Problem: Using "aucmdwin" in win_gettype() is not ideal. Solution: Rename to "autocmd".
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jun 2020 21:45:03 +0200
parents 0ab45b558621
children 59f93c2d2551
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -10864,7 +10864,7 @@ win_getid([{win} [, {tab}]])				*win_get
 
 win_gettype([{nr}])					*win_gettype()*
 		Return the type of the window:
-			"aucmdwin"	autocommand window. Temporary window
+			"autocmd"	autocommand window. Temporary window
 					used to execute autocommands.
 			"popup"		popup window |popup|
 			"preview"	preview window |preview-window|