index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar
2010-06-06
6
-6
/
+21
*
Add the conceal patch from Vince Negri.
Bram Moolenaar
2010-06-05
33
-687
/
+1599
*
Use full path in undofile(). Updated docs.
Bram Moolenaar
2010-06-05
2
-4
/
+10
*
updated for version 7.2.442
Bram Moolenaar
2010-06-05
3
-17
/
+76
*
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
Bram Moolenaar
2010-06-03
7
-24
/
+141
*
Optimize the blowfish crypt/decrypt code a bit more.
Bram Moolenaar
2010-06-02
6
-63
/
+114
*
Made crypt/decrypt faster.
Bram Moolenaar
2010-06-01
5
-65
/
+83
*
Fix completion of file names with '%' and '*'.
Bram Moolenaar
2010-06-01
3
-4
/
+21
*
Don't use pointers to store numbers, use a union.
Bram Moolenaar
2010-06-01
3
-138
/
+165
*
Correct use of long instead of off_t for file size. (James Vega)
Bram Moolenaar
2010-05-31
10
-115
/
+332
*
Add test for gettabvar() and settabvar().
Bram Moolenaar
2010-05-31
4
-3
/
+29
*
Crypt the text in the undo file if the file itself is crypted.
Bram Moolenaar
2010-05-30
5
-44
/
+251
*
Made reading/writing undo info a bit more robust.
Bram Moolenaar
2010-05-30
4
-163
/
+233
*
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Bram Moolenaar
2010-05-30
4
-3
/
+13
*
Added the undofile() function. Updated runtime files.
Bram Moolenaar
2010-05-30
3
-3
/
+22
*
Do not write an undo file if there is nothing to undo.
Bram Moolenaar
2010-05-30
1
-5
/
+42
*
updated for version 7.2.441
Bram Moolenaar
2010-05-30
1
-0
/
+2
*
A bit of cleanup and simplification for undofile.
Bram Moolenaar
2010-05-30
3
-59
/
+32
*
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar
2010-05-30
15
-72
/
+162
*
Various improvements to undo file code to make it more robust.
Bram Moolenaar
2010-05-29
3
-445
/
+530
*
Remove old and unused method to allocate memory for undo.
Bram Moolenaar
2010-05-29
1
-452
/
+49
*
Fix a few more things for persistent undo.
Bram Moolenaar
2010-05-29
4
-176
/
+204
*
updated for version 7.2.440
Bram Moolenaar
2010-05-28
3
-8
/
+18
*
updated for version 7.2.439
Bram Moolenaar
2010-05-28
1
-3
/
+9
*
Don't execute some autocommands when v:dying is 2 or more.
Bram Moolenaar
2010-05-28
1
-26
/
+31
*
Fix definition of UINT_PTR for 64 bit systems.
Bram Moolenaar
2010-05-26
3
-4
/
+6
*
More strict checks for the undo file.
Bram Moolenaar
2010-05-26
1
-31
/
+54
*
Fix for using ":wundo foo" when foo is an empty file.
Bram Moolenaar
2010-05-25
1
-3
/
+4
*
updated for version 7.2.438
Bram Moolenaar
2010-05-25
1
-1
/
+8
*
Found a way to make the MS-Windows installer wait for the uninstaller to
Bram Moolenaar
2010-05-25
3
-22
/
+59
*
And another small fix for persistent undo.
Bram Moolenaar
2010-05-24
1
-2
/
+2
*
Fix: :wundo didn't work in a buffer without a name.
Bram Moolenaar
2010-05-24
1
-12
/
+25
*
Improve the MS-Windows installer.
Bram Moolenaar
2010-05-24
12
-39
/
+88
*
Fix uninit memory read in undo code. Fix uint32_t in proto file.
Bram Moolenaar
2010-05-24
19
-34
/
+40
*
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar
2010-05-23
23
-56
/
+1066
*
Fix for Netbeans on MS-Windows not compiling.
Bram Moolenaar
2010-05-23
1
-9
/
+14
*
Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.
Bram Moolenaar
2010-05-22
1
-2
/
+14
*
Fix wrong memory access when clearing crypt key.
Bram Moolenaar
2010-05-22
1
-3
/
+3
*
Add :nbstart and :nbclose.
Bram Moolenaar
2010-05-22
28
-420
/
+582
*
Included the patch to support netbeans in a terminal.
Bram Moolenaar
2010-05-22
13
-211
/
+314
*
Fix: window title not updated after file dropped.
Bram Moolenaar
2010-05-22
1
-3
/
+4
*
Add the settabvar() and gettabvar() functions.
Bram Moolenaar
2010-05-22
1
-0
/
+72
*
Add extra floating point functions.
Bram Moolenaar
2010-05-21
1
-20
/
+224
*
"g8" doesn't work properly on a NUL.
Bram Moolenaar
2010-05-21
1
-8
/
+9
*
A few more changes for encryption. Add test that encrypted file can be read.
Bram Moolenaar
2010-05-21
3
-23
/
+73
*
updated for version 7.2.437
Bram Moolenaar
2010-05-21
1
-0
/
+7
*
Other solution for GTK not changing the locale.
Bram Moolenaar
2010-05-21
3
-16
/
+7
*
Various smaller changes. Updated proto files. Updated dependencies.
Bram Moolenaar
2010-05-20
9
-19
/
+40
*
Use UINT32_T in the code, define it to uint32_t or unsigned int.
Bram Moolenaar
2010-05-19
7
-74
/
+138
*
One more fix for defining uint32_t.
Bram Moolenaar
2010-05-18
2
-0
/
+6
[next]