diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-19 20:13:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-19 20:13:05 +0100 |
commit | 669a828cdc1f019e7abda0e5e9b223d7897f06a8 (patch) | |
tree | 16601aabeea02b3d302fdf499bd4a1a890ee3d4c /runtime/doc | |
parent | 246fe03d154c09070d5b7365b7f61716c4e0ddd4 (diff) | |
download | vim-git-669a828cdc1f019e7abda0e5e9b223d7897f06a8.tar.gz |
patch 8.0.1319: can't build GUI on MS-Windowsv8.0.1319
Problem: Can't build GUI on MS-Windows.
Solution: Don't define the balloon_split() function in a GUI-only build.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 2ce6c48ef..d753924df 100644 --- 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}) |