@@ -170,7 +170,7 @@ from the source code of the miscellaneous scripts using the Python module
170
170
'vimdoctool.py' included in vim-tools [5].
171
171
172
172
The documentation of the 95 functions below was extracted from 19 Vim scripts
173
- on November 13, 2014 at 23:19 .
173
+ on March 15, 2015 at 11:10 .
174
174
175
175
-------------------------------------------------------------------------------
176
176
*misc-asynchronous-vim-script-evaluation*
@@ -499,6 +499,13 @@ coerced to strings using Vim's |string()| function.
499
499
In the case of | xolox#misc#msg#info() | , automatic string coercion simply makes
500
500
the function a bit easier to use.
501
501
502
+ The messages emitted by this function have no highlighting. Previously these
503
+ messages were highlighted using the Title group (see | hl-Title | ), but it was
504
+ pointed out in pull request 16 [12] that this group shouldn't be used for
505
+ informational messages because it is meant for titles and because of this some
506
+ color schemes use colors that stand out quite a bit, causing the informational
507
+ messages to look like errors.
508
+
502
509
-------------------------------------------------------------------------------
503
510
The *xolox#misc#msg#warn()* function
504
511
@@ -644,7 +651,7 @@ value of |v:progname|, but if you have a preference you can pass the string
644
651
The *xolox#misc#os#exec()* function
645
652
646
653
Execute an external command (hiding the console on Microsoft Windows when my
647
- vim-shell plug-in [12 ] is installed).
654
+ vim-shell plug-in [13 ] is installed).
648
655
649
656
Expects a dictionary with the following key/value pairs as the first argument:
650
657
@@ -1169,15 +1176,15 @@ version string. Returns 1 (true) when it is, 0 (false) otherwise.
1169
1176
Contact ~
1170
1177
1171
1178
If you have questions, bug reports, suggestions, etc. please open an issue or
1172
- pull request on GitHub [13 ] . Download links and documentation can be found on
1173
- the plug-in's homepage [14 ] . If you like the script please vote for it on Vim
1174
- Online [15 ] .
1179
+ pull request on GitHub [14 ] . Download links and documentation can be found on
1180
+ the plug-in's homepage [15 ] . If you like the script please vote for it on Vim
1181
+ Online [16 ] .
1175
1182
1176
1183
===============================================================================
1177
1184
*misc-license*
1178
1185
License ~
1179
1186
1180
- This software is licensed under the MIT license [16 ] . © 2014 Peter Odding
1187
+ This software is licensed under the MIT license [17 ] . © 2015 Peter Odding
1181
1188
1182
1189
1183
1190
===============================================================================
@@ -1195,10 +1202,11 @@ References ~
1195
1202
[9] http://peterodding.com/code/vim/notes/#recentnotes_command
1196
1203
[10] http://peterodding.com/code/vim/notes/#showtaggednotes_command
1197
1204
[11] http://peterodding.com/code/vim/session/
1198
- [12] http://peterodding.com/code/vim/shell/
1199
- [13] http://github.com/xolox/vim-misc
1200
- [14] http://peterodding.com/code/vim/misc
1201
- [15] http://www.vim.org/scripts/script.php?script_id=4597
1202
- [16] http://en.wikipedia.org/wiki/MIT_License
1205
+ [12] https://github.com/xolox/vim-misc/pull/16
1206
+ [13] http://peterodding.com/code/vim/shell/
1207
+ [14] http://github.com/xolox/vim-misc
1208
+ [15] http://peterodding.com/code/vim/misc
1209
+ [16] http://www.vim.org/scripts/script.php?script_id=4597
1210
+ [17] http://en.wikipedia.org/wiki/MIT_License
1203
1211
1204
1212
vim: ft=help
0 commit comments