summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar2010-06-221-5/+4
* Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar2010-06-222-6/+5
* Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar2010-06-211-6/+0
* Crypt the swapfile.Bram Moolenaar2010-06-217-29/+72
* Fix tiny build, move functions to undo.c.Bram Moolenaar2010-06-141-7/+4
* Added salt to blowfish encryption.Bram Moolenaar2010-06-136-39/+39
* Update help files.Bram Moolenaar2010-06-123-7/+3
* Minor typo and docs update.Bram Moolenaar2010-06-122-13/+23
* Avoid compiler warnings.Bram Moolenaar2010-06-061-2/+1
* One more fix for conceal patch.Bram Moolenaar2010-06-062-14/+12
* Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar2010-06-061-3/+8
* Fixed memory leak in ":ownsyntax".Bram Moolenaar2010-06-061-7/+0
* Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar2010-06-064-0/+16
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-057-11/+138
* Use full path in undofile(). Updated docs.Bram Moolenaar2010-06-0512-69/+135
* Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar2010-06-031-255/+50
* Move text from various.txt to a new helphelp.txt help file.Bram Moolenaar2010-06-037-305/+337
* Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar2010-06-021-5/+2
* 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