mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	Remove vimdiff: Review suggestions
This commit is contained in:
		| @@ -22,9 +22,9 @@ The basics are explained in section |08.7| of the user manual. | ||||
| To start editing in diff mode, start Nvim with "nvim -d".  This starts Nvim | ||||
| and sets up for viewing the differences between the arguments. > | ||||
|  | ||||
|     $ nvim -d file1 file2 [file3 [file4]] | ||||
| 	nvim -d file1 file2 [file3 [file4]] | ||||
|  | ||||
| In addition to the |-d| argument, |-R| and |-Z| may be used for restricted | ||||
| In addition to the |-d| argument, |-Z| and |-R| may be used for restricted | ||||
| mode and read only mode respectively. | ||||
|  | ||||
| The second and following arguments may also be a directory name.  Vim will | ||||
| @@ -41,7 +41,7 @@ What happens is that Nvim opens a window for each of the files.  This is like | ||||
| using the |-O| argument.  This uses vertical splits, but if you prefer | ||||
| horizontal splits add the |-o| argument instead: > | ||||
|  | ||||
|     $ nvim -d -o file1 file2 [file3 [file4]] | ||||
| 	nvim -d -o file1 file2 [file3 [file4]] | ||||
|  | ||||
| If you always prefer horizontal splits include "horizontal" in 'diffopt'. | ||||
|  | ||||
|   | ||||
| @@ -376,7 +376,7 @@ More about folding by expression in the reference manual: |fold-expr| | ||||
| *28.9*	Folding unchanged lines | ||||
|  | ||||
| This is useful when you set the 'diff' option in the same window.  The | ||||
| |-d| argument does this for you.  Example: > | ||||
| |-d| option does this for you.  Example: > | ||||
|  | ||||
| 	:setlocal diff foldmethod=diff scrollbind nowrap foldlevel=1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user