summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updated for version 7.2.446v7-2-446Bram Moolenaar2010-07-121-5/+9
* Fix: exists() was causing an autload script to be loaded.Bram Moolenaar2010-07-111-0/+11
* Filter out -pthread for cproto.Bram Moolenaar2010-07-114-37/+24
* Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar2010-07-114-39/+47
* Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.Bram Moolenaar2010-07-112-80/+11
* Fix crash in generating spell .sug file.Bram Moolenaar2010-07-111-1/+2
* When 'formatexpr' evaluates to non-zero fall back to internal formatting, alsoBram Moolenaar2010-07-111-1/+4
* Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar2010-07-113-21/+43
* Support :browse for commands that use an error file argument. (Lech Lorens)Bram Moolenaar2010-07-112-1/+13
* Support wide file names in gvimext. (Szabolcs Horvat)Bram Moolenaar2010-07-101-26/+38
* Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar2010-07-105-130/+126
* Improve test for joining lines. (Milan Vancura)Bram Moolenaar2010-07-102-31/+41
* Fixed ":s" message. Docs updates.Bram Moolenaar2010-07-102-2/+6
* Make synstack() work on the character just after the end of the line.Bram Moolenaar2010-07-084-21/+39
* Apply patch 7.2.445.Bram Moolenaar2010-07-072-6/+47
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-074-46/+37
* Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar2010-07-071-73/+203
* Change SKIP_GTK to SKIP_GTK2 in configure.Bram Moolenaar2010-07-053-6/+6
* Better init for match highlighting when using conceal feature.Bram Moolenaar2010-07-051-24/+38
* Mainly documentation updates.Bram Moolenaar2010-07-041-1/+1
* Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar2010-07-028-211/+143
* Added ":earlier 1f" and ":later 1f".Bram Moolenaar2010-06-279-27/+156
* Add file save counter to undo information. Add undotree() function.Bram Moolenaar2010-06-2711-52/+298
* Remove wrong #ifdef added by previous change.Bram Moolenaar2010-06-261-3/+0
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-2616-1087/+1411
* 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
* Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar2010-06-2520-4342/+222
* 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
* Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar2010-06-224-14/+86
* Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar2010-06-222-4/+13
* Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar2010-06-213-4/+13
* Crypt the swapfile.Bram Moolenaar2010-06-2116-126/+752
* Fix tiny build, move functions to undo.c.Bram Moolenaar2010-06-143-60/+59
* Added salt to blowfish encryption.Bram Moolenaar2010-06-139-117/+386
* updated for version 7.2.443v7-2-443Bram Moolenaar2010-06-123-3/+15
* Minor typo and docs update.Bram Moolenaar2010-06-121-1/+1
* 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-065-16/+21
* One more fix for conceal patch.Bram Moolenaar2010-06-063-5/+5
* Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar2010-06-065-15/+24
* Fixed memory leak in ":ownsyntax".Bram Moolenaar2010-06-063-19/+27