summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-1435-21/+1835
* Fix: When entering a digraph or special character after a line that fits theBram Moolenaar2010-07-142-12/+16
* Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar2010-07-143-40/+51
* Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar2010-07-143-11/+21
* Fix: cursor line not properly concealed when moving between windows.Bram Moolenaar2010-07-142-3/+16
* Remove obsolete Mac code.Bram Moolenaar2010-07-143-540/+5
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-1413-105/+257
* Fix using freed memory in :find completion.Bram Moolenaar2010-07-141-5/+4
* Missing piece for Mac console clipboard support. (Bjorn Winckler)Bram Moolenaar2010-07-142-3/+4
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-1432-217/+440
* Fix a few compiler warnings.Bram Moolenaar2010-07-144-11/+17
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-1411-52/+238
* Minor runtime file updates.Bram Moolenaar2010-07-123-11/+11
* Fix: Composing characters in :s substitute text were dropped.Bram Moolenaar2010-07-121-1/+17
* updated for version 7.2.446Bram Moolenaar2010-07-121-5/+9
* Fix: exists() was causing an autload script to be loaded.Bram Moolenaar2010-07-112-2/+11
* When the buffer is in diff mode, have :TOhtml create HTML to show the diffBram Moolenaar2010-07-115-50/+156
* Filter out -pthread for cproto.Bram Moolenaar2010-07-115-39/+24
* Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar2010-07-117-47/+59
* Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.Bram Moolenaar2010-07-116-101/+67
* Add back SAL lines for Swedish spell file.Bram Moolenaar2010-07-112-6/+104
* 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-113-4/+8
* Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar2010-07-116-23/+63
* Support :browse for commands that use an error file argument. (Lech Lorens)Bram Moolenaar2010-07-118-42/+61
* Support wide file names in gvimext. (Szabolcs Horvat)Bram Moolenaar2010-07-102-28/+39
* Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar2010-07-106-133/+126
* Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacementBram Moolenaar2010-07-103-10/+33
* Update spell files for Ubuntu locale names.Bram Moolenaar2010-07-1011-166/+72
* Improve test for joining lines. (Milan Vancura)Bram Moolenaar2010-07-102-31/+41
* 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
* 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
* 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