Bram Moolenaar
27356ad4f4
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.
v7.3.757
2012-12-12 16:11:36 +01:00
Bram Moolenaar
321a9ec680
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)
v7.3.756
2012-12-12 15:55:20 +01:00
Bram Moolenaar
09ba6d766b
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".
v7.3.755
2012-12-12 14:25:05 +01:00
Bram Moolenaar
52cc266dae
updated for version 7.3.754
...
Problem: Latest nmake is not recognized.
Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
v7.3.754
2012-12-06 21:30:29 +01:00
Bram Moolenaar
21691f896a
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)
v7.3.753
2012-12-05 19:13:18 +01:00
Bram Moolenaar
34feacbcce
Update runtime files.
2012-12-05 19:01:43 +01:00
Bram Moolenaar
32c8f1cb19
updated for version 7.3.752
...
Problem: Test 49 script file doesn't fold properly.
Solution: Add a colon.
v7.3.752
2012-12-05 19:00:06 +01:00
Bram Moolenaar
60ec5f35a5
updated for version 7.3.751
...
Problem: Test 61 is flaky, it fails once in a while.
Solution: When it fails retry once.
v7.3.751
2012-12-05 18:21:32 +01:00
Bram Moolenaar
57e4ee4d38
updated for version 7.3.750
...
Problem: The justify macro does not always work correctly.
Solution: Fix off-by-one error (James McCoy)
v7.3.750
2012-12-05 17:03:22 +01:00
Bram Moolenaar
a54bf40017
updated for version 7.3.749
...
Problem: Python interface doesn't build without the multi-byte feature.
Solution: Add #ifdef. (Ken Takata)
v7.3.749
2012-12-05 16:30:07 +01:00
Bram Moolenaar
9750bb199e
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)
v7.3.748
2012-12-05 16:10:42 +01:00
Bram Moolenaar
0f9d0869c7
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)
v7.3.747
2012-12-05 15:32:30 +01:00
Bram Moolenaar
81484f4215
updated for version 7.3.746
...
Problem: Memory leaks when using location lists.
Solution: Set qf_title to something. (Christian Brabandt)
v7.3.746
2012-12-05 15:16:47 +01:00
Bram Moolenaar
15d55dec03
updated for version 7.3.745
...
Problem: Automatically setting 'ttymouse' doesn't work.
Solution: Reset the "option was set" flag when using the default.
v7.3.745
2012-12-05 14:43:02 +01:00
Bram Moolenaar
862cfa356d
updated for version 7.3.744
...
Problem: 64 bit compiler warning.
Solution: Add type cast. (Mike Williams)
v7.3.744
2012-11-29 20:10:00 +01:00
Bram Moolenaar
2a94225c23
updated for version 7.3.743
...
Problem: Tiny build still fails.
Solution: Add #else in the right place.
v7.3.743
2012-11-28 23:03:07 +01:00
Bram Moolenaar
f135435f80
updated for version 7.3.742
...
Problem: Leaking memory when :vimgrep restores the directory.
Solution: Free the allocated memory. (Christian Brabandt)
v7.3.742
2012-11-28 22:12:44 +01:00
Bram Moolenaar
2e18a12780
updated for version 7.3.741
...
Problem: Tiny build fails.
Solution: Move #ifdef. (Ike Devolder)
v7.3.741
2012-11-28 19:10:54 +01:00
Bram Moolenaar
97d4ea71d6
updated for version 7.3.740
...
Problem: IOC tool complains about undefined behavior for int.
Solution: Change to unsigned int. (Dominique Pelle)
v7.3.740
2012-11-28 18:31:54 +01:00
Bram Moolenaar
f4f1956724
updated for version 7.3.739
...
Problem: Computing number of lines may have an integer overflow.
Solution: Check for MAXCOL explicitly. (Dominique Pelle)
v7.3.739
2012-11-28 18:22:11 +01:00
Bram Moolenaar
2df58b4a58
Updated runtime files.
2012-11-28 18:21:11 +01:00
Bram Moolenaar
9411615985
updated for version 7.3.738
...
Problem: Unused function argument.
Solution: Remove it. (Christian Brabandt)
v7.3.738
2012-11-28 17:41:59 +01:00
Bram Moolenaar
d4ad0d4e21
updated for version 7.3.737
...
Problem: When using do_cmdline() recursively did_endif is not reset,
causing messages to be overwritten.
Solution: Reset did_endif. (Christian Brabandt)
v7.3.737
2012-11-28 17:34:48 +01:00
Bram Moolenaar
b347963869
updated for version 7.3.736
...
Problem: File name completion in input() escapes white space. (Frederic
Hardy)
Solution: Do not escape white space. (Christian Brabandt)
v7.3.736
2012-11-28 16:49:58 +01:00
Bram Moolenaar
dd53a41553
updated for version 7.3.735
...
Problem: Cannot build Ruby 1.9 with MingW or Cygwin.
Solution: Add another include directory. (Ken Takata)
v7.3.735
2012-11-28 16:18:29 +01:00
Bram Moolenaar
442b5c48fd
updated for version 7.3.734
...
Problem: Cannot put help files in a sub-directory.
Solution: Make :helptags work for sub-directories. (Charles Campbell)
v7.3.734
2012-11-28 16:06:22 +01:00
Bram Moolenaar
8866d277c9
updated for version 7.3.733
...
Problem: Tests fail when including MzScheme.
Solution: Change #ifdefs for vim_main2().
v7.3.733
2012-11-28 15:55:42 +01:00
Bram Moolenaar
02e14d67b9
updated for version 7.3.732
...
Problem: Compiler warnings for function arguments.
Solution: Use inteptr_t instead of long.
v7.3.732
2012-11-28 15:37:51 +01:00
Bram Moolenaar
7854e3abcf
updated for version 7.3.731
...
Problem: Py3Init_vim() is exported uneccessarily.
Solution: Make it static. (Ken Takata)
v7.3.731
2012-11-28 15:33:14 +01:00
Bram Moolenaar
c83a44bf8f
updated for version 7.3.730
...
Problem: Crash in PHP file when using syntastic. (Ike Devolder)
Solution: Avoid using NULL pointer. (Christian Brabandt)
v7.3.730
2012-11-28 15:25:34 +01:00
Bram Moolenaar
ff8cf2be66
updated for version 7.3.729
...
Problem: Building with Ruby fails on some systems.
Solution: Remove "static" and add #ifndef PROTO. (Ken Takata)
v7.3.729
2012-11-24 13:39:00 +01:00
Bram Moolenaar
fe9fb927ae
updated for version 7.3.728
...
Problem: Cannot compile with MzScheme interface on Ubuntu 12.10.
Solution: Find the collects directory under /usr/share.
v7.3.728
2012-11-23 21:54:48 +01:00
Bram Moolenaar
7331304fd3
updated for version 7.3.727
...
Problem: Can't always find Win32.mak when building GvimExt.
Solution: Use same mechanism as in Make_mvc.mak. (Cade Foster)
v7.3.727
2012-11-23 21:47:22 +01:00
Bram Moolenaar
ef6585abef
updated for version 7.3.726
...
Problem: Typos and duplicate info in README.
Solution: Fix the text.
v7.3.726
2012-11-23 21:45:25 +01:00
Bram Moolenaar
77642c0fef
updated for version 7.3.725
...
Problem: :aboveleft and :belowright have no effect on :copen.
Solution: Check for cmdmod.split. (Christian Brabandt)
v7.3.725
2012-11-20 17:55:10 +01:00
Bram Moolenaar
65d7396cb4
updated for version 7.3.724
...
Problem: Building with Ruby and Tcl on MS-Windows does not work.
Solution: Remove Ruby and Tcl from the big MS-Windows build.
v7.3.724
2012-11-20 17:21:52 +01:00
Bram Moolenaar
8d4eecc5e8
updated for version 7.3.723
...
Problem: Various tiny problems.
Solution: Various tiny fixes.
v7.3.723
2012-11-20 17:19:01 +01:00
Bram Moolenaar
d59762dcb6
updated for version 7.3.722
...
Problem: Perl flags may contain "-g", which breaks "make proto".
Solution: Filter out the "-g" flag for cproto. (Ken Takata)
v7.3.722
2012-11-20 17:03:27 +01:00
Bram Moolenaar
c0d4759373
updated for version 7.3.721
...
Problem: Ruby interface defines local functions globally.
Solution: Make the functions static.
v7.3.721
2012-11-20 16:59:14 +01:00
Bram Moolenaar
7c5f120410
updated for version 7.3.720
...
Problem: Proto files are outdated.
Solution: Update the newly generated proto files.
v7.3.720
2012-11-20 16:56:54 +01:00
Bram Moolenaar
8288149866
updated for version 7.3.719
...
Problem: Cannot run new version of cproto, it fails on missing include
files.
Solution: Add lots of #ifndef PROTO
v7.3.719
2012-11-20 16:53:39 +01:00
Bram Moolenaar
0ac24e1ef4
updated for version 7.3.718
...
Problem: When re-using the current buffer the buffer-local options stay.
Solution: Re-initialize the buffer-local options. (Christian Brabandt)
v7.3.718
2012-11-20 12:16:58 +01:00
Bram Moolenaar
b031626427
updated for version 7.3.717
...
Problem: When changing the font size, only MS-Windows limits the window
size.
Solution: Also limit the window size on other systems. (Roland Puntaier)
v7.3.717
2012-11-20 12:03:06 +01:00
Bram Moolenaar
99a547d3a1
updated for version 7.3.716
...
Problem: Error on exit when using Python 3.
Solution: Remove PythonIO_Fini(). (Roland Puntaier)
v7.3.716
2012-11-20 11:04:35 +01:00
Bram Moolenaar
97d62497f5
Updated runtime files.
2012-11-15 21:28:22 +01:00
Bram Moolenaar
41b884b273
updated for version 7.3.715
...
Problem: Crash when calling setloclist() in BufUnload autocmd. (Marcin
Szamotulski)
Solution: Set w_llist to NULL when it was freed. Also add a test.
(Christian Brabandt)
v7.3.715
2012-11-14 22:38:08 +01:00
Bram Moolenaar
b826ddb034
updated for version 7.3.714
...
Problem: Inconsistency: :set can be used in the sandbox, but :setlocal and
:setglobal cannot. (Michael Henry)
Solution: Fix the flags for :setlocal and :setglobal. (Christian Brabandt)
v7.3.714
2012-11-14 20:52:28 +01:00
Bram Moolenaar
3ab72c5c72
updated for version 7.3.713
...
Problem: printf() can only align to bytes, not characters.
Solution: Add the "S" item. (Christian Brabandt)
v7.3.713
2012-11-14 18:10:56 +01:00
Bram Moolenaar
e3a2246227
updated for version 7.3.712
...
Problem: Nmake from VS2010 SP1 is not recognized.
Solution: Add the version number. (Ken Takata)
v7.3.712
2012-10-23 05:35:34 +02:00
Bram Moolenaar
9c9cbf1351
updated for version 7.3.711
...
Problem: vim.current.buffer is not available. (lilydjwg)
Solution: Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String.
(Ken Takata)
v7.3.711
2012-10-23 05:17:37 +02:00