Bram Moolenaar
742cf6ce1e
updated for version 7.3.843
...
Problem: Missing test file changes.
Solution: Change the tests.
2013-02-26 22:54:11 +01:00
Bram Moolenaar
9c46a37e3d
Added tag v7-3-842 for changeset 78321dcaa8e2
2013-02-26 21:43:32 +01:00
Bram Moolenaar
4a3231112f
updated for version 7.3.842
...
Problem: Compiler warning for signed/unsigned pointer.
Solution: Add type cast. (Christian Brabandt)
2013-02-26 21:43:32 +01:00
Bram Moolenaar
8980ad619d
Added tag v7-3-841 for changeset b40e6a47ee53
2013-02-26 19:36:15 +01:00
Bram Moolenaar
a2be53238e
updated for version 7.3.841
...
Problem: When a "cond ? one : two" expression has a subscript it is not
parsed correctly. (Andy Wokula)
Solution: Handle a subscript also when the type is unknown. (Christian
Brabandt)
2013-02-26 19:36:15 +01:00
Bram Moolenaar
36f8f31fa0
Added tag v7-3-840 for changeset 1778d51fcbc3
2013-02-26 18:46:01 +01:00
Bram Moolenaar
f33715cb9f
updated for version 7.3.840
...
Problem: "\@<!" in regexp does not work correctly with multi-byte
characters, especially cp932.
Solution: Move column to start of multi-byte character. (Yasuhiro Matsumoto)
2013-02-26 18:46:01 +01:00
Bram Moolenaar
3ca4c44096
Added tag v7-3-839 for changeset 2030aca407ed
2013-02-26 17:59:43 +01:00
Bram Moolenaar
bdbd1be4b1
updated for version 7.3.839
...
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
2013-02-26 17:59:43 +01:00
Bram Moolenaar
2914722622
Added tag v7-3-838 for changeset 1c819b05529c
2013-02-26 17:21:29 +01:00
Bram Moolenaar
959f23fc25
updated for version 7.3.838
...
Problem: Insufficient testing for mksession.
Solution: Add tests. (mostly by Roland Eggner)
2013-02-26 17:21:29 +01:00
Bram Moolenaar
29a883e055
Added tag v7-3-837 for changeset 14698f63de8d
2013-02-26 15:27:23 +01:00
Bram Moolenaar
c809ffca87
updated for version 7.3.837
...
Problem: Empty lines in :version output when 'columns' is 320.
Solution: Simplify the logic of making columns. (Nazri Ramliy, Roland
Eggner)
2013-02-26 15:27:23 +01:00
Bram Moolenaar
0a29612aeb
Added tag v7-3-836 for changeset ff193256398a
2013-02-26 14:56:43 +01:00
Bram Moolenaar
32098e3ea4
updated for version 7.3.836
...
Problem: Clipboard does not work on Win32 when compiled with Cygwin.
Solution: Move the Win32 clipboard code to a separate file and use it when
building with os_unix.c. (Frodak Baksik, Ken Takata)
2013-02-26 14:56:42 +01:00
Bram Moolenaar
00be0d5fd5
Added tag v7-3-835 for changeset d356b5ce84ce
2013-02-26 14:14:07 +01:00
Bram Moolenaar
32679a21ee
updated for version 7.3.835
...
Problem: "xxd -i" fails on an empty file.
Solution: Do output the closing } for an empty file. (partly by Lawrence
Woodman)
2013-02-26 14:14:07 +01:00
Bram Moolenaar
5ea50c0de4
Added tag v7-3-834 for changeset 3ac9d7d8274e
2013-02-26 13:41:35 +01:00
Bram Moolenaar
ef75f15a82
updated for version 7.3.834
...
Problem: Ruby 2.0 has a few API changes.
Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
2013-02-26 13:41:35 +01:00
Bram Moolenaar
b19bb2949b
Added tag v7-3-833 for changeset b97109760603
2013-02-26 13:30:32 +01:00
Bram Moolenaar
28741039d5
updated for version 7.3.833
...
Problem: In the terminal the scroll wheel always scrolls the active window.
Solution: Scroll the window under the mouse pointer, like in the GUI.
(Bradie Rao)
2013-02-26 13:30:32 +01:00
Bram Moolenaar
81a2d53b34
Added tag v7-3-832 for changeset 670e576a58d1
2013-02-26 11:25:33 +01:00
Bram Moolenaar
616fca5d1c
updated for version 7.3.832
...
Problem: Compiler warning.
Solution: Add type cast. (Mike Williams)
2013-02-26 11:25:33 +01:00
Bram Moolenaar
dc0db92ab0
Update runtime files.
2013-02-20 21:26:00 +01:00
Bram Moolenaar
35d5e031cb
Added tag v7-3-831 for changeset cb185366f5c8
2013-02-20 21:12:10 +01:00
Bram Moolenaar
51d92c00e8
updated for version 7.3.831
...
Problem: Clumsy to handle the situation that a variable does not exist.
Solution: Add default value to getbufvar() et al. (Shougo Matsushita,
Hirohito Higashi)
2013-02-20 21:12:10 +01:00
Bram Moolenaar
218a85f176
Added tag v7-3-830 for changeset 454d35a43392
2013-02-20 19:26:29 +01:00
Bram Moolenaar
a418fe8ff0
updated for version 7.3.830
...
Problem: :mksession confuses bytes, columns and characters when positioning
the cursor.
Solution: Use w_virtcol with "|" instead of w_cursor.col with "l".
2013-02-20 19:26:29 +01:00
Bram Moolenaar
f8fa0faa73
Added tag v7-3-829 for changeset 7728d626ae03
2013-02-20 18:39:13 +01:00
Bram Moolenaar
ff79197c11
updated for version 7.3.829
...
Problem: When compiled with the +rightleft feature 'showmatch' also shows a
match for the opening paren. When 'revins' is set the screen may
scroll.
Solution: Only check the opening paren when the +rightleft feature was
enabled. Do not show a match that is not visible. (partly by
Christian Brabandt)
2013-02-20 18:39:13 +01:00
Bram Moolenaar
cc49f70ae4
Added tag v7-3-828 for changeset 13170a796134
2013-02-20 17:59:12 +01:00
Bram Moolenaar
91f164cd23
updated for version 7.3.828
...
Problem: Mappings are not aware of wildmenu mode.
Solution: Add wildmenumode(). (Christian Brabandt)
2013-02-20 17:59:11 +01:00
Bram Moolenaar
f8686698b6
Added tag v7-3-827 for changeset 5e17a12a3b14
2013-02-20 16:54:28 +01:00
Bram Moolenaar
694137d3ea
updated for version 7.3.827
...
Problem: Python tests fail.
Solution: Adjust the output for the stack trace.
2013-02-20 16:54:27 +01:00
Bram Moolenaar
8cc531cf06
Added tag v7-3-826 for changeset 646cb6b6ff23
2013-02-20 16:47:36 +01:00
Bram Moolenaar
b13d5c0ff8
updated for version 7.3.826
...
Problem: List of features in :version output is hard to read.
Solution: Make columns. (Nazri Ramliy)
2013-02-20 16:47:36 +01:00
Bram Moolenaar
153f4ba782
Added tag v7-3-825 for changeset 6b1f3fc893cd
2013-02-20 16:09:43 +01:00
Bram Moolenaar
b294e9d559
updated for version 7.3.825
...
Problem: With Python errors are not always clear.
Solution: Print the stack trace, unless :silent is used. (ZyX)
2013-02-20 16:09:43 +01:00
Bram Moolenaar
6595395586
Added tag v7-3-824 for changeset f5ef9b9c18cd
2013-02-20 15:19:43 +01:00
Bram Moolenaar
fea14ed898
updated for version 7.3.824
...
Problem: Can redefine builtin functions. (ZyX)
Solution: Disallow adding a function to g:.
2013-02-20 15:19:43 +01:00
Bram Moolenaar
4c8719f944
Added tag v7-3-823 for changeset db401e5e4c5d
2013-02-20 13:34:19 +01:00
Bram Moolenaar
91ddd257ad
updated for version 7.3.823
...
Problem: Building with Cygwin: '-lsupc++' is not needed.
Solution: Remove it. (Ken Takata)
2013-02-20 13:34:19 +01:00
Bram Moolenaar
ab2a4e0bc7
Added tag v7-3-822 for changeset 2f7883063b19
2013-02-17 15:45:37 +01:00
Bram Moolenaar
83f922f29e
updated for version 7.3.822
...
Problem: Crash when accessing freed buffer.
Solution: Get 'textwidth' in caller of enter_buffer(). (Christian Brabandt)
2013-02-17 15:45:37 +01:00
Bram Moolenaar
edc53b9b43
Added tag v7-3-821 for changeset 4936ee89b4bc
2013-02-16 18:16:15 +01:00
Bram Moolenaar
766621e9fb
updated for version 7.3.821
...
Problem: Build with OLE and Cygwin is broken. (Steve Hall)
Solution: Select static or shared stdc library. (Ken Takta)
2013-02-16 18:16:15 +01:00
Bram Moolenaar
d9a4318d8b
Added tag v7-3-820 for changeset 688da4d486a0
2013-02-14 22:19:51 +01:00
Bram Moolenaar
68f9d844dc
updated for version 7.3.820
...
Problem: Build errors and warnings when building with small features and
Lua, Perl or Ruby.
Solution: Add #ifdefs and UNUSED.
2013-02-14 22:19:51 +01:00
Bram Moolenaar
b65722ab61
Added tag v7-3-819 for changeset 36fd800b8c6c
2013-02-14 22:11:39 +01:00
Bram Moolenaar
6a60817447
updated for version 7.3.819
...
Problem: Compiling without +eval and with Python isn't working.
Solution: Add the eval feature when building with Python.
2013-02-14 22:11:39 +01:00