summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar2010-06-225-19/+90
* Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar2010-06-224-10/+18
* Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar2010-06-214-10/+13
* Crypt the swapfile.Bram Moolenaar2010-06-2123-155/+824
* Fix tiny build, move functions to undo.c.Bram Moolenaar2010-06-144-67/+63
* Added salt to blowfish encryption.Bram Moolenaar2010-06-1315-156/+425
* Update help files.Bram Moolenaar2010-06-123-7/+3
* updated for version 7.2.443Bram Moolenaar2010-06-123-3/+15
* Minor typo and docs update.Bram Moolenaar2010-06-123-14/+24
* Avoid compiler warnings on Mac 10.6.Bram Moolenaar2010-06-121-6/+8
* Update src/po/it.po. Fixed errors in ko.po.Bram Moolenaar2010-06-083-21/+124
* Fix conceal feature for gj, gk, etc. (Vince Negri)Bram Moolenaar2010-06-081-1/+41
* Fix crash when using ":grep".Bram Moolenaar2010-06-071-0/+1
* Fix Make_ivc.mak makefile. (Vince Negri)Bram Moolenaar2010-06-071-0/+8
* Fix crash for ":ownsyntax". (Dominique Pelle)Bram Moolenaar2010-06-061-2/+5
* Avoid compiler warnings.Bram Moolenaar2010-06-066-18/+22
* One more fix for conceal patch.Bram Moolenaar2010-06-065-19/+17
* Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar2010-06-066-18/+32
* Fixed memory leak in ":ownsyntax".Bram Moolenaar2010-06-064-26/+27
* Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar2010-06-0610-6/+37
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-0540-698/+1737
* Use full path in undofile(). Updated docs.Bram Moolenaar2010-06-0515-141/+200
* updated for version 7.2.442Bram Moolenaar2010-06-053-17/+76
* Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar2010-06-038-279/+191
* 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-027-68/+116
* Made crypt/decrypt faster.Bram Moolenaar2010-06-016-67/+87
* Fix completion of file names with '%' and '*'.Bram Moolenaar2010-06-015-4/+156
* Don't use pointers to store numbers, use a union.Bram Moolenaar2010-06-014-138/+166
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-3111-117/+332
* Add test for gettabvar() and settabvar().Bram Moolenaar2010-05-316-6/+38
* Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar2010-05-3010-50/+260
* Made reading/writing undo info a bit more robust.Bram Moolenaar2010-05-306-166/+241
* Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar2010-05-305-4/+13
* Added the undofile() function. Updated runtime files.Bram Moolenaar2010-05-3015-25/+71
* Do not write an undo file if there is nothing to undo.Bram Moolenaar2010-05-302-8/+42
* updated for version 7.2.441Bram Moolenaar2010-05-301-0/+2
* A bit of cleanup and simplification for undofile.Bram Moolenaar2010-05-305-61/+34
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-3016-72/+163
* Various improvements to undo file code to make it more robust.Bram Moolenaar2010-05-297-457/+537
* Remove old and unused method to allocate memory for undo.Bram Moolenaar2010-05-292-459/+49
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-296-191/+222
* updated for version 7.2.440Bram Moolenaar2010-05-283-8/+18
* updated for version 7.2.439Bram Moolenaar2010-05-281-3/+9
* Don't execute some autocommands when v:dying is 2 or more.Bram Moolenaar2010-05-285-30/+46
* Runtime file updates.Bram Moolenaar2010-05-2815-170/+244
* Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar2010-05-264-4/+10
* More strict checks for the undo file.Bram Moolenaar2010-05-264-34/+74
* Fix for using ":wundo foo" when foo is an empty file.Bram Moolenaar2010-05-251-3/+4
* updated for version 7.2.438Bram Moolenaar2010-05-251-1/+8