Vim

Windows GNU Global

최재국 2021. 4. 22. 19:29

 

 

Download

www.gnu.org/software/global/

 

GNU Global source code tagging system

Copyright (c) 2000-2018 Tama Communications CorporationPermission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

www.gnu.org

 

 

 

glo665wb\share\gtags\gtags-cscope.vim 수정

" To use the default key/mouse mapping:
" let GtagsCscope_Auto_Map = 1
" To ignore letter case when searching:
let GtagsCscope_Ignore_Case = 1
" To use absolute path name:
" let GtagsCscope_Absolute_Path = 1
" To deterring interruption:
" let GtagsCscope_Keep_Alive = 1
" If you hope auto loading:
" let GtagsCscope_Auto_Load = 1
" To use 'vim -t ', ':tag' and '<c-]>'</c-]>
set cscopetag 

 

gtags-cscope.vim과 gtags.vim 파일을 C:\Program Files (x86)\Vim\vim82\plugin 경로로 복사

 

glo665wb폴더 C:\Program Files (x86)\Vim 에 복사

 

C:\Program Files (x86)\Vim\glo665wb\bin 경로 환경변수 등록

 

 

 

gtags 활성화

:!Gtags

gtags-cscope 활성화

:GtagsCscope  // cstags, cscope 사용가능

 

:global -vu 테깅시스템 최신화