mirror of
https://github.com/Hizenberg469/environment-setup.git
synced 2026-04-19 21:12:23 +03:00
Complete
This commit is contained in:
4
my_vimrc
4
my_vimrc
@@ -314,7 +314,7 @@ function! GutenTagsEnable() abort
|
||||
echo "Gutentags + Plus enabled"
|
||||
endfunction
|
||||
|
||||
function! s:GTagsDisable() abort
|
||||
function! s:GutenTagsDisable() abort
|
||||
let g:gutentags_enabled = 0
|
||||
|
||||
if exists(':GscopeKill') | silent! GscopeKill | endif
|
||||
@@ -323,6 +323,6 @@ function! s:GTagsDisable() abort
|
||||
endfunction
|
||||
|
||||
command! GTagOn call s:GutenTagsEnable()
|
||||
command! GTagOff call s:GTagsDisable()
|
||||
command! GTagOff call s:GutenTagsDisable()
|
||||
|
||||
" My vimrc end -- Hizenberg
|
||||
|
||||
Reference in New Issue
Block a user