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
f05e3b0220
Remove old and unused method to allocate memory for undo.
2010-05-29 15:40:47 +02:00
Bram Moolenaar
cdf04208f3
Fix a few more things for persistent undo.
2010-05-29 15:11:47 +02:00
Bram Moolenaar
bc42c1e427
updated for version 7.2.440
...
Problem: Calling a function through a funcref, where the function deletes
the funcref, leads to an invalid memory access.
Solution: Make a copy of the function name. (Lech Lorens)
2010-05-28 22:06:46 +02:00
Bram Moolenaar
04fa5427b8
updated for version 7.2.439
...
Problem: Invalid memory access when doing thesaurus completion and
'infercase' is set.
Solution: Use the minimal length of completed word and replacement.
(Dominique Pelle)
2010-05-28 21:31:58 +02:00
Bram Moolenaar
0e1e25fb0a
Don't execute some autocommands when v:dying is 2 or more.
2010-05-28 21:07:08 +02:00
Bram Moolenaar
167632fcdd
Fix definition of UINT_PTR for 64 bit systems.
2010-05-26 21:42:54 +02:00
Bram Moolenaar
6a18eb6f62
More strict checks for the undo file.
2010-05-26 21:21:00 +02:00
Bram Moolenaar
83ad0147c0
Fix for using ":wundo foo" when foo is an empty file.
2010-05-25 22:09:21 +02:00
Bram Moolenaar
64354da438
updated for version 7.2.438
...
Problem: "vim -r" crashes.
Solution: Don't use NULL pointer argument.
2010-05-25 21:37:17 +02:00
Bram Moolenaar
b230bd5a16
Found a way to make the MS-Windows installer wait for the uninstaller to
...
finish, no need for the user to press Enter.
2010-05-25 21:02:00 +02:00
Bram Moolenaar
9d72807646
And another small fix for persistent undo.
2010-05-24 22:06:04 +02:00
Bram Moolenaar
6a244fefd9
Fix: :wundo didn't work in a buffer without a name.
2010-05-24 22:02:24 +02:00
Bram Moolenaar
442b4225d3
Improve the MS-Windows installer.
2010-05-24 21:34:22 +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
Bram Moolenaar
55debbe384
Included patch for persistent undo. Lots of changes and added test.
2010-05-23 23:34:36 +02:00
Bram Moolenaar
c39125d7c4
Fix for Netbeans on MS-Windows not compiling.
2010-05-23 12:06:58 +02:00
Bram Moolenaar
1d2beae176
Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.
...
Attempt at a fix.
2010-05-22 21:56:55 +02:00
Bram Moolenaar
be18d10fd4
Fix wrong memory access when clearing crypt key.
2010-05-22 21:37:53 +02:00
Bram Moolenaar
b26e6327e6
Add :nbstart and :nbclose.
2010-05-22 21:34:09 +02:00
Bram Moolenaar
67c5384434
Included the patch to support netbeans in a terminal.
2010-05-22 18:28:27 +02:00
Bram Moolenaar
ca7e1f2066
Fix: window title not updated after file dropped.
2010-05-22 15:50:12 +02:00
Bram Moolenaar
06b5d5167a
Add the settabvar() and gettabvar() functions.
...
Various runtime file updates.
2010-05-22 15:37:44 +02:00
Bram Moolenaar
db7c686ea5
Add extra floating point functions.
2010-05-21 16:33:48 +02:00
Bram Moolenaar
b382ad13ca
"g8" doesn't work properly on a NUL.
2010-05-21 15:46:35 +02:00
Bram Moolenaar
f50a2533d0
A few more changes for encryption. Add test that encrypted file can be read.
2010-05-21 15:36:08 +02:00
Bram Moolenaar
6019078ece
updated for version 7.2.437
...
Problem: When "\\\n" appears in the expression result the \n doesn't result
in a line break. (Andy Wokula)
Solution: Also replace a \n after a backslash into \r.
2010-05-21 13:08:58 +02:00
Bram Moolenaar
c6af8125c7
Other solution for GTK not changing the locale.
2010-05-21 12:04:55 +02:00
Bram Moolenaar
218116c1d0
Various smaller changes. Updated proto files. Updated dependencies.
2010-05-20 21:46:00 +02:00
Bram Moolenaar
fa7584cb86
Use UINT32_T in the code, define it to uint32_t or unsigned int.
...
Better autoconf check for uint32_t.
2010-05-19 21:57:45 +02:00
Bram Moolenaar
4890f1f7f4
One more fix for defining uint32_t.
2010-05-18 21:49:58 +02:00
Bram Moolenaar
6323508e5e
Change wording in link.sh: "remove" -> "omit"
2010-05-18 21:41:09 +02:00
Bram Moolenaar
4a9b19ace8
Fix build on Cygwin and MingW.
2010-05-18 21:17:10 +02:00
Bram Moolenaar
76e69cef0c
Undefine uint32_t when building if_perl.xs to fix the build.
2010-05-18 21:05:27 +02:00
Bram Moolenaar
edac185487
Add blowfish and sha256 source files to more Makefiles.
2010-05-18 20:34:20 +02:00
Bram Moolenaar
30bb41445c
Avoid warnings for unused arguments when compiling with Gnome.
2010-05-17 22:07:15 +02:00
Bram Moolenaar
cfc0eee85f
Undo undesired changes in src/Makefile.
2010-05-17 21:37:47 +02:00
Bram Moolenaar
0bbabe8080
Fixed encryption big/little endian test.
...
Use uint32_t to avoid crash on 64 bit machines.
Added error numbers for Blowfish errors.
Fixed the tiny version not building.
2010-05-17 20:32:55 +02:00
Bram Moolenaar
823a165119
Minor updates to blowfish encryption.
2010-05-16 23:02:33 +02:00
Bram Moolenaar
40e6a71c67
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
2010-05-16 22:32:54 +02:00
Bram Moolenaar
64486671c3
Add 'relativenumber' patch from Markus Heidelberg.
2010-05-16 15:46:46 +02:00
Bram Moolenaar
2767c60008
updated for version 7.2.436
...
Problem: Reproducible crash in syntax HL. (George Reilly, Dominique Pelle)
Solution: Make sst_stacksize an int instead of short. (Dominique Pelle)
2010-05-16 13:56:06 +02:00
Bram Moolenaar
2e530fa526
Fix typo in release date.
2010-05-16 13:40:33 +02:00
Bram Moolenaar
34b4daf2b7
updated for version 7.2.435
...
Problem: Crash when using bad_char_idx uninitialized. (Patrick Texier)
Solution: Don't use bad_char_idx, reproduce the ++bad argument from bad_char.
2010-05-16 13:26:25 +02:00
Bram Moolenaar
4137564709
Merge patch 7.2.434.
2010-05-16 12:49:27 +02:00
Bram Moolenaar
fc2d5bdfc6
After recovery check if the text changed. If it did mark the buffer as
...
modified.
2010-05-15 17:06:53 +02:00
Bram Moolenaar
abb8d0b23a
Switched from autoconf 2.63 to 2.65.
2010-05-15 15:04:53 +02:00
Bram Moolenaar
0b65f8938b
Small fix for compiler warning in Netbeans.
2010-05-15 14:49:02 +02:00
Bram Moolenaar
fff2beeeaa
First step in the Vim 7.3 branch. Changed version numbers.
2010-05-15 13:56:02 +02:00