mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 11:55:35 +08:00 
			
		
		
		
	Typo
This commit is contained in:
		@@ -589,7 +589,7 @@ Vim distinguishes between several types of fold methods:
 | 
			
		||||
| diff         | Used in diff windows to fold unchanged text. |
 | 
			
		||||
| expr         | Uses `'foldexpr'` to basically create a new fold method. |
 | 
			
		||||
| indent       | Folds based on indentation. |
 | 
			
		||||
| manual       | Create folds yourself via `zf, `zF`, and `:fold`. |
 | 
			
		||||
| manual       | Create folds yourself via `zf`, `zF`, and `:fold`. |
 | 
			
		||||
| marker       | Folds based on markers in the text (often in comments). |
 | 
			
		||||
| syntax       | Folds based on syntax, e.g. folding `if` blocks. |
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user