added (commented out) space-based tab section.
This commit is contained in:
		
							parent
							
								
									6a8ddee8f5
								
							
						
					
					
						commit
						f197e20c61
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -51,8 +51,13 @@ require('packages')
 | 
				
			||||||
	opt.laststatus=2
 | 
						opt.laststatus=2
 | 
				
			||||||
	--tab stuff
 | 
						--tab stuff
 | 
				
			||||||
	opt.tabstop=4
 | 
						opt.tabstop=4
 | 
				
			||||||
	opt.shiftwidth=4
 | 
						opt.shiftwidth=0 --zero inherrits tabstop.
 | 
				
			||||||
	opt.autoindent=true
 | 
						opt.autoindent=true
 | 
				
			||||||
 | 
						opt.smartindent=true
 | 
				
			||||||
 | 
						opt.smarttab=true
 | 
				
			||||||
 | 
						--space based tabs.
 | 
				
			||||||
 | 
						-- opt.softtabstop=-1 --negative value inherrits shiftwidth.
 | 
				
			||||||
 | 
						-- opt.expandtab=true
 | 
				
			||||||
	--highlight search results as you type.
 | 
						--highlight search results as you type.
 | 
				
			||||||
	opt.hlsearch=true
 | 
						opt.hlsearch=true
 | 
				
			||||||
	opt.incsearch=true
 | 
						opt.incsearch=true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue