Bram Moolenaar
dd96c62a3c
updated for version 7.3.770
...
Problem: Vim.h indentation is inconsistent.
Solution: Adjust the indentation. (Elias Diem)
2013-01-17 17:17:26 +01:00
Bram Moolenaar
0c9cc67a1e
Added tag v7-3-769 for changeset d179a8eff9d7
2013-01-17 17:02:05 +01:00
Bram Moolenaar
df657a5981
updated for version 7.3.769
...
Problem: 'matchpairs' does not work with multi-byte characters.
Solution: Make it work. (Christian Brabandt)
2013-01-17 17:02:05 +01:00
Bram Moolenaar
91612b29e8
Added tag v7-3-768 for changeset 9ea81cd9b1f5
2013-01-17 15:37:02 +01:00
Bram Moolenaar
8859eff23c
updated for version 7.3.768
...
Problem: settabvar() and setwinvar() may move the cursor.
Solution: Save and restore the cursor position when appropriate. (idea by
Yasuhiro Matsumoto)
2013-01-17 15:37:01 +01:00
Bram Moolenaar
6cff24a93b
Added tag v7-3-767 for changeset be1cffa1e477
2013-01-17 14:39:47 +01:00
Bram Moolenaar
2362324054
updated for version 7.3.767
...
Problem: (Win32) The _errno used for iconv may be the wrong one.
Solution: Use the _errno from iconv.dll. (Ken Takata)
2013-01-17 14:39:47 +01:00
Bram Moolenaar
1847abb632
Added tag v7-3-766 for changeset b5103b7d9e12
2013-01-17 14:09:45 +01:00
Bram Moolenaar
46a31a8426
updated for version 7.3.766
...
Problem: ":help cpo-*" jumps to the wrong place.
Solution: Make it equivalent to ":help cpo-star".
2013-01-17 14:09:44 +01:00
Bram Moolenaar
f16c569f3e
Added tag v7-3-765 for changeset 915fb3d2dd8f
2013-01-17 14:00:12 +01:00
Bram Moolenaar
d3e90154ef
updated for version 7.3.765
...
Problem: Segfault when doing "cclose" on BufUnload in a python function.
(Sean Reifschneider)
Solution: Skip window with NULL buffer. (Christian Brabandt)
2013-01-17 14:00:11 +01:00
Bram Moolenaar
2ae88542d2
Added tag v7-3-764 for changeset b29e55d0ef01
2013-01-17 13:37:32 +01:00
Bram Moolenaar
10202c8f7b
updated for version 7.3.764
...
Problem: Not all message translation files are installed.
Solution: Also install the converted files.
2013-01-17 13:37:32 +01:00
Bram Moolenaar
5b0d9ac98c
Added tag v7-3-763 for changeset b6148e4a9c39
2013-01-17 13:24:08 +01:00
Bram Moolenaar
28701dc458
updated for version 7.3.763
...
Problem: Jumping to a mark does not open a fold if it is in the same line.
(Wiktor Ruben)
Solution: Also compare the column after the jump. (Christian Brabandt)
2013-01-17 13:24:08 +01:00
Bram Moolenaar
bda3b9bf37
Added tag v7-3-762 for changeset 699f8d8f096d
2012-12-16 12:50:40 +01:00
Bram Moolenaar
04421ddf13
updated for version 7.3.762
...
Problem: On some systems the tabline is not redrawn.
Solution: Call RedrawWindow(). (Charles Peacech)
2012-12-16 12:50:39 +01:00
Bram Moolenaar
9d8aec730e
Added tag v7-3-761 for changeset 6834d6aeae09
2012-12-12 18:20:32 +01:00
Bram Moolenaar
4c7bf3323e
updated for version 7.3.761
...
Problem: In Visual mode a "-p does not work. (Marcin Szamotulski)
Solution: Avoid writing to "- before putting it. (Christian Brabandt)
2012-12-12 18:20:32 +01:00
Bram Moolenaar
1d7a1b4703
Added tag v7-3-760 for changeset 8e54a32bcd56
2012-12-12 17:33:33 +01:00
Bram Moolenaar
723314bcb3
updated for version 7.3.760
...
Problem: dv_ deletes the white space before the line.
Solution: Move the cursor to the first non-white. (Christian Brabandt)
2012-12-12 17:33:32 +01:00
Bram Moolenaar
6f8d069f5d
Added tag v7-3-759 for changeset 25ea15fdfa5c
2012-12-12 17:12:25 +01:00
Bram Moolenaar
a3a24e1199
updated for version 7.3.759
...
Problem: MS-Windows: Updating the tabline is slow when there are many tabs.
Solution: Disable redrawing while performing the update. (Arseny Kapoulkine)
2012-12-12 17:12:25 +01:00
Bram Moolenaar
6a35eba1b8
Added tag v7-3-758 for changeset 9eb0d30510f7
2012-12-12 16:43:58 +01:00
Bram Moolenaar
aacc0b003d
updated for version 7.3.758
...
Problem: Matchit plugin does not handle space in #ifdef.
Solution: Change matching pattern to allow spaces. (Mike Morearty)
2012-12-12 16:43:58 +01:00
Bram Moolenaar
8bf95620a0
Added tag v7-3-757 for changeset 65ef7c96d65f
2012-12-12 16:11:36 +01:00
Bram Moolenaar
2251205395
updated for version 7.3.757
...
Problem: Issue 96: May access freed memory when a put command triggers
autocommands. (Dominique Pelle)
Solution: Call u_save() before getting y_array.
2012-12-12 16:11:36 +01:00
Bram Moolenaar
50961970bd
Added tag v7-3-756 for changeset 706c87d16d40
2012-12-12 15:55:20 +01:00
Bram Moolenaar
2c9c64a88f
updated for version 7.3.756
...
Problem: A location list can get a wrong count in :lvimgrep.
Solution: Check if the list was changed by autocommands. (mostly by
Christian Brabandt)
2012-12-12 15:55:20 +01:00
Bram Moolenaar
4abd9f55fd
Added tag v7-3-755 for changeset d9b4cf53be2e
2012-12-12 14:25:05 +01:00
Bram Moolenaar
f39f3dbc7d
updated for version 7.3.755
...
Problem: Autoconf doesn't find Python 3 if it's called "python".
Solution: Search for "python2" and "python3" first, then "python".
2012-12-12 14:25:05 +01:00
Bram Moolenaar
fb5593f789
Added tag v7-3-754 for changeset beceb0a18c79
2012-12-06 21:30:29 +01:00
Bram Moolenaar
ad97ab6efb
updated for version 7.3.754
...
Problem: Latest nmake is not recognized.
Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
2012-12-06 21:30:29 +01:00
Bram Moolenaar
7aafeec503
Added tag v7-3-753 for changeset c83cd3d01128
2012-12-05 19:13:18 +01:00
Bram Moolenaar
42700f44d2
updated for version 7.3.753
...
Problem: When there is a QuitPre autocommand using ":q" twice does not work
for exiting when there are more files to edit.
Solution: Do not decrement quitmore in an autocommand. (Techlive Zheng)
2012-12-05 19:13:18 +01:00
Bram Moolenaar
797da8c617
Update runtime files.
2012-12-05 19:01:43 +01:00
Bram Moolenaar
8162a4b06f
Added tag v7-3-752 for changeset ed936effb1f3
2012-12-05 19:00:06 +01:00
Bram Moolenaar
0709dfe948
updated for version 7.3.752
...
Problem: Test 49 script file doesn't fold properly.
Solution: Add a colon.
2012-12-05 19:00:06 +01:00
Bram Moolenaar
7b3f4b55d8
Added tag v7-3-751 for changeset d149f18b289f
2012-12-05 18:21:32 +01:00
Bram Moolenaar
56a30905ee
updated for version 7.3.751
...
Problem: Test 61 is flaky, it fails once in a while.
Solution: When it fails retry once.
2012-12-05 18:21:32 +01:00
Bram Moolenaar
b825db8d76
Added tag v7-3-750 for changeset 5c36fe9f19a5
2012-12-05 17:03:22 +01:00
Bram Moolenaar
636c21f818
updated for version 7.3.750
...
Problem: The justify macro does not always work correctly.
Solution: Fix off-by-one error (James McCoy)
2012-12-05 17:03:22 +01:00
Bram Moolenaar
d3e6fca5b4
Added tag v7-3-749 for changeset 3e22fe67fa69
2012-12-05 16:30:07 +01:00
Bram Moolenaar
3c51d63202
updated for version 7.3.749
...
Problem: Python interface doesn't build without the multi-byte feature.
Solution: Add #ifdef. (Ken Takata)
2012-12-05 16:30:07 +01:00
Bram Moolenaar
377795f239
Added tag v7-3-748 for changeset 56bb88c68f98
2012-12-05 16:10:42 +01:00
Bram Moolenaar
8c5ab9f57b
updated for version 7.3.748
...
Problem: Cannot properly test conceal mode.
Solution: Add the screencol() and screenrow() functions. Use them in
test88. (Simon Ruderich)
2012-12-05 16:10:42 +01:00
Bram Moolenaar
5387924ba8
Added tag v7-3-747 for changeset cd59ba19985a
2012-12-05 15:32:30 +01:00
Bram Moolenaar
4f86fe317c
updated for version 7.3.747
...
Problem: When characters are concealed text aligned with tabs are no longer
aligned, e.g. at ":help :index".
Solution: Compensate space for tabs for concealed characters. (Dominique
Pelle)
2012-12-05 15:32:30 +01:00
Bram Moolenaar
da4aac8496
Added tag v7-3-746 for changeset 4934eb2e22dc
2012-12-05 15:16:47 +01:00
Bram Moolenaar
a7cffd84db
updated for version 7.3.746
...
Problem: Memory leaks when using location lists.
Solution: Set qf_title to something. (Christian Brabandt)
2012-12-05 15:16:47 +01:00