index
:
vim
allow_nuw=0
master
Vim - the text editor
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
Age
Commit message (
Expand
)
Author
2010-07-10
Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement
Bram Moolenaar
2010-07-10
Update spell files for Ubuntu locale names.
Bram Moolenaar
2010-07-10
Fixed ":s" message. Docs updates.
Bram Moolenaar
2010-07-08
Make synstack() work on the character just after the end of the line.
Bram Moolenaar
2010-07-07
Make the dos installer work with more compilers.
Bram Moolenaar
2010-07-07
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar
2010-07-05
Change SKIP_GTK to SKIP_GTK2 in configure.
Bram Moolenaar
2010-07-04
Mainly documentation updates.
Bram Moolenaar
2010-07-02
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar
2010-06-27
Added ":earlier 1f" and ":later 1f".
Bram Moolenaar
2010-06-27
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar
2010-06-26
Various small fixes from Dominique Pelle.
Bram Moolenaar
2010-06-25
Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar
2010-06-22
Fixes for time in clipboard request. Also fix ownership. (David Fries)
Bram Moolenaar
2010-06-22
Couple of small fixes for conceal feature. (Dominique Pelle)
Bram Moolenaar
2010-06-21
Command line completion for :ownsyntax. (Dominique Pelle)
Bram Moolenaar
2010-06-21
Crypt the swapfile.
Bram Moolenaar
2010-06-14
Fix tiny build, move functions to undo.c.
Bram Moolenaar
2010-06-13
Added salt to blowfish encryption.
Bram Moolenaar
2010-06-12
Update help files.
Bram Moolenaar
2010-06-12
Minor typo and docs update.
Bram Moolenaar
2010-06-06
Avoid compiler warnings.
Bram Moolenaar
2010-06-06
One more fix for conceal patch.
Bram Moolenaar
2010-06-06
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
Bram Moolenaar
2010-06-06
Fixed memory leak in ":ownsyntax".
Bram Moolenaar
2010-06-06
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar
2010-06-05
Add the conceal patch from Vince Negri.
Bram Moolenaar
2010-06-05
Use full path in undofile(). Updated docs.
Bram Moolenaar
2010-06-03
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
Bram Moolenaar
2010-06-03
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar
2010-06-02
Optimize the blowfish crypt/decrypt code a bit more.
Bram Moolenaar
2010-06-01
Made crypt/decrypt faster.
Bram Moolenaar
2010-06-01
Fix completion of file names with '%' and '*'.
Bram Moolenaar
2010-06-01
Don't use pointers to store numbers, use a union.
Bram Moolenaar
2010-05-31
Correct use of long instead of off_t for file size. (James Vega)
Bram Moolenaar
2010-05-31
Add test for gettabvar() and settabvar().
Bram Moolenaar
2010-05-30
Crypt the text in the undo file if the file itself is crypted.
Bram Moolenaar
2010-05-30
Made reading/writing undo info a bit more robust.
Bram Moolenaar
2010-05-30
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Bram Moolenaar
2010-05-30
Added the undofile() function. Updated runtime files.
Bram Moolenaar
2010-05-30
Do not write an undo file if there is nothing to undo.
Bram Moolenaar
2010-05-30
A bit of cleanup and simplification for undofile.
Bram Moolenaar
2010-05-30
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar
2010-05-29
Various improvements to undo file code to make it more robust.
Bram Moolenaar
2010-05-29
Remove old and unused method to allocate memory for undo.
Bram Moolenaar
2010-05-29
Fix a few more things for persistent undo.
Bram Moolenaar
2010-05-28
Don't execute some autocommands when v:dying is 2 or more.
Bram Moolenaar
2010-05-28
Runtime file updates.
Bram Moolenaar
2010-05-26
Fix definition of UINT_PTR for 64 bit systems.
Bram Moolenaar
2010-05-26
More strict checks for the undo file.
Bram Moolenaar
[next]