File plugin/qthelp.vim changed (mode: 100644) (index 2c2b71a..6b2322a) |
1 |
1 |
" Name: qthelp |
" Name: qthelp |
2 |
2 |
" Author: xaizek (xaizek@gmail.com) |
" Author: xaizek (xaizek@gmail.com) |
3 |
|
" Version: 1.0.1 |
|
|
3 |
|
" Version: 1.1.1 |
4 |
4 |
" |
" |
5 |
5 |
" Description: This plugin would allow you to open Qt help pages in browser |
" Description: This plugin would allow you to open Qt help pages in browser |
6 |
6 |
" from your C++ source code. Currently it can show help if the word |
" from your C++ source code. Currently it can show help if the word |
|
53 |
53 |
" |
" |
54 |
54 |
" ChangeLog: v1.0.0 (2010-12-07) - Initial version |
" ChangeLog: v1.0.0 (2010-12-07) - Initial version |
55 |
55 |
" v1.0.1 (2013-03-09) - Fixed multiple load guard |
" v1.0.1 (2013-03-09) - Fixed multiple load guard |
|
56 |
|
" v1.1.1 (2013-03-09) - Added support for latest versions of Qt |
|
57 |
|
" (thanks to Dmitry Frank). |
56 |
58 |
|
|
57 |
59 |
if exists("g:loaded_qthelp") |
if exists("g:loaded_qthelp") |
58 |
60 |
finish |
finish |