blob: 6670f45c6401e98d57d09a671979bf74a43b06d0 [file] [log] [blame]
Bram Moolenaarb1c91982018-05-17 17:04:55 +02001*diff.txt* For Vim version 8.1. Last change: 2017 Oct 03
Bram Moolenaar071d4272004-06-13 20:20:40 +00002
3
4 VIM REFERENCE MANUAL by Bram Moolenaar
5
6
7 *diff* *vimdiff* *gvimdiff* *diff-mode*
Bram Moolenaar015efc32016-08-24 22:34:33 +02008This file describes the |+diff| feature: Showing differences between two to
9eight versions of the same file.
Bram Moolenaar071d4272004-06-13 20:20:40 +000010
11The basics are explained in section |08.7| of the user manual.
12
Bram Moolenaar24a98a02017-09-27 22:23:55 +0200131. Starting diff mode |start-vimdiff|
Bram Moolenaar071d4272004-06-13 20:20:40 +0000142. Viewing diffs |view-diffs|
153. Jumping to diffs |jumpto-diffs|
164. Copying diffs |copy-diffs|
175. Diff options |diff-options|
18
19{not in Vi}
20
21==============================================================================
Bram Moolenaar24a98a02017-09-27 22:23:55 +0200221. Starting diff mode *start-vimdiff*
Bram Moolenaar071d4272004-06-13 20:20:40 +000023
24The easiest way to start editing in diff mode is with the "vimdiff" command.
25This starts Vim as usual, and additionally sets up for viewing the differences
26between the arguments. >
27
28 vimdiff file1 file2 [file3 [file4]]
29
30This is equivalent to: >
31
32 vim -d file1 file2 [file3 [file4]]
33
34You may also use "gvimdiff" or "vim -d -g". The GUI is started then.
35You may also use "viewdiff" or "gviewdiff". Vim starts in readonly mode then.
36"r" may be prepended for restricted mode (see |-Z|).
37
38The second and following arguments may also be a directory name. Vim will
39then append the file name of the first argument to the directory name to find
40the file.
41
Bram Moolenaare828b762018-09-10 17:51:58 +020042By default an internal diff library will be used. When 'diffopt' or
43'diffexpr' has been set an external "diff" command will be used. This only
44works when such a diff program is available.
Bram Moolenaar071d4272004-06-13 20:20:40 +000045
Bram Moolenaar7e8fd632006-02-18 22:14:51 +000046Diffs are local to the current tab page |tab-page|. You can't see diffs with
47a window in another tab page. This does make it possible to have several
48diffs at the same time, each in their own tab page.
49
Bram Moolenaar071d4272004-06-13 20:20:40 +000050What happens is that Vim opens a window for each of the files. This is like
51using the |-O| argument. This uses vertical splits. If you prefer horizontal
52splits add the |-o| argument: >
53
Bram Moolenaare37d50a2008-08-06 17:06:04 +000054 vimdiff -o file1 file2 [file3 [file4]]
Bram Moolenaar071d4272004-06-13 20:20:40 +000055
Bram Moolenaar7d47b6e2006-03-15 22:59:18 +000056If you always prefer horizontal splits include "horizontal" in 'diffopt'.
57
Bram Moolenaar071d4272004-06-13 20:20:40 +000058In each of the edited files these options are set:
59
60 'diff' on
61 'scrollbind' on
Bram Moolenaara9d52e32010-07-31 16:44:19 +020062 'cursorbind' on
Bram Moolenaar071d4272004-06-13 20:20:40 +000063 'scrollopt' includes "hor"
64 'wrap' off
65 'foldmethod' "diff"
Bram Moolenaar7d47b6e2006-03-15 22:59:18 +000066 'foldcolumn' value from 'diffopt', default is 2
Bram Moolenaar071d4272004-06-13 20:20:40 +000067
68These options are set local to the window. When editing another file they are
69reset to the global value.
Bram Moolenaar8f3f58f2010-01-06 20:52:26 +010070The options can still be overruled from a modeline when re-editing the file.
71However, 'foldmethod' and 'wrap' won't be set from a modeline when 'diff' is
72set.
Bram Moolenaar071d4272004-06-13 20:20:40 +000073
74The differences shown are actually the differences in the buffer. Thus if you
75make changes after loading a file, these will be included in the displayed
76diffs. You might have to do ":diffupdate" now and then, not all changes are
77immediately taken into account.
78
79In your .vimrc file you could do something special when Vim was started in
80diff mode. You could use a construct like this: >
81
82 if &diff
83 setup for diff mode
84 else
85 setup for non-diff mode
86 endif
87
88While already in Vim you can start diff mode in three ways.
89
90 *E98*
Bram Moolenaard09acef2012-09-21 14:54:30 +020091:diffs[plit] {filename} *:diffs* *:diffsplit*
Bram Moolenaar071d4272004-06-13 20:20:40 +000092 Open a new window on the file {filename}. The options are set
93 as for "vimdiff" for the current and the newly opened window.
94 Also see 'diffexpr'.
95
96 *:difft* *:diffthis*
Bram Moolenaard09acef2012-09-21 14:54:30 +020097:difft[his] Make the current window part of the diff windows. This sets
Bram Moolenaar2df6dcc2004-07-12 15:53:54 +000098 the options like for "vimdiff".
Bram Moolenaar071d4272004-06-13 20:20:40 +000099
Bram Moolenaar13600302014-05-22 18:26:40 +0200100:diffp[atch] {patchfile} *E816* *:diffp* *:diffpatch*
Bram Moolenaar071d4272004-06-13 20:20:40 +0000101 Use the current buffer, patch it with the diff found in
102 {patchfile} and open a buffer on the result. The options are
103 set as for "vimdiff".
104 {patchfile} can be in any format that the "patch" program
105 understands or 'patchexpr' can handle.
106 Note that {patchfile} should only contain a diff for one file,
107 the current file. If {patchfile} contains diffs for other
108 files as well, the results are unpredictable. Vim changes
109 directory to /tmp to avoid files in the current directory
110 accidentally being patched. But it may still result in
111 various ".rej" files to be created. And when absolute path
112 names are present these files may get patched anyway.
113
114To make these commands use a vertical split, prepend |:vertical|. Examples: >
115
116 :vert diffsplit main.c~
117 :vert diffpatch /tmp/diff
Bram Moolenaar7d47b6e2006-03-15 22:59:18 +0000118
119If you always prefer a vertical split include "vertical" in 'diffopt'.
120
Bram Moolenaar071d4272004-06-13 20:20:40 +0000121 *E96*
Bram Moolenaar015efc32016-08-24 22:34:33 +0200122There can be up to eight buffers with 'diff' set.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000123
124Since the option values are remembered with the buffer, you can edit another
125file for a moment and come back to the same file and be in diff mode again.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000126
Bram Moolenaar2df6dcc2004-07-12 15:53:54 +0000127 *:diffo* *:diffoff*
Bram Moolenaarbaca7f72013-09-22 14:42:24 +0200128:diffo[ff] Switch off diff mode for the current window. Resets related
129 options also when 'diff' was not set.
Bram Moolenaar2df6dcc2004-07-12 15:53:54 +0000130
Bram Moolenaard09acef2012-09-21 14:54:30 +0200131:diffo[ff]! Switch off diff mode for the current window and in all windows
Bram Moolenaarbaca7f72013-09-22 14:42:24 +0200132 in the current tab page where 'diff' is set. Resetting
133 related options only happens in a window that has 'diff' set,
134 if the current window does not have 'diff' set then no options
135 in it are changed.
Bram Moolenaar3df01732017-02-17 22:47:16 +0100136 Hidden buffers are also removed from the list of diff'ed
137 buffers.
Bram Moolenaar2df6dcc2004-07-12 15:53:54 +0000138
Bram Moolenaar86ae7202015-07-10 19:31:35 +0200139The `:diffoff` command resets the relevant options to the values they had when
140using `:diffsplit`, `:diffpatch` , `:diffthis`. or starting Vim in diff mode.
141When using `:diffoff` twice the last saved values are restored.
Bram Moolenaardd007ed2013-07-09 15:44:17 +0200142Otherwise they are set to their default value:
Bram Moolenaar2df6dcc2004-07-12 15:53:54 +0000143
144 'diff' off
145 'scrollbind' off
Bram Moolenaara9d52e32010-07-31 16:44:19 +0200146 'cursorbind' off
Bram Moolenaar2df6dcc2004-07-12 15:53:54 +0000147 'scrollopt' without "hor"
148 'wrap' on
149 'foldmethod' "manual"
150 'foldcolumn' 0
Bram Moolenaar071d4272004-06-13 20:20:40 +0000151
152==============================================================================
1532. Viewing diffs *view-diffs*
154
155The effect is that the diff windows show the same text, with the differences
156highlighted. When scrolling the text, the 'scrollbind' option will make the
157text in other windows to be scrolled as well. With vertical splits the text
158should be aligned properly.
159
160The alignment of text will go wrong when:
161- 'wrap' is on, some lines will be wrapped and occupy two or more screen
162 lines
163- folds are open in one window but not another
164- 'scrollbind' is off
165- changes have been made to the text
166- "filler" is not present in 'diffopt', deleted/inserted lines makes the
167 alignment go wrong
168
169All the buffers edited in a window where the 'diff' option is set will join in
170the diff. This is also possible for hidden buffers. They must have been
Bram Moolenaar3df01732017-02-17 22:47:16 +0100171edited in a window first for this to be possible. To get rid of the hidden
172buffers use `:diffoff!`.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000173
Bram Moolenaar9964e462007-05-05 17:54:07 +0000174 *:DiffOrig* *diff-original-file*
Bram Moolenaar071d4272004-06-13 20:20:40 +0000175Since 'diff' is a window-local option, it's possible to view the same buffer
176in diff mode in one window and "normal" in another window. It is also
Bram Moolenaar9964e462007-05-05 17:54:07 +0000177possible to view the changes you have made to a buffer since the file was
178loaded. Since Vim doesn't allow having two buffers for the same file, you
179need another buffer. This command is useful: >
Bram Moolenaar8e5af3e2011-04-28 19:02:44 +0200180 command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_
181 \ | diffthis | wincmd p | diffthis
Bram Moolenaar9964e462007-05-05 17:54:07 +0000182(this is in |vimrc_example.vim|). Use ":DiffOrig" to see the differences
183between the current buffer and the file it was loaded from.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000184
185A buffer that is unloaded cannot be used for the diff. But it does work for
186hidden buffers. You can use ":hide" to close a window without unloading the
Bram Moolenaar111ff9f2005-03-08 22:40:03 +0000187buffer. If you don't want a buffer to remain used for the diff do ":set
188nodiff" before hiding it.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000189
Bram Moolenaarb4ff5182015-11-10 21:15:48 +0100190 *:dif* *:diffupdate*
191:dif[fupdate][!] Update the diff highlighting and folds.
Bram Moolenaara7fc0102005-05-18 22:17:12 +0000192
Bram Moolenaar071d4272004-06-13 20:20:40 +0000193Vim attempts to keep the differences updated when you make changes to the
194text. This mostly takes care of inserted and deleted lines. Changes within a
195line and more complicated changes do not cause the differences to be updated.
196To force the differences to be updated use: >
197
198 :diffupdate
199
Bram Moolenaarbd1d5602012-05-18 18:47:17 +0200200If the ! is included Vim will check if the file was changed externally and
201needs to be reloaded. It will prompt for each changed file, like `:checktime`
202was used.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000203
204Vim will show filler lines for lines that are missing in one window but are
205present in another. These lines were inserted in another file or deleted in
206this file. Removing "filler" from the 'diffopt' option will make Vim not
207display these filler lines.
208
209
210Folds are used to hide the text that wasn't changed. See |folding| for all
211the commands that can be used with folds.
212
213The context of lines above a difference that are not included in the fold can
214be set with the 'diffopt' option. For example, to set the context to three
215lines: >
216
217 :set diffopt=filler,context:3
218
219
220The diffs are highlighted with these groups:
221
222|hl-DiffAdd| DiffAdd Added (inserted) lines. These lines exist in
223 this buffer but not in another.
224|hl-DiffChange| DiffChange Changed lines.
225|hl-DiffText| DiffText Changed text inside a Changed line. Vim
226 finds the first character that is different,
227 and the last character that is different
228 (searching from the end of the line). The
229 text in between is highlighted. This means
230 that parts in the middle that are still the
Bram Moolenaar37c64c72017-09-19 22:06:03 +0200231 same are highlighted anyway. The 'diffopt'
232 flags "iwhite" and "icase" are used here.
Bram Moolenaarfa13eef2013-02-06 17:34:04 +0100233|hl-DiffDelete| DiffDelete Deleted lines. Also called filler lines,
Bram Moolenaar071d4272004-06-13 20:20:40 +0000234 because they don't really exist in this
235 buffer.
236
237==============================================================================
2383. Jumping to diffs *jumpto-diffs*
239
240Two commands can be used to jump to diffs:
241 *[c*
242 [c Jump backwards to the previous start of a change.
243 When a count is used, do it that many times.
244 *]c*
245 ]c Jump forwards to the next start of a change.
246 When a count is used, do it that many times.
247
248It is an error if there is no change for the cursor to move to.
249
250==============================================================================
2514. Diff copying *copy-diffs* *E99* *E100* *E101* *E102* *E103*
Bram Moolenaar1e015462005-09-25 22:16:38 +0000252 *merge*
Bram Moolenaar071d4272004-06-13 20:20:40 +0000253There are two commands to copy text from one buffer to another. The result is
254that the buffers will be equal within the specified range.
255
256 *:diffg* *:diffget*
257:[range]diffg[et] [bufspec]
258 Modify the current buffer to undo difference with another
Bram Moolenaar8f3f58f2010-01-06 20:52:26 +0100259 buffer. If [bufspec] is given, that buffer is used. If
260 [bufspec] refers to the current buffer then nothing happens.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000261 Otherwise this only works if there is one other buffer in diff
262 mode.
263 See below for [range].
264
Bram Moolenaar9964e462007-05-05 17:54:07 +0000265 *:diffpu* *:diffput* *E793*
Bram Moolenaar071d4272004-06-13 20:20:40 +0000266:[range]diffpu[t] [bufspec]
267 Modify another buffer to undo difference with the current
268 buffer. Just like ":diffget" but the other buffer is modified
269 instead of the current one.
Bram Moolenaar1e015462005-09-25 22:16:38 +0000270 When [bufspec] is omitted and there is more than one other
271 buffer in diff mode where 'modifiable' is set this fails.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000272 See below for [range].
273
274 *do*
Bram Moolenaar32efaf62014-11-05 17:02:17 +0100275[count]do Same as ":diffget" without range. The "o" stands for "obtain"
276 ("dg" can't be used, it could be the start of "dgg"!). Note:
277 this doesn't work in Visual mode.
278 If you give a [count], it is used as the [bufspec] argument
279 for ":diffget".
Bram Moolenaar071d4272004-06-13 20:20:40 +0000280
281 *dp*
Bram Moolenaar32efaf62014-11-05 17:02:17 +0100282[count]dp Same as ":diffput" without range. Note: this doesn't work in
283 Visual mode.
284 If you give a [count], it is used as the [bufspec] argument
285 for ":diffput".
Bram Moolenaar4a748032010-09-30 21:47:56 +0200286
Bram Moolenaar071d4272004-06-13 20:20:40 +0000287
288When no [range] is given, the diff at the cursor position or just above it is
289affected. When [range] is used, Vim tries to only put or get the specified
290lines. When there are deleted lines, this may not always be possible.
291
292There can be deleted lines below the last line of the buffer. When the cursor
293is on the last line in the buffer and there is no diff above this line, the
294":diffget" and "do" commands will obtain lines from the other buffer.
295
296To be able to get those lines from another buffer in a [range] it's allowed to
297use the last line number plus one. This command gets all diffs from the other
298buffer: >
299
300 :1,$+1diffget
301
302Note that deleted lines are displayed, but not counted as text lines. You
303can't move the cursor into them. To fill the deleted lines with the lines
304from another buffer use ":diffget" on the line below them.
Bram Moolenaar910f66f2006-04-05 20:41:53 +0000305 *E787*
306When the buffer that is about to be modified is read-only and the autocommand
307that is triggered by |FileChangedRO| changes buffers the command will fail.
308The autocommand must not change buffers.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000309
310The [bufspec] argument above can be a buffer number, a pattern for a buffer
311name or a part of a buffer name. Examples:
312
313 :diffget Use the other buffer which is in diff mode
314 :diffget 3 Use buffer 3
315 :diffget v2 Use the buffer which matches "v2" and is in
316 diff mode (e.g., "file.c.v2")
317
318==============================================================================
3195. Diff options *diff-options*
320
321Also see |'diffopt'| and the "diff" item of |'fillchars'|.
322
Bram Moolenaar0122c402015-02-03 19:13:34 +0100323 *diff-slow* *diff_translations*
324For very long lines, the diff syntax highlighting might be slow, especially
325since it tries to match all different kind of localisations. To disable
326localisations and speed up the syntax highlighting, set the global variable
327g:diff_translations to zero: >
328
329 let g:diff_translations = 0
330<
Bram Moolenaar01164a62017-11-02 22:58:42 +0100331After setting this variable, reload the syntax script: >
Bram Moolenaar0122c402015-02-03 19:13:34 +0100332
333 set syntax=diff
334<
335
Bram Moolenaar071d4272004-06-13 20:20:40 +0000336
337FINDING THE DIFFERENCES *diff-diffexpr*
338
339The 'diffexpr' option can be set to use something else than the standard
340"diff" program to compare two files and find the differences.
341
342When 'diffexpr' is empty, Vim uses this command to find the differences
343between file1 and file2: >
344
345 diff file1 file2 > outfile
346
347The ">" is replaced with the value of 'shellredir'.
348
Bram Moolenaare828b762018-09-10 17:51:58 +0200349The output of "diff" must be a normal "ed" style diff or a unified diff. Do
350NOT use a context diff. This example explains the format that Vim expects for
351the "ed" style diff: >
Bram Moolenaar071d4272004-06-13 20:20:40 +0000352
353 1a2
354 > bbb
355 4d4
356 < 111
357 7c7
358 < GGG
359 ---
360 > ggg
361
362The "1a2" item appends the line "bbb".
363The "4d4" item deletes the line "111".
Bram Moolenaar9b451252012-08-15 17:43:31 +0200364The "7c7" item replaces the line "GGG" with "ggg".
Bram Moolenaar071d4272004-06-13 20:20:40 +0000365
Bram Moolenaar8f3f58f2010-01-06 20:52:26 +0100366When 'diffexpr' is not empty, Vim evaluates it to obtain a diff file in the
Bram Moolenaar071d4272004-06-13 20:20:40 +0000367format mentioned. These variables are set to the file names used:
368
369 v:fname_in original file
370 v:fname_new new version of the same file
371 v:fname_out resulting diff file
372
373Additionally, 'diffexpr' should take care of "icase" and "iwhite" in the
374'diffopt' option. 'diffexpr' cannot change the value of 'lines' and
375'columns'.
376
377Example (this does almost the same as 'diffexpr' being empty): >
378
379 set diffexpr=MyDiff()
380 function MyDiff()
381 let opt = ""
382 if &diffopt =~ "icase"
383 let opt = opt . "-i "
384 endif
385 if &diffopt =~ "iwhite"
386 let opt = opt . "-b "
387 endif
388 silent execute "!diff -a --binary " . opt . v:fname_in . " " . v:fname_new .
389 \ " > " . v:fname_out
Bram Moolenaard473c8c2018-08-11 18:00:22 +0200390 redraw!
Bram Moolenaar071d4272004-06-13 20:20:40 +0000391 endfunction
392
393The "-a" argument is used to force comparing the files as text, comparing as
394binaries isn't useful. The "--binary" argument makes the files read in binary
395mode, so that a CTRL-Z doesn't end the text on DOS.
396
Bram Moolenaard473c8c2018-08-11 18:00:22 +0200397The `redraw!` command may not be needed, depending on whether executing a
398shell command shows something on the display or not.
399
Bram Moolenaar8f3f58f2010-01-06 20:52:26 +0100400 *E810* *E97*
Bram Moolenaar071d4272004-06-13 20:20:40 +0000401Vim will do a test if the diff output looks alright. If it doesn't, you will
402get an error message. Possible causes:
403- The "diff" program cannot be executed.
404- The "diff" program doesn't produce normal "ed" style diffs (see above).
405- The 'shell' and associated options are not set correctly. Try if filtering
406 works with a command like ":!sort".
407- You are using 'diffexpr' and it doesn't work.
Bram Moolenaar71fe80d2006-01-22 23:25:56 +0000408If it's not clear what the problem is set the 'verbose' option to one or more
409to see more messages.
Bram Moolenaar071d4272004-06-13 20:20:40 +0000410
Bram Moolenaar166af9b2010-11-16 20:34:40 +0100411The self-installing Vim for MS-Windows includes a diff program. If you don't
412have it you might want to download a diff.exe. For example from
Bram Moolenaar81af9252010-12-10 20:35:50 +0100413http://gnuwin32.sourceforge.net/packages/diffutils.htm.
Bram Moolenaar5eb86f92004-07-26 12:53:41 +0000414
Bram Moolenaar071d4272004-06-13 20:20:40 +0000415
416USING PATCHES *diff-patchexpr*
417
418The 'patchexpr' option can be set to use something else than the standard
419"patch" program.
420
421When 'patchexpr' is empty, Vim will call the "patch" program like this: >
422
423 patch -o outfile origfile < patchfile
424
425This should work fine with most versions of the "patch" program. Note that a
426CR in the middle of a line may cause problems, it is seen as a line break.
427
428If the default doesn't work for you, set the 'patchexpr' to an expression that
429will have the same effect. These variables are set to the file names used:
430
431 v:fname_in original file
432 v:fname_diff patch file
433 v:fname_out resulting patched file
434
435Example (this does the same as 'patchexpr' being empty): >
436
Bram Moolenaar7d47b6e2006-03-15 22:59:18 +0000437 set patchexpr=MyPatch()
438 function MyPatch()
Bram Moolenaar071d4272004-06-13 20:20:40 +0000439 :call system("patch -o " . v:fname_out . " " . v:fname_in .
440 \ " < " . v:fname_diff)
441 endfunction
442
443Make sure that using the "patch" program doesn't have unwanted side effects.
444For example, watch out for additionally generated files, which should be
445deleted. It should just patch the file and nothing else.
446 Vim will change directory to "/tmp" or another temp directory before
447evaluating 'patchexpr'. This hopefully avoids that files in the current
448directory are accidentally patched. Vim will also delete files starting with
449v:fname_in and ending in ".rej" and ".orig".
450
Bram Moolenaar91f84f62018-07-29 15:07:52 +0200451 vim:tw=78:ts=8:noet:ft=help:norl: