update set tags
This commit is contained in:
		
							parent
							
								
									ae2608cd18
								
							
						
					
					
						commit
						0d94085c26
					
				
							
								
								
									
										4
									
								
								init.vim
								
								
								
								
							
							
						
						
									
										4
									
								
								init.vim
								
								
								
								
							| 
						 | 
					@ -205,8 +205,8 @@ set lazyredraw
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set title
 | 
					set title
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" the ;/home/ray tells vim to stop searching at /home/ray
 | 
					" the ;/home/* tells vim to stop searching at /home/* (I hope!)
 | 
				
			||||||
set tags+=./.tags,.tags,./tags-py,.tags-py;/home/ray/
 | 
					set tags=./.tags,.tags,./tags-external,.tags-external;/home/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" persisitent undo file
 | 
					" persisitent undo file
 | 
				
			||||||
set undofile
 | 
					set undofile
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue