Merge pull request #347 from ilian/patch-1
Fix typo in ignorecase comment
This commit is contained in:
		
						commit
						80d8d6947a
					
				
							
								
								
									
										2
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
									
									
									
									
								
							@ -229,7 +229,7 @@ vim.o.breakindent = true
 | 
				
			|||||||
-- Save undo history
 | 
					-- Save undo history
 | 
				
			||||||
vim.o.undofile = true
 | 
					vim.o.undofile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Case insensitive searching UNLESS /C or capital in search
 | 
					-- Case-insensitive searching UNLESS \C or capital in search
 | 
				
			||||||
vim.o.ignorecase = true
 | 
					vim.o.ignorecase = true
 | 
				
			||||||
vim.o.smartcase = true
 | 
					vim.o.smartcase = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user