Bram Moolenaar
e8785f2c39
updated for version 7.4a.002
...
Problem: Valgrind errors in test 89. (Simon Ruderich)
Solution: Allocate one more byte. (Dominique Pelle)
2013-07-07 16:15:35 +02:00
Bram Moolenaar
61214040e9
updated for version 7.3.1305
...
Problem: Warnings from 64 bit compiler.
Solution: Add type casts.
2013-07-04 21:19:33 +02:00
Bram Moolenaar
ee0ee2a046
updated for version 7.3.1301
...
Problem: Some tests fail on MS-Windows.
Solution: Fix path separators in test 89 and 96. Omit test 97, escaping
works differently. Make findfile() work on MS-Windows.
2013-07-03 21:19:07 +02:00
Bram Moolenaar
0f5a5ed8bb
updated for version 7.3.1298
...
Problem: Crash.
Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
2013-07-03 17:51:17 +02:00
Bram Moolenaar
f4c5fcb3ad
updated for version 7.3.1297
...
Problem: findfile() directory matching does not work when a star follows
text. (Markus Braun)
Solution: Make a wildcard work properly. (Christian Brabandt)
2013-07-03 17:14:00 +02:00
Bram Moolenaar
473de61b04
updated for version 7.3.1149
...
Problem: New regexp engine: Matching plain text could be faster.
Solution: Detect a plain text match and handle it specifically. Add
vim_regfree().
2013-06-08 18:19:48 +02:00
Bram Moolenaar
84a05acc8c
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
38ec50bea8
updated for version 7.3.888
...
Problem: Filename completion with 'fileignorecase' does not work for
multi-byte characters.
Solution: Make 'fileignorecase' work properly. (Hirohito Higashi)
2013-04-12 14:42:39 +02:00
Bram Moolenaar
d0e2d94589
updated for version 7.3.874
...
Problem: Comparing file names does not handle multi-byte characters
properly.
Solution: Implement multi-byte handling.
2013-03-19 18:31:49 +01:00
Bram Moolenaar
71afbfe6cd
updated for version 7.3.872
...
Problem: On some systems case of file names is always ignored, on others
never.
Solution: Add the 'fileignorecase' option to control this at runtime.
Implies 'wildignorecase'.
2013-03-19 16:49:16 +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)
2012-11-28 18:31:54 +01:00
Bram Moolenaar
2b9578f0f8
updated for version 7.3.632
...
Problem: Cannot select beyond 222 columns with the mouse in xterm.
Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-08-15 16:21:32 +02:00
Bram Moolenaar
2430586629
updated for version 7.3.631
...
Problem: Cannot complete user names.
Solution: Add user name completion. (Dominique Pelle)
2012-08-15 14:05:05 +02:00
Bram Moolenaar
11b73d668f
updated for version 7.3.577
...
Problem: Size of memory does not fit in 32 bit unsigned.
Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of
GlobalMemoryStatus() when available.
2012-06-29 15:51:30 +02:00
Bram Moolenaar
4336cdf318
updated for version 7.3.459
...
Problem: Win32: Warnings for type conversion.
Solution: Add type casts. (Mike Williams)
2012-02-29 13:58:47 +01:00
Bram Moolenaar
7282bc3e7e
updated for version 7.3.454
...
Problem: Re-allocating memory slows Vim down.
Solution: Use realloc() in ga_grow(). (Dominique Pelle)
2012-02-22 18:12:32 +01:00
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
f66b3fcf6c
updated for version 7.3.446
...
Problem: Win32: External commands with special characters don't work.
Solution: Add the 'shellxescape' option.
2012-02-20 22:18:30 +01:00
Bram Moolenaar
034b115568
updated for version 7.3.445
...
Problem: Can't properly escape commands for cmd.exe.
Solution: Default 'shellxquote' to '('. Append ')' to make '(command)'.
No need to use "/s" for 'shellcmdflag'.
2012-02-19 18:19:30 +01:00
Bram Moolenaar
5af7d71276
updated for version 7.3.405
...
Problem: When xterm gets back the function keys it may delete the urxvt
mouse termcap code.
Solution: Check for the whole code, not just the start. (Egmont Koblinger)
2012-01-20 17:15:51 +01:00
Bram Moolenaar
70b2a56d5a
updated for version 7.3.400
...
Problem: Compiler warnings for shadowed variables.
Solution: Remove or rename the variables.
2012-01-10 22:26:17 +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
b9ba403542
updated for version 7.3.371
...
Problem: Crash in autocomplete. (Greg Weber)
Solution: Check not going over allocated buffer size.
2011-12-08 17:49:35 +01:00
Bram Moolenaar
79739e163b
updated for version 7.3.348
...
Problem: "call range(1, 947948399)" causes a crash. (ZyX)
Solution: Avoid a loop in the out of memory message.
2011-10-26 11:41:00 +02:00
Bram Moolenaar
792826c0c7
updated for version 7.3.285
...
Problem: Mapping <Char-123> no longer works.
Solution: Properly check for "char-". Add a test for it.
2011-08-19 22:29:02 +02:00
Bram Moolenaar
b8bf541f89
updated for version 7.3.284
...
Problem: The str2special() function doesn't handle multi-byte characters
properly.
Solution: Recognize multi-byte characters. (partly by Vladimir Vichniakov)
2011-08-17 20:33:22 +02:00
Bram Moolenaar
0b573a58e6
updated for version 7.3.264
...
Problem: When the current directory name contains wildcard characters, such
as "foo[with]bar", the tags file can't be found. (Jeremy
Erickson)
Solution: When searching for matching files also match without expanding
wildcards. This is a bit of a hack.
2011-07-27 17:31:47 +02:00
Bram Moolenaar
b5ce04dd28
updated for version 7.3.242
...
Problem: Illegal memory access in after_pathsep().
Solution: Check that the pointer is not at the start of the file name.
(Dominique Pelle)
2011-07-07 17:15:33 +02:00
Bram Moolenaar
4b9669f1dc
updated for version 7.3.240
...
Problem: External commands can't use pipes on MS-Windows.
Solution: Implement pipes and use them when 'shelltemp' isn't set. (Vincent
Berthoux)
2011-07-07 16:20:52 +02:00
Bram Moolenaar
03a807aaf4
updated for version 7.3.239
...
Problem: Python corrects the cursor column without taking 'virtualedit'
into account. (lilydjwg)
Solution: Call check_cursor_col_win().
2011-07-07 15:08:58 +02:00
Bram Moolenaar
ef9d6aa70d
updated for version 7.3.160
...
Problem: Unsafe string copying.
Solution: Use vim_strncpy() instead of strcpy(). Use vim_strcat() instead
of strcat().
2011-04-11 16:56:35 +02:00
Bram Moolenaar
e980d8a934
updated for version 7.3.076
...
Problem: Clang warnings for dead code.
Solution: Remove it. (Carlo Teubner)
2010-12-08 13:11:21 +01:00
Bram Moolenaar
2f1e050414
Avoid warnings from the clang compiler. (Dominique Pelle)
2010-08-13 11:18:02 +02:00
Bram Moolenaar
e2b590ebf6
Update help about wildcards in 'tags' option.
2010-08-08 18:29:48 +02:00
Bram Moolenaar
463ee340d0
Fix: 'suffixesadd' was used for finding tags file.
2010-08-08 18:17:52 +02:00
Bram Moolenaar
09092155a6
Remove unused code.
2010-08-08 16:38:42 +02:00
Bram Moolenaar
e4ce65d445
After entering a crypt key would need to hit return to continue.
...
When silencing a message it would still clear a kept message.
2010-08-04 20:12:32 +02:00
Bram Moolenaar
80a7dcf8b5
Make :find completion consistent between Unix and MS-Windows. Add a test.
...
(Nazri Ramliy)
2010-08-04 17:07:20 +02:00
Bram Moolenaar
a9d52e3b79
Fixes for coverity warnings.
2010-07-31 16:44:19 +02:00
Bram Moolenaar
8d9b40e71a
Add support for horizontal scroll wheel. (Bjorn Winckler)
2010-07-25 15:49:07 +02:00
Bram Moolenaar
5bedfc6091
Avoid error when exiting in diff mode with EXITFREE defined.
2010-07-20 22:30:01 +02:00
Bram Moolenaar
49771f4fb0
Change 'cryptmethod' from a number to a string option. Make it global-local.
2010-07-20 17:32:38 +02:00
Bram Moolenaar
a8ffcbbf5d
Crypt the swapfile.
2010-06-21 06:15:46 +02:00
Bram Moolenaar
bbd6afe03e
Optimize the blowfish crypt/decrypt code a bit more.
2010-06-02 20:32:23 +02:00
Bram Moolenaar
04c9bafa71
Made crypt/decrypt faster.
2010-06-01 23:37:39 +02:00
Bram Moolenaar
20a825ae0f
Add test for gettabvar() and settabvar().
2010-05-31 21:27:30 +02:00
Bram Moolenaar
644fdff7c1
A few more fixes for undo file. Split test in two parts so that it doesn't
...
fail with tiny features.
2010-05-30 13:26:21 +02:00
Bram Moolenaar
9db580634c
Various improvements to undo file code to make it more robust.
2010-05-29 20:33:07 +02:00
Bram Moolenaar
cdf04208f3
Fix a few more things for persistent undo.
2010-05-29 15:11:47 +02:00
Bram Moolenaar
7db5fc838a
Fix uninit memory read in undo code. Fix uint32_t in proto file.
...
A few minor changes.
2010-05-24 11:59:29 +02:00