Bram Moolenaar
4af4f36949
Added tag v7-3-917 for changeset 3887b02953ce
2013-04-24 17:34:20 +02:00
Bram Moolenaar
b30a751dde
updated for version 7.3.917
...
Problem: When a path ends in a backslash appending a comma has the wrong
effect.
Solution: Replace a trailing backslash with a slash. (Nazri Ramliy)
2013-04-24 17:34:20 +02:00
Bram Moolenaar
1c3f4c4134
Added tag v7-3-916 for changeset f39af3419570
2013-04-24 16:52:36 +02:00
Bram Moolenaar
0517e79ff4
updated for version 7.3.916
...
Problem: Using freed memory when pasting with the mouse (Issue 130).
Solution: Get the byte value early. (hint by Dominique Pelle)
2013-04-24 16:52:36 +02:00
Bram Moolenaar
136e779d76
Added tag v7-3-915 for changeset d8053e6bf72a
2013-04-24 16:34:02 +02:00
Bram Moolenaar
f2e38600e1
updated for version 7.3.915
...
Problem: When reading a file with encoding conversion fails at the end the
next encoding in 'fencs' is not used.
Solution: Retry with another encoding when possible. (Taro Muraoka)
2013-04-24 16:34:02 +02:00
Bram Moolenaar
da987be9f7
Added tag v7-3-914 for changeset 9f642ac84df9
2013-04-24 15:47:15 +02:00
Bram Moolenaar
494039b9d8
updated for version 7.3.914
...
Problem: ~/.viminfo is messed up when running tests.
Solution: Set the viminfo filename.
2013-04-24 15:47:15 +02:00
Bram Moolenaar
ff1e3bfb0e
Added tag v7-3-913 for changeset 0d3573091d42
2013-04-24 15:39:11 +02:00
Bram Moolenaar
8101034d2a
updated for version 7.3.913
...
Problem: Still a crash when writing viminfo.
Solution: Add checks for NULL pointers. (Ron Aaron)
2013-04-24 15:39:11 +02:00
Bram Moolenaar
5e0c19e879
Added tag v7-3-912 for changeset 62eadd7de409
2013-04-24 15:12:32 +02:00
Bram Moolenaar
7f8a92b036
updated for version 7.3.912
...
Problem: Typing a ":" command at the hit-enter dialog does not work if the
"file changed" dialog happens next.
Solution: Check for changed files before giving the hit-enter dialog.
2013-04-24 15:12:32 +02:00
Bram Moolenaar
4262fdca1a
Added tag v7-3-911 for changeset f1eab4f77a6f
2013-04-24 14:07:45 +02:00
Bram Moolenaar
8771e9d673
updated for version 7.3.911
...
Problem: Python: Access to Vim variables is not so easy.
Solution: Define vim.vars and vim.vvars. (ZyX)
2013-04-24 14:07:45 +02:00
Bram Moolenaar
63f42de9dd
Added tag v7-3-910 for changeset d8d9c591c50f
2013-04-24 13:47:45 +02:00
Bram Moolenaar
bdbbfbf2e5
updated for version 7.3.910
...
Problem: Python code in #ifdef branches with only minor differences.
Solution: Merge the #ifdef branches. (ZyX)
2013-04-24 13:47:45 +02:00
Bram Moolenaar
4c0b05b3a6
Added tag v7-3-909 for changeset b79f3c3a584c
2013-04-24 13:39:15 +02:00
Bram Moolenaar
f7a194605d
updated for version 7.3.909
...
Problem: Duplicate Python code.
Solution: Move more items to if_py_both.h. (ZyX) Also avoid compiler
warnings for missing initializers.
2013-04-24 13:39:15 +02:00
Bram Moolenaar
019f4c5fed
Added tag v7-3-908 for changeset 4281875776fb
2013-04-24 13:10:41 +02:00
Bram Moolenaar
32b1ecc3d9
updated for version 7.3.908
...
Problem: Possible crash when using a list in Python.
Solution: Return early if the list is NULL. (ZyX)
2013-04-24 13:10:41 +02:00
Bram Moolenaar
46ab762b0c
Added tag v7-3-907 for changeset 9f3da1dea7c0
2013-04-24 13:04:26 +02:00
Bram Moolenaar
2064083c0f
updated for version 7.3.907
...
Problem: Python uses IndexError when a dict key is not found.
Solution: Use KeyError instead. (ZyX)
2013-04-24 13:04:26 +02:00
Bram Moolenaar
2ed0259827
Added tag v7-3-906 for changeset ff1f3e42df08
2013-04-24 12:56:19 +02:00
Bram Moolenaar
eb3699664d
updated for version 7.3.906
...
Problem: The "sleep .2" for running tests does not work on Solaris.
Solution: Fall back to using "sleep 1". (Laurent Blume)
2013-04-24 12:56:19 +02:00
Bram Moolenaar
b68ded3169
Added tag v7-3-905 for changeset 8e1d1da398b3
2013-04-15 22:22:58 +02:00
Bram Moolenaar
5d3e182c9c
updated for version 7.3.905
...
Problem: Crash when writing viminfo. (Ron Aaron)
Solution: Prevent freed history info to be used.
2013-04-15 22:22:57 +02:00
Bram Moolenaar
e215441fca
Added tag v7-3-904 for changeset bdab73bf24a8
2013-04-15 18:25:59 +02:00
Bram Moolenaar
e7143ffb48
updated for version 7.3.904
...
Problem: Using memory freed by the garbage collector.
Solution: Mark items in aucmd_win as used.
2013-04-15 18:25:59 +02:00
Bram Moolenaar
9e9716c958
Added tag v7-3-903 for changeset 166b3df562ea
2013-04-15 16:14:22 +02:00
Bram Moolenaar
65cf8f276d
updated for version 7.3.903
...
Problem: Crash on exit writing viminfo. (Ron Aaron)
Solution: Check for the history to be empty.
2013-04-15 16:14:22 +02:00
Bram Moolenaar
c82fc15da3
Added tag v7-3-902 for changeset b01e3cff9253
2013-04-15 15:55:19 +02:00
Bram Moolenaar
c7d3e55b3b
updated for version 7.3.902
...
Problem: When deleting last buffer in other tab the tabline is not updated.
Solution: Set the redraw_tabline flag. (Yukihiro Nakadaira)
2013-04-15 15:55:19 +02:00
Bram Moolenaar
08b78941de
Added tag v7-3-901 for changeset 790238e5a46c
2013-04-15 15:47:13 +02:00
Bram Moolenaar
0952bdbfa7
updated for version 7.3.901
...
Problem: Outdated comment, ugly condition.
Solution: Update a few comments, break line.
2013-04-15 15:47:12 +02:00
Bram Moolenaar
168650679f
Added tag v7-3-900 for changeset b53fa3b43193
2013-04-15 15:40:33 +02:00
Bram Moolenaar
0a9201ec68
updated for version 7.3.900
...
Problem: Not obvious that some mouse features are mutual-exclusive.
Solution: Add a comment.
2013-04-15 15:40:33 +02:00
Bram Moolenaar
d716550af8
Added tag v7-3-899 for changeset bb3cfdb62607
2013-04-15 15:32:25 +02:00
Bram Moolenaar
4d0378b13e
updated for version 7.3.899
...
Problem: #if indents are off.
Solution: Fix the indents.
2013-04-15 15:32:25 +02:00
Bram Moolenaar
69c96b4acb
Added tag v7-3-898 for changeset aca1886102bd
2013-04-15 15:15:36 +02:00
Bram Moolenaar
888131b907
updated for version 7.3.898
...
Problem: Memory leak reported by valgrind in test 91.
Solution: Only use default argument when needed.
2013-04-15 15:15:35 +02:00
Bram Moolenaar
83898f450b
Added tag v7-3-897 for changeset 5aa74a2f8f9d
2013-04-15 14:44:58 +02:00
Bram Moolenaar
87eeeffca6
updated for version 7.3.897
...
Problem: Configure doesn't always find the shared library.
Solution: Change the configure script. (Ken Takata)
2013-04-15 14:44:57 +02:00
Bram Moolenaar
dd62449887
Added tag v7-3-896 for changeset af3a3680fc75
2013-04-15 13:49:21 +02:00
Bram Moolenaar
08805de42f
updated for version 7.3.896
...
Problem: Memory leaks in Lua interface.
Solution: Fix the leaks, add tests. (Yukihiro Nakadaira)
2013-04-15 13:49:21 +02:00
Bram Moolenaar
65cf01eaef
Added tag v7-3-895 for changeset 11007e80829c
2013-04-15 13:06:21 +02:00
Bram Moolenaar
b7411ab660
updated for version 7.3.895
...
Problem: Valgrind error in test 91. (Issue 128)
Solution: Pass scope name to find_var_in_ht().
2013-04-15 13:06:21 +02:00
Bram Moolenaar
e2f56a7b3d
Added tag v7-3-894 for changeset 52e946d654e0
2013-04-15 12:36:18 +02:00
Bram Moolenaar
df8707eb19
updated for version 7.3.894
...
Problem: Using wrong RUBY_VER causing Ruby build to break.
Solution: Correct the RUBY_VER value. (Yongwei Wu)
2013-04-15 12:36:18 +02:00
Bram Moolenaar
bb01de23c0
Added tag v7-3-893 for changeset dc3efb6d5a08
2013-04-15 12:27:36 +02:00
Bram Moolenaar
d89fcb8f25
updated for version 7.3.893
...
Problem: Crash when using b:, w: or t: after closing the buffer, window or
tabpage.
Solution: Allocate the dictionary instead of having it part of the
buffer/window/tabpage struct. (Yukihiro Nakadaira)
2013-04-15 12:27:36 +02:00