Bram Moolenaar
42ec656524
updated for version 7.3.449
...
Problem: Crash when a BufWinLeave autocommand closes the only other window.
(Daniel Hunt)
Solution: Abort closing a buffer when it becomes the only one.
2012-02-22 14:58:37 +01:00
Bram Moolenaar
73633f84d6
updated for version 7.3.403
...
Problem: ":helpgrep" does not trigger QuickFixCmd* autocommands.
Solution: Trigger the autocommands. (Christian Brabandt)
2012-01-20 13:39:07 +01:00
Bram Moolenaar
8f55d103db
updated for version 7.3.402
...
Problem: When jumping to the first error a line of the buffer is sometimes
redrawn on top of the list of errors.
Solution: Do not call update_topline_redraw() if the display was scrolled
up.
2012-01-20 13:28:34 +01:00
Bram Moolenaar
a0f299b4e8
updated for version 7.3.398
...
Problem: When creating more than 10 location lists and adding items one by
one a previous location may be used. (Audrius Kažukauskas)
Solution: Clear the location list completely when adding the tenth one.
2012-01-10 17:13:52 +01:00
Bram Moolenaar
10b7b39b3d
updated for version 7.3.397
...
Problem: ":helpgrep" does not work properly when 'encoding' is not utf-8 or
latin1.
Solution: Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto)
2012-01-10 16:28:45 +01:00
Bram Moolenaar
fc57380c3f
updated for version 7.3.390
...
Problem: Using NULL buffer pointer in a window.
Solution: Check for w_buffer being NULL in more places. (Bjorn Winckler)
2011-12-30 15:01:59 +01:00
Bram Moolenaar
c95e32635c
updated for version 7.3.280
...
Problem: ":lmake" does not update the quickfix window title.
Solution: Update the title. (Lech Lorens)
2011-08-10 18:36:54 +02:00
Bram Moolenaar
836082d398
updated for version 7.3.273
...
Problem: A BOM in an error file is seen as text. (Aleksey Baibarin)
Solution: Remove the BOM from the text before evaluating. (idea by Christian
Brabandt)
2011-08-10 13:21:46 +02:00
Bram Moolenaar
efa8e80c0b
updated for version 7.3.197
...
Problem: When a QuickfixCmdPost event removes all errors, Vim still tries
to jump to the first error, resulting in E42.
Solution: Get the number of error after the autocmd event. (Mike Lundy)
2011-05-19 17:42:59 +02:00
Bram Moolenaar
e60acc180b
updated for version 7.3.187
...
Problem: The RISC OS port has obvious errors and is not being maintained.
Solution: Remove the RISC OS files and code.
2011-05-10 16:41:25 +02:00
Bram Moolenaar
d236ac0d49
updated for version 7.3.173
...
Problem: After using setqflist() to make the quickfix list empty ":cwindow"
may open the window anyway. Also after ":vimgrep".
Solution: Correctly check whether the list is empty. (Ingo Karkat)
2011-05-05 17:14:14 +02:00
Bram Moolenaar
d88e02def5
updated for version 7.3.167
...
Problem: When using the internal grep QuickFixCmdPost is not triggered.
(Yukihiro Nakadaira)
Solution: Change the place where autocommands are triggered.
2011-04-28 17:27:09 +02:00
Bram Moolenaar
d9462e394a
updated for version 7.3.161
...
Problem: Items on the stack may be too big.
Solution: Make items static or allocate them.
2011-04-11 21:35:11 +02:00
Bram Moolenaar
4161dccada
updated for version 7.3.071
...
Problem: Editing a file in a window that's in diff mode resets 'diff'
but not cursor binding.
Solution: Reset cursor binding in two more places.
2010-12-02 15:33:21 +01:00
Bram Moolenaar
0785ccf995
updated for version 7.3.066
...
Problem: Crash when changing to another window while in a :vimgrep command.
(Christian Brabandt)
Solution: When wiping out the dummy before, remove it from aucmd_win.
2010-11-24 16:32:05 +01: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
832f80e310
updated for version 7.3.003
...
Problem: Crash with specific BufWritePost autocmd. (Peter Odding)
Solution: Don't free the quickfix title twice. (Lech Lorens)
2010-08-17 20:26:59 +02:00
Bram Moolenaar
bc226b6ded
Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)
2010-08-09 22:14:48 +02:00
Bram Moolenaar
5e109c4ab0
Fix compiler warnings on 64 bit systems.
2010-07-26 22:51:28 +02:00
Bram Moolenaar
7fd7320014
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
2010-07-25 16:58:46 +02:00
Bram Moolenaar
9028b10dfe
Support :browse for commands that use an error file argument. (Lech Lorens)
2010-07-11 16:58:51 +02:00
Bram Moolenaar
f9ddb94283
updated for version 7.2.428
...
Problem: Using setqflist([]) to clear the error list doesn't work properly.
Solution: Set qf_nonevalid to TRUE when appropriate. (Christian Brabandt)
2010-05-14 18:10:27 +02:00
Bram Moolenaar
2660c0ea9b
updated for version 7.2.333
...
Problem: Warnings from static code analysis.
Solution: Small changes to various lines. (Dominique Pelle)
2010-01-19 14:59:56 +01:00
Bram Moolenaar
f061e0befb
updated for version 7.2-215
2009-06-24 15:32:01 +00:00
Bram Moolenaar
2c4278fc73
updated for version 7.2-180
2009-05-17 11:33:22 +00:00
Bram Moolenaar
5fd0ca70d3
updated for version 7.2-169
2009-05-13 16:56:33 +00:00
Bram Moolenaar
04c0f8a9b0
updated for version 7.2-162
2009-04-29 09:52:12 +00:00
Bram Moolenaar
884ae6446f
updated for version 7.2-120
2009-02-22 01:37:59 +00:00
Bram Moolenaar
bb9c7d1cc5
updated for version 7.2-117
2009-02-21 23:03:09 +00:00
Bram Moolenaar
701f7afcdf
updated for version 7.2-041
2008-11-15 13:12:07 +00:00
Bram Moolenaar
15bfa09582
updated for version 7.2b-016
2008-07-24 16:45:38 +00:00
Bram Moolenaar
9c24ccc7b8
updated for version 7.2b-004
2008-07-14 21:05:15 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
446cb837a0
updated for version 7.2a
2008-06-24 21:56:24 +00:00
Bram Moolenaar
d9ff7d5d70
updated for version 7.1-284
2008-03-20 12:23:49 +00:00
Bram Moolenaar
91a4e82243
updated for version 7.1-236
2008-01-19 14:59:58 +00:00
Bram Moolenaar
d089d9b33a
updated for version 7.1-126
2007-09-30 12:02:55 +00:00
Bram Moolenaar
1042fa3857
updated for version 7.1-111
2007-09-16 11:27:42 +00:00
Bram Moolenaar
7f51474324
updated for version 7.1-016
2007-06-28 19:33:43 +00:00
Bram Moolenaar
48b66fb5a7
updated for version 7.0-191
2007-02-04 01:58:18 +00:00
Bram Moolenaar
38c0a6e6fa
updated for version 7.0-146
2006-10-20 18:13:14 +00:00
Bram Moolenaar
53ed192b3c
updated for version 7.0-086
2006-09-05 13:37:47 +00:00
Bram Moolenaar
89d4032cae
updated for version 7.0-070
2006-08-29 15:30:07 +00:00
Bram Moolenaar
f30e74c113
updated for version 7.0-060
2006-08-16 17:35:00 +00:00
Bram Moolenaar
4169da7845
updated for version 7.0-021
2006-06-20 18:49:32 +00:00
Bram Moolenaar
9c102387af
updated for version 7.0g02
2006-05-03 21:26:49 +00:00
Bram Moolenaar
d68071d8da
updated for version 7.0g01
2006-05-02 22:08:30 +00:00
Bram Moolenaar
c9b4b05b35
updated for version 7.0g
2006-04-30 18:54:39 +00:00
Bram Moolenaar
f9393ef5ef
updated for version 7.0f
2006-04-24 19:47:27 +00:00
Bram Moolenaar
a93fa7ee78
updated for version 7.0e01
2006-04-17 22:14:47 +00:00