update set tags

This commit is contained in:
dots 2020-05-10 14:46:27 +03:00
commit 0d94085c26

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