Install taglist in vim

Source: Internet
Author: User

Vim install taglist (1) To http://www.vim.org/scripts/script.php? Script_id = 273 download the latest version of taglist plugin. The current version is 4.6. (2) unzip taglist.zip-d ~ /. Vim will be in ~ /. Generate a file in vim: plugin/taglist. vim-taglist plug-in doc/taglist.txt-taglist Help File Open vim and enter: Below is my. vimrc configuration excerpt // ============================> 15 set number "display Row 16 syntax on" syntax highlight 17 set showmatch 18 set incsearch 19 let Tlist_Auto_Open = 1 "automatically open the taglist window 20 let Tlist_Exit_OnlyWindow = 1 21 let Tlist_Use_Right_Window = 1" Open the window 22 set fencs = UTF-8 on the right, gbk 23 set mouse = a "Have a mouse 24 let Tlist_File_Fold_Auto_Close = 1 // <================ =

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.