Bram Moolenaar
4392996461
patch 7.4.768
...
Problem: :diffoff only works properly once.
Solution: Also make :diffoff work when used a second time. (Olaf Dabrunz)
2015-07-03 15:06:56 +02:00
Bram Moolenaar
e5c421cfd7
updated for version 7.4.684
...
Problem: When starting several Vim instances in diff mode, the temp files
used may not be unique. (Issue 353)
Solution: Add an argument to vim_tempname() to keep the file.
2015-03-31 13:33:08 +02:00
Bram Moolenaar
6a64365c95
updated for version 7.4.490
...
Problem: Cannot specify the buffer to use for "do" and "dp", making them
useless for three-way diff.
Solution: Use the count as the buffer number. (James McCoy)
2014-10-31 13:54:25 +01:00
Bram Moolenaar
e962c6795b
updated for version 7.4.477
...
Problem: When using ":%diffput" and the other file is empty an extra empty
line remains.
Solution: Set the buf_empty flag.
2014-10-15 12:56:49 +02:00
Bram Moolenaar
846a2ff5f3
updated for version 7.4.308
...
Problem: When using ":diffsplit" on an empty file the cursor is displayed
on the command line.
Solution: Limit the value of w_topfill.
2014-05-28 11:35:37 +02:00
Bram Moolenaar
00462ffb7d
updated for version 7.4.031
...
Problem: ":diffoff!" resets options even when 'diff' is not set. (Charles
Cooper)
Solution: Only resets related options in a window where 'diff' is set.
2013-09-20 20:13:53 +02:00
Bram Moolenaar
33ca6bf240
updated for version 7.4a.026
...
Problem: ":diffoff" does not remove folds. (Ramel)
Solution: Do not restore 'foldenable' when 'foldmethod' is "manual".
2013-07-17 13:43:39 +02:00
Bram Moolenaar
a87aa8061c
updated for version 7.3.1294
...
Problem: ":diffoff" resets options.
Solution: Save and restore option values. (Christian Brabandt)
2013-07-03 15:47:03 +02:00
Bram Moolenaar
84a05acc8c
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
0c279bbb9c
updated for version 7.3.869
...
Problem: bufwinnr() matches buffers in other tabs.
Solution: For bufwinnr() and ? only match buffers in the current tab.
(Alexey Radkov)
2013-03-19 14:25:54 +01:00
Bram Moolenaar
a80888d296
updated for version 7.3.708
...
Problem: Filler lines above the first line may be hidden when opening Vim.
Solution: Change how topfill is computed. (Christian Brabandt)
2012-10-21 22:18:21 +02:00
Bram Moolenaar
bd1d560895
updated for version 7.3.523
...
Problem: ":diffupdate" doesn't check for files changed elsewhere.
Solution: Add the ! flag. (Christian Brabandt)
2012-05-18 18:47:17 +02:00
Bram Moolenaar
3368ea2152
updated for version 7.3.008
...
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset.
Solution: Reset 'cursorbind'.
2010-09-21 16:56:35 +02:00
Bram Moolenaar
a9d52e3b79
Fixes for coverity warnings.
2010-07-31 16:44:19 +02:00
Bram Moolenaar
860cae1cec
Add the conceal patch from Vince Negri.
2010-06-05 23:22:07 +02:00
Bram Moolenaar
f4d7f944ba
updated for version 7.2.370
...
Problem: A redraw may cause folds to be closed.
Solution: Revert part of the previous patch. Add a test. (Lech Lorens)
2010-02-24 14:34:19 +01:00
Bram Moolenaar
6ec0a6c43d
updated for version 7.2-239
2009-07-22 14:23:13 +00:00
Bram Moolenaar
0c094b9d7f
updated for version 7.2-173
2009-05-14 20:20:33 +00:00
Bram Moolenaar
5fd0ca70d3
updated for version 7.2-169
2009-05-13 16:56:33 +00:00
Bram Moolenaar
21fa1ed4b5
updated for version 7.2-133
2009-03-11 11:47:18 +00:00
Bram Moolenaar
5cc6a6e739
updated for version 7.2-086
2009-01-22 19:48:55 +00:00
Bram Moolenaar
5d55c0ff02
updated for version 7.2-059
2008-11-30 14:16:57 +00:00
Bram Moolenaar
fe86f2d7cd
updated for version 7.2-055
2008-11-28 20:29:07 +00:00
Bram Moolenaar
bb8f88bbf4
updated for version 7.1-234
2008-01-18 16:40:00 +00:00
Bram Moolenaar
60a44dcb28
updated for version 7.1-144
2007-10-19 16:58:12 +00:00
Bram Moolenaar
d4b96bc637
updated for version 7.1-143
2007-10-19 15:33:39 +00:00
Bram Moolenaar
78ab331e0d
updated for version 7.1-125
2007-09-29 12:16:41 +00:00
Bram Moolenaar
602eb74de6
updated for version 7.0-201
2007-02-20 03:43:38 +00:00
Bram Moolenaar
fa3491a0e0
updated for version 7.0-200
2007-02-20 02:49:19 +00:00
Bram Moolenaar
eb3593b38b
updated for version 7.0e06
2006-04-22 22:33:57 +00:00
Bram Moolenaar
a93fa7ee78
updated for version 7.0e01
2006-04-17 22:14:47 +00:00
Bram Moolenaar
9e54a0e753
updated for version 7.0d04
2006-04-14 20:42:25 +00:00
Bram Moolenaar
7fc904b610
updated for version 7.0d03
2006-04-13 20:37:35 +00:00
Bram Moolenaar
779b74b2a2
updated for version 7.0d
2006-04-10 14:55:34 +00:00
Bram Moolenaar
910f66f90c
updated for version 7.0c10
2006-04-05 20:41:53 +00:00
Bram Moolenaar
c4675a193d
updated for version 7.0225
2006-03-15 22:50:30 +00:00
Bram Moolenaar
60f8377e42
updated for version 7.0222
2006-03-12 21:52:47 +00:00
Bram Moolenaar
5e3cb7e869
updated for version 7.0209
2006-02-27 23:58:35 +00:00
Bram Moolenaar
80a94a582c
updated for version 7.0205
2006-02-23 21:26:58 +00:00
Bram Moolenaar
d1f56e68f1
updated for version 7.0204
2006-02-22 21:25:37 +00:00
Bram Moolenaar
49d7bf13e0
updated for version 7.0200
2006-02-17 21:45:41 +00:00
Bram Moolenaar
f740b29ae2
updated for version 7.0199
2006-02-16 22:11:02 +00:00
Bram Moolenaar
280f126ef0
updated for version 7.0189
2006-01-30 00:14:18 +00:00
Bram Moolenaar
66fa271a25
updated for version 7.0185
2006-01-22 23:22:22 +00:00
Bram Moolenaar
1e01546026
updated for version 7.0150
2005-09-25 22:16:38 +00:00
Bram Moolenaar
bfd8fc0529
updated for version 7.0149
2005-09-20 23:22:24 +00:00
Bram Moolenaar
0fa313a718
updated for version 7.0127
2005-08-10 21:07:57 +00:00
Bram Moolenaar
4be06f9e1b
updated for version 7.0119
2005-07-29 22:36:03 +00:00
Bram Moolenaar
ea408854a8
updated for version 7.0093
2005-06-25 22:49:46 +00:00
Bram Moolenaar
95fb60ac58
updated for version 7.0058
2005-03-08 22:29:20 +00:00