summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Made crypt/decrypt faster.Bram Moolenaar2010-06-011-2/+4
* Fix completion of file names with '%' and '*'.Bram Moolenaar2010-06-012-0/+135
* Don't use pointers to store numbers, use a union.Bram Moolenaar2010-06-011-0/+1
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-311-2/+0
* Add test for gettabvar() and settabvar().Bram Moolenaar2010-05-312-3/+9
* Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar2010-05-305-6/+9
* Made reading/writing undo info a bit more robust.Bram Moolenaar2010-05-302-3/+8
* Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar2010-05-301-1/+0
* Added the undofile() function. Updated runtime files.Bram Moolenaar2010-05-3012-22/+49
* Do not write an undo file if there is nothing to undo.Bram Moolenaar2010-05-301-3/+0
* A bit of cleanup and simplification for undofile.Bram Moolenaar2010-05-302-2/+2
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-301-0/+1
* Various improvements to undo file code to make it more robust.Bram Moolenaar2010-05-294-12/+7
* Remove old and unused method to allocate memory for undo.Bram Moolenaar2010-05-291-7/+0
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-292-15/+18
* Don't execute some autocommands when v:dying is 2 or more.Bram Moolenaar2010-05-284-4/+15
* Runtime file updates.Bram Moolenaar2010-05-2814-170/+241
* Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar2010-05-261-0/+4
* More strict checks for the undo file.Bram Moolenaar2010-05-263-3/+20
* Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar2010-05-254-14/+18
* Fix: :wundo didn't work in a buffer without a name.Bram Moolenaar2010-05-241-2/+5
* Improve the MS-Windows installer.Bram Moolenaar2010-05-242-7/+7
* Tiny change for Italian man page.Bram Moolenaar2010-05-242-2/+2
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-242-10/+10
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-2311-41/+166
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-226-20/+47
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-225-22/+53
* Fix: window title not updated after file dropped.Bram Moolenaar2010-05-222-0/+3
* Add the settabvar() and gettabvar() functions.Bram Moolenaar2010-05-2231-153/+229
* Add extra floating point functions.Bram Moolenaar2010-05-216-3/+168
* "g8" doesn't work properly on a NUL.Bram Moolenaar2010-05-212-2/+2
* A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar2010-05-212-14/+13
* Updated runtime files.Bram Moolenaar2010-05-2126-134/+578
* Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar2010-05-202-7/+11
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-192-1/+8
* Updated a few runtime files.Bram Moolenaar2010-05-185-42/+49
* Small update to help files.Bram Moolenaar2010-05-172-8/+10
* Fixed encryption big/little endian test.Bram Moolenaar2010-05-174-9/+24
* Minor updates to blowfish encryption.Bram Moolenaar2010-05-161-8/+6
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-163-3/+30
* Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar2010-05-169-22/+55
* Move items around in the todo list.Bram Moolenaar2010-05-161-74/+52
* Merged change from default branch: Correct Japanese menus.Bram Moolenaar2010-05-153-60/+60
|\
| * Correct Japanese menus to avoid error while loading them after 7.2.432.Bram Moolenaar2010-05-153-60/+60
* | After recovery check if the text changed. If it did mark the buffer asBram Moolenaar2010-05-153-26/+47
* | Get rid of the "extra" and "lang" archives.Bram Moolenaar2010-05-151-1/+0
* | Switched from autoconf 2.63 to 2.65.Bram Moolenaar2010-05-151-2/+0
* | First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar2010-05-15131-135/+140
|/
* Updated runtime files.Bram Moolenaar2010-05-1480-2286/+5680
* updated for version 7.2.433v7.2.433Bram Moolenaar2010-05-141-4/+4