File plugin/qthelp.vim changed (mode: 100644) (index 2bec563..d011509) |
27 |
27 |
" or Vim will be waiting until you close your browser. |
" or Vim will be waiting until you close your browser. |
28 |
28 |
" |
" |
29 |
29 |
" Using: 1. Make tags-file for your html-qthelp. |
" Using: 1. Make tags-file for your html-qthelp. |
|
30 |
|
" Addition by DFrank: just go to <Qt-current-version-path>/doc |
|
31 |
|
" (say, D:/Qt/4.8.4/doc), and run 'ctags -R .'. |
30 |
32 |
" 2. Add that tags-file into your 'tags' option (WARNING: doing |
" 2. Add that tags-file into your 'tags' option (WARNING: doing |
31 |
33 |
" this in your .vimrc file can slow down and pollute completion |
" this in your .vimrc file can slow down and pollute completion |
32 |
34 |
" list for not Qt-projects). |
" list for not Qt-projects). |