diff runtime/doc/eval.txt @ 12885:10cb5c3df3f5 v8.0.1319

patch 8.0.1319: can't build GUI on MS-Windows commit https://github.com/vim/vim/commit/669a828cdc1f019e7abda0e5e9b223d7897f06a8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 19 20:13:05 2017 +0100 patch 8.0.1319: can't build GUI on MS-Windows Problem: Can't build GUI on MS-Windows. Solution: Don't define the balloon_split() function in a GUI-only build.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Nov 2017 20:15:05 +0100
parents 058e93aee621
children 1578c0ba0dd1
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2708,13 +2708,16 @@ balloon_show({expr})					*balloon_show()
 
 		When showing a balloon is not possible nothing happens, no
 		error message.
-		{only available when compiled with the +balloon_eval feature}
+		{only available when compiled with the +balloon_eval or
+		+balloon_eval_term feature}
 
 balloon_split({msg})					*balloon_split()*
 		Split {msg} into lines to be displayed in a balloon.  The
 		splits are made for the current window size and optimize to
 		show debugger output.
 		Returns a |List| with the split lines.
+		{only available when compiled with the +balloon_eval_term
+		feature}
 
 							*browse()*
 browse({save}, {title}, {initdir}, {default})