tomtom / quickfixsigns_vim

Mark quickfix & location list items with signs
http://www.vim.org/scripts/script.php?script_id=2584
GNU General Public License v3.0
131 stars 13 forks source link

README is incorrect. #28

Closed nhoad closed 11 years ago

nhoad commented 11 years ago

Installation instructions point to vimtlib.

tomtom commented 11 years ago

The install instructions at vimtlib are supposed to be suitable for any plugin on github, aren't they?

nhoad commented 11 years ago

Step 1 maybe, steps 2 and 3, I don't think so.

2. Insert the following line rather at the beginning of your
   ''vimrc'' file:
   ''runtime bundles/tplugin_vim/macros/tplugin.vim''.

   Some VIM plugins on http://github.com/tomtom require
   ''plugin/02tlib.vim'' to be loaded first. If you get an error
   message telling you that ''tlib'' is required, you can either
   tell me about that error or add the following line to the
   ''vimrc'' file: ''TPlugin! tlib_vim 02tlib''.
   This assumes that you saved the tlib library from
   http://github.com/tomtom/tlib_vim to the ''bundles'' directory
   mentioned above.

3. Run '':TPluginScan! all'' to enable autoloading.
tomtom commented 11 years ago

Simplified install instructions.