mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	runtime(doc): Update options.txt
closes: #14295 Signed-off-by: Song-Tianxiang <149415622+Song-Tianxiang@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		
				
					committed by
					
						 Christian Brabandt
						Christian Brabandt
					
				
			
			
				
	
			
			
			
						parent
						
							4a95377593
						
					
				
				
					commit
					ab01adf7c6
				
			| @@ -1,4 +1,4 @@ | |||||||
| *options.txt*	For Vim version 9.1.  Last change: 2024 Mar 11 | *options.txt*	For Vim version 9.1.  Last change: 2024 Mar 25 | ||||||
|  |  | ||||||
|  |  | ||||||
| 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | ||||||
| @@ -8106,7 +8106,7 @@ A jump table for the options with a short description can be found at |Q_op|. | |||||||
| 	appear wrong in many places, e.g., when printing it. | 	appear wrong in many places, e.g., when printing it. | ||||||
| 	The value must be more than 0 and less than 10000. | 	The value must be more than 0 and less than 10000. | ||||||
|  |  | ||||||
| 	There are four main ways to use tabs in Vim: | 	There are five main ways to use tabs in Vim: | ||||||
| 	1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4 | 	1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4 | ||||||
| 	   (or 3 or whatever you prefer) and use 'noexpandtab'.  Then Vim | 	   (or 3 or whatever you prefer) and use 'noexpandtab'.  Then Vim | ||||||
| 	   will use a mix of tabs and spaces, but typing <Tab> and <BS> will | 	   will use a mix of tabs and spaces, but typing <Tab> and <BS> will | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user