mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	docs(options): add missing 'nofoo' tags (#17965)
This commit is contained in:
		| @@ -1030,7 +1030,7 @@ A jump table for the options with a short description can be found at |Q_op|. | |||||||
| 	This option lets you choose which characters might cause a line | 	This option lets you choose which characters might cause a line | ||||||
| 	break if 'linebreak' is on.  Only works for ASCII characters. | 	break if 'linebreak' is on.  Only works for ASCII characters. | ||||||
|  |  | ||||||
| 						*'breakindent'* *'bri'* | 			*'breakindent'* *'bri'* *'nobreakindent'* *'nobri'* | ||||||
| 'breakindent' 'bri'	boolean (default off) | 'breakindent' 'bri'	boolean (default off) | ||||||
| 			local to window | 			local to window | ||||||
| 	Every wrapped line will continue visually indented (same amount of | 	Every wrapped line will continue visually indented (same amount of | ||||||
| @@ -2733,7 +2733,7 @@ A jump table for the options with a short description can be found at |Q_op|. | |||||||
| 	This option cannot be set from a |modeline| or in the |sandbox|, for | 	This option cannot be set from a |modeline| or in the |sandbox|, for | ||||||
| 	security reasons. | 	security reasons. | ||||||
|  |  | ||||||
| 						*'fsync'* *'fs'* | 					*'fsync'* *'fs'* *'nofsync'* *'nofs'* | ||||||
| 'fsync' 'fs'		boolean	(default off) | 'fsync' 'fs'		boolean	(default off) | ||||||
| 			global | 			global | ||||||
| 	When on, the OS function fsync() will be called after saving a file | 	When on, the OS function fsync() will be called after saving a file | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Clason
					Christian Clason