summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2010-05-26Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar
2010-05-26More strict checks for the undo file.Bram Moolenaar
2010-05-25Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar
finish, no need for the user to press Enter.
2010-05-24Fix: :wundo didn't work in a buffer without a name.Bram Moolenaar
2010-05-24Improve the MS-Windows installer.Bram Moolenaar
2010-05-24Tiny change for Italian man page.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
A few minor changes.
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2010-05-22Fix: window title not updated after file dropped.Bram Moolenaar
2010-05-22Add the settabvar() and gettabvar() functions.Bram Moolenaar
Various runtime file updates.
2010-05-21Add extra floating point functions.Bram Moolenaar
2010-05-21"g8" doesn't work properly on a NUL.Bram Moolenaar
2010-05-21A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar
2010-05-21Updated runtime files.Bram Moolenaar
2010-05-20Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar
2010-05-19Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar
Better autoconf check for uint32_t.
2010-05-18Updated a few runtime files.Bram Moolenaar
2010-05-17Small update to help files.Bram Moolenaar
2010-05-17Fixed encryption big/little endian test.Bram Moolenaar
Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building.
2010-05-16Minor updates to blowfish encryption.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2010-05-16Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar
2010-05-16Move items around in the todo list.Bram Moolenaar
2010-05-15Merged change from default branch: Correct Japanese menus.Bram Moolenaar
2010-05-15Correct Japanese menus to avoid error while loading them after 7.2.432.Bram Moolenaar
2010-05-15After recovery check if the text changed. If it did mark the buffer asBram Moolenaar
modified.
2010-05-15Get rid of the "extra" and "lang" archives.Bram Moolenaar
2010-05-15Switched from autoconf 2.63 to 2.65.Bram Moolenaar
2010-05-15First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar
2010-05-14Updated runtime files.Bram Moolenaar
2010-05-14updated for version 7.2.433v7.2.433Bram Moolenaar
Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost. Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
2010-03-17Updated runtime and language files.Bram Moolenaar
2010-03-10updated for version 7.2.394v7.2.394Bram Moolenaar
Problem: .xz files are not supported. Solution: Recognize .xz files so that they can be edited.
2010-03-10updated for version 7.2.389v7.2.389Bram Moolenaar
Problem: synIDattr() cannot return the font. Solution: Support the "font" argument. (Christian Brabandt)
2010-03-02Updated runtime an documentation files.Bram Moolenaar
2010-02-11Updated runtime files.Bram Moolenaar
2010-01-27updated for version 7.2.348v7.2.348Bram Moolenaar
Problem: Unicode double-width characters are not up-to date. Solution: Produce the double-width table like the others.
2010-01-19updated for version 7.2.336v7.2.336Bram Moolenaar
Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
2010-01-17Add a few missing runtime files.Bram Moolenaar
2010-01-16Updated runtime files.Bram Moolenaar
2010-01-12Updated runtime files.Bram Moolenaar
2010-01-12updated for version 7.2.330v7.2.330Bram Moolenaar
Problem: Tables for Unicode case operators are outdated. Solution: Add a Vim script for generating the tables. Include tables for Unicode 5.2.
2010-01-06Update runtime files.Bram Moolenaar
2010-01-06Update documentation files.Bram Moolenaar
2009-12-02updated for version 7.2-310v7.2.310Bram Moolenaar
2009-11-17updated for version 7.2-295v7.2.295Bram Moolenaar
2009-11-11updated for version 7.2-286v7.2.286Bram Moolenaar
2009-11-03updated for version 7.2-269v7.2.269Bram Moolenaar