summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Bram Moolenaar2010-07-179-1124/+1260
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-1723-43/+3610
* Add the 'L' item to 'cinoptions'. (Manuel Konig)Bram Moolenaar2010-07-171-2/+18
* Mac: Support disabling antialias. (LC Mi)Bram Moolenaar2010-07-171-0/+19
* Make it possible to drag a tab page label to another position. (Paul B. Mahol)Bram Moolenaar2010-07-171-1/+27
* In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar2010-07-171-3/+34
* Fix bad parsing of 'colorcolumn'. (Dominique Pelle)Bram Moolenaar2010-07-161-4/+6
* Avoid compiler warnings for size_t to int conversions.Bram Moolenaar2010-07-161-4/+4
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-1423-15/+1560
* Fix: When entering a digraph or special character after a line that fits theBram Moolenaar2010-07-141-1/+7
* Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar2010-07-142-34/+51
* Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar2010-07-141-2/+3
* Fix: cursor line not properly concealed when moving between windows.Bram Moolenaar2010-07-141-0/+11
* Remove obsolete Mac code.Bram Moolenaar2010-07-142-536/+3
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-149-98/+231
* 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-141-0/+4
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-1431-216/+440
* Fix a few compiler warnings.Bram Moolenaar2010-07-143-4/+12
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-148-45/+227
* 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-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