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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
8
-279
/
+191
*
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar
2010-06-03
7
-305
/
+337
*
Optimize the blowfish crypt/decrypt code a bit more.
Bram Moolenaar
2010-06-02
7
-68
/
+116
*
Made crypt/decrypt faster.
Bram Moolenaar
2010-06-01
6
-67
/
+87
*
Fix completion of file names with '%' and '*'.
Bram Moolenaar
2010-06-01
5
-4
/
+156
*
Don't use pointers to store numbers, use a union.
Bram Moolenaar
2010-06-01
4
-138
/
+166
*
Correct use of long instead of off_t for file size. (James Vega)
Bram Moolenaar
2010-05-31
11
-117
/
+332
*
Add test for gettabvar() and settabvar().
Bram Moolenaar
2010-05-31
6
-6
/
+38
*
Crypt the text in the undo file if the file itself is crypted.
Bram Moolenaar
2010-05-30
10
-50
/
+260
*
Made reading/writing undo info a bit more robust.
Bram Moolenaar
2010-05-30
6
-166
/
+241
*
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Bram Moolenaar
2010-05-30
5
-4
/
+13
*
Added the undofile() function. Updated runtime files.
Bram Moolenaar
2010-05-30
15
-25
/
+71
*
Do not write an undo file if there is nothing to undo.
Bram Moolenaar
2010-05-30
2
-8
/
+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
5
-61
/
+34
*
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar
2010-05-30
16
-72
/
+163
*
Various improvements to undo file code to make it more robust.
Bram Moolenaar
2010-05-29
7
-457
/
+537
*
Remove old and unused method to allocate memory for undo.
Bram Moolenaar
2010-05-29
2
-459
/
+49
*
Fix a few more things for persistent undo.
Bram Moolenaar
2010-05-29
6
-191
/
+222
*
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
5
-30
/
+46
*
Runtime file updates.
Bram Moolenaar
2010-05-28
15
-170
/
+244
*
Fix definition of UINT_PTR for 64 bit systems.
Bram Moolenaar
2010-05-26
4
-4
/
+10
*
More strict checks for the undo file.
Bram Moolenaar
2010-05-26
4
-34
/
+74
*
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
7
-36
/
+77
*
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
2
-14
/
+30
*
Improve the MS-Windows installer.
Bram Moolenaar
2010-05-24
16
-80
/
+146
*
Tiny change for Italian man page.
Bram Moolenaar
2010-05-24
2
-2
/
+2
*
Fix uninit memory read in undo code. Fix uint32_t in proto file.
Bram Moolenaar
2010-05-24
21
-44
/
+50
*
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar
2010-05-23
34
-97
/
+1232
*
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
34
-440
/
+629
*
Included the patch to support netbeans in a terminal.
Bram Moolenaar
2010-05-22
18
-233
/
+367
*
Fix: window title not updated after file dropped.
Bram Moolenaar
2010-05-22
3
-3
/
+7
*
Add the settabvar() and gettabvar() functions.
Bram Moolenaar
2010-05-22
32
-153
/
+301
*
Add extra floating point functions.
Bram Moolenaar
2010-05-21
7
-23
/
+392
*
"g8" doesn't work properly on a NUL.
Bram Moolenaar
2010-05-21
3
-10
/
+11
*
A few more changes for encryption. Add test that encrypted file can be read.
Bram Moolenaar
2010-05-21
5
-37
/
+86
*
updated for version 7.2.437
Bram Moolenaar
2010-05-21
1
-0
/
+7
*
Updated runtime files.
Bram Moolenaar
2010-05-21
26
-134
/
+578
*
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
11
-26
/
+51
*
Use UINT32_T in the code, define it to uint32_t or unsigned int.
Bram Moolenaar
2010-05-19
9
-75
/
+146
[next]