aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index fe69d9076f..5dab065e60 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -1353,6 +1353,11 @@ nvim_open_win({buffer}, {enter}, {config}) *nvim_open_win()*
by character: [ {"+", "MyCorner"}, {"x",
"MyBorder"} ]
+ • `noautocmd` : If true then no buffer-related
+ autocommand events such as |BufEnter|,
+ |BufLeave| or |BufWinEnter| may fire from
+ calling this function.
+
Return: ~
Window handle, or 0 on error