update set tags

This commit is contained in:
dots 2020-05-10 14:46:27 +03:00
parent ae2608cd18
commit 0d94085c26
1 changed files with 2 additions and 2 deletions

View File

@ -205,8 +205,8 @@ set lazyredraw
set title
" the ;/home/ray tells vim to stop searching at /home/ray
set tags+=./.tags,.tags,./tags-py,.tags-py;/home/ray/
" the ;/home/* tells vim to stop searching at /home/* (I hope!)
set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
" persisitent undo file
set undofile