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
/
runtime
/
doc
/
todo.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar
2010-06-27
1
-6
/
+3
*
Various small fixes from Dominique Pelle.
Bram Moolenaar
2010-06-26
1
-1
/
+0
*
Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar
2010-06-25
1
-3
/
+2
*
Fixes for time in clipboard request. Also fix ownership. (David Fries)
Bram Moolenaar
2010-06-22
1
-5
/
+4
*
Couple of small fixes for conceal feature. (Dominique Pelle)
Bram Moolenaar
2010-06-22
1
-4
/
+1
*
Command line completion for :ownsyntax. (Dominique Pelle)
Bram Moolenaar
2010-06-21
1
-6
/
+0
*
Crypt the swapfile.
Bram Moolenaar
2010-06-21
1
-11
/
+11
*
Fix tiny build, move functions to undo.c.
Bram Moolenaar
2010-06-14
1
-7
/
+4
*
Added salt to blowfish encryption.
Bram Moolenaar
2010-06-13
1
-4
/
+0
*
Update help files.
Bram Moolenaar
2010-06-12
1
-5
/
+0
*
Minor typo and docs update.
Bram Moolenaar
2010-06-12
1
-1
/
+16
*
Avoid compiler warnings.
Bram Moolenaar
2010-06-06
1
-2
/
+1
*
One more fix for conceal patch.
Bram Moolenaar
2010-06-06
1
-12
/
+3
*
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
Bram Moolenaar
2010-06-06
1
-3
/
+8
*
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar
2010-06-06
1
-0
/
+2
*
Add the conceal patch from Vince Negri.
Bram Moolenaar
2010-06-05
1
-4
/
+4
*
Use full path in undofile(). Updated docs.
Bram Moolenaar
2010-06-05
1
-1
/
+7
*
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar
2010-06-03
1
-9
/
+15
*
Optimize the blowfish crypt/decrypt code a bit more.
Bram Moolenaar
2010-06-02
1
-5
/
+2
*
Made crypt/decrypt faster.
Bram Moolenaar
2010-06-01
1
-2
/
+4
*
Don't use pointers to store numbers, use a union.
Bram Moolenaar
2010-06-01
1
-0
/
+1
*
Correct use of long instead of off_t for file size. (James Vega)
Bram Moolenaar
2010-05-31
1
-2
/
+0
*
Add test for gettabvar() and settabvar().
Bram Moolenaar
2010-05-31
1
-3
/
+7
*
Crypt the text in the undo file if the file itself is crypted.
Bram Moolenaar
2010-05-30
1
-3
/
+0
*
Made reading/writing undo info a bit more robust.
Bram Moolenaar
2010-05-30
1
-3
/
+0
*
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Bram Moolenaar
2010-05-30
1
-1
/
+0
*
Added the undofile() function. Updated runtime files.
Bram Moolenaar
2010-05-30
1
-5
/
+0
*
Do not write an undo file if there is nothing to undo.
Bram Moolenaar
2010-05-30
1
-3
/
+0
*
A bit of cleanup and simplification for undofile.
Bram Moolenaar
2010-05-30
1
-1
/
+1
*
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar
2010-05-30
1
-0
/
+1
*
Various improvements to undo file code to make it more robust.
Bram Moolenaar
2010-05-29
1
-0
/
+1
*
Remove old and unused method to allocate memory for undo.
Bram Moolenaar
2010-05-29
1
-7
/
+0
*
Fix a few more things for persistent undo.
Bram Moolenaar
2010-05-29
1
-11
/
+9
*
Don't execute some autocommands when v:dying is 2 or more.
Bram Moolenaar
2010-05-28
1
-3
/
+0
*
Runtime file updates.
Bram Moolenaar
2010-05-28
1
-4
/
+8
*
Fix definition of UINT_PTR for 64 bit systems.
Bram Moolenaar
2010-05-26
1
-0
/
+4
*
More strict checks for the undo file.
Bram Moolenaar
2010-05-26
1
-1
/
+8
*
Found a way to make the MS-Windows installer wait for the uninstaller to
Bram Moolenaar
2010-05-25
1
-2
/
+6
*
Improve the MS-Windows installer.
Bram Moolenaar
2010-05-24
1
-6
/
+6
*
Fix uninit memory read in undo code. Fix uint32_t in proto file.
Bram Moolenaar
2010-05-24
1
-8
/
+7
*
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar
2010-05-23
1
-36
/
+20
*
Add :nbstart and :nbclose.
Bram Moolenaar
2010-05-22
1
-6
/
+0
*
Included the patch to support netbeans in a terminal.
Bram Moolenaar
2010-05-22
1
-2
/
+6
*
Fix: window title not updated after file dropped.
Bram Moolenaar
2010-05-22
1
-0
/
+1
*
Add the settabvar() and gettabvar() functions.
Bram Moolenaar
2010-05-22
1
-11
/
+25
*
Add extra floating point functions.
Bram Moolenaar
2010-05-21
1
-3
/
+6
*
"g8" doesn't work properly on a NUL.
Bram Moolenaar
2010-05-21
1
-2
/
+0
*
A few more changes for encryption. Add test that encrypted file can be read.
Bram Moolenaar
2010-05-21
1
-10
/
+0
*
Updated runtime files.
Bram Moolenaar
2010-05-21
1
-0
/
+1
*
Use UINT32_T in the code, define it to uint32_t or unsigned int.
Bram Moolenaar
2010-05-19
1
-0
/
+7
[prev]
[next]