summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-07-14Fix a few compiler warnings.Bram Moolenaar
2010-07-14Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar
2010-07-12Fix: Composing characters in :s substitute text were dropped.Bram Moolenaar
2010-07-12updated for version 7.2.446Bram Moolenaar
Problem: Crash in GUI when closing the last window in a tabpage. (ryo7000) Solution: Remove the tabpage from the list before freeing the window.
2010-07-11Fix: exists() was causing an autload script to be loaded.Bram Moolenaar
2010-07-11Filter out -pthread for cproto.Bram Moolenaar
2010-07-11Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar
Toft)
2010-07-11Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.Bram Moolenaar
(James Vega)
2010-07-11Fix crash in generating spell .sug file.Bram Moolenaar
2010-07-11When 'formatexpr' evaluates to non-zero fall back to internal formatting, alsoBram Moolenaar
for "gq". (James Vega)
2010-07-11Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar
2010-07-11Support :browse for commands that use an error file argument. (Lech Lorens)Bram Moolenaar
2010-07-10Support wide file names in gvimext. (Szabolcs Horvat)Bram Moolenaar
2010-07-10Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar
2010-07-10Improve test for joining lines. (Milan Vancura)Bram Moolenaar
2010-07-10Fixed ":s" message. Docs updates.Bram Moolenaar
2010-07-08Make synstack() work on the character just after the end of the line.Bram Moolenaar
2010-07-07Apply patch 7.2.445.Bram Moolenaar
2010-07-07Make the dos installer work with more compilers.Bram Moolenaar
2010-07-07Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar
Reilly)
2010-07-05Change SKIP_GTK to SKIP_GTK2 in configure.Bram Moolenaar
2010-07-05Better init for match highlighting when using conceal feature.Bram Moolenaar
2010-07-04Mainly documentation updates.Bram Moolenaar
2010-07-02Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar
2010-06-27Added ":earlier 1f" and ":later 1f".Bram Moolenaar
2010-06-27Add file save counter to undo information. Add undotree() function.Bram Moolenaar
2010-06-26Remove wrong #ifdef added by previous change.Bram Moolenaar
2010-06-26Various small fixes from Dominique Pelle.Bram Moolenaar
2010-06-26Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar
2010-06-26Fix that :mksession may generate "2argu" even though there is no suchBram Moolenaar
argument. (Peter Odding)
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-06-25Fix build problem with Ruby on Windows. (Cesar Romani)Bram Moolenaar
2010-06-24Fix a memory leak in encryption. (Dominique Pelle)Bram Moolenaar
2010-06-24Fix compiler warning.Bram Moolenaar
2010-06-22Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar
of int.
2010-06-22Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar
2010-06-22Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar
2010-06-21Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar
2010-06-21Crypt the swapfile.Bram Moolenaar
2010-06-14Fix tiny build, move functions to undo.c.Bram Moolenaar
2010-06-13Added salt to blowfish encryption.Bram Moolenaar
2010-06-12updated for version 7.2.443Bram Moolenaar
Problem: Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names.
2010-06-12Minor typo and docs update.Bram Moolenaar
2010-06-12Avoid compiler warnings on Mac 10.6.Bram Moolenaar
2010-06-08Update src/po/it.po. Fixed errors in ko.po.Bram Moolenaar
2010-06-08Fix conceal feature for gj, gk, etc. (Vince Negri)Bram Moolenaar
2010-06-07Fix crash when using ":grep".Bram Moolenaar
2010-06-07Fix Make_ivc.mak makefile. (Vince Negri)Bram Moolenaar
2010-06-06Fix crash for ":ownsyntax". (Dominique Pelle)Bram Moolenaar
2010-06-06Avoid compiler warnings.Bram Moolenaar