summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ":s" message. Docs updates.Bram Moolenaar2010-07-108-22/+37
|
* Make synstack() work on the character just after the end of the line.Bram Moolenaar2010-07-087-163/+187
|
* Apply patch 7.2.445.Bram Moolenaar2010-07-072-6/+47
|
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-077-53/+46
|
* Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar2010-07-074-76/+212
| | | | Reilly)
* Change SKIP_GTK to SKIP_GTK2 in configure.Bram Moolenaar2010-07-056-10/+16
|
* Better init for match highlighting when using conceal feature.Bram Moolenaar2010-07-051-24/+38
|
* Mainly documentation updates.Bram Moolenaar2010-07-0412-17/+16
|
* Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar2010-07-0217-266/+323
|
* Added ":earlier 1f" and ":later 1f".Bram Moolenaar2010-06-2714-40/+216
|
* Add file save counter to undo information. Add undotree() function.Bram Moolenaar2010-06-2715-63/+355
|
* Remove wrong #ifdef added by previous change.Bram Moolenaar2010-06-261-3/+0
|
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-2618-1089/+1412
|
* Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar2010-06-2613-59/+53
|
* Fix that :mksession may generate "2argu" even though there is no suchBram Moolenaar2010-06-261-1/+1
| | | | argument. (Peter Odding)
* Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar2010-06-2521-4345/+224
|
* Fix build problem with Ruby on Windows. (Cesar Romani)Bram Moolenaar2010-06-251-7/+7
|
* Fix a memory leak in encryption. (Dominique Pelle)Bram Moolenaar2010-06-241-3/+4
|
* Fix compiler warning.Bram Moolenaar2010-06-241-1/+1
|
* Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar2010-06-229-43/+43
| | | | of int.
* 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
| | | | | | Problem: Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names.
* 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
| | | | | | Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega)
* 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
| | | | Fixed MSVC makefile use of /Wp64 flag.
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-3111-117/+332
|