summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar2010-07-181-3/+2
* Fixes and improvements for MS-Windows build.Bram Moolenaar2010-07-186-56/+53
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-1810-43/+48
* Added strdisplaywidth() function.Bram Moolenaar2010-07-183-3/+34
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-188-39/+80
* Make CTRL modifier work for mouse wheel. (Benjamin Haskell)Bram Moolenaar2010-07-181-0/+4
* Fix build broken without multi-byte feature.Bram Moolenaar2010-07-181-4/+8
* Build problem when using all interfaces except Lua.Bram Moolenaar2010-07-181-2/+6
* Make 'cursorcolumn' work together with the conceal feature.Bram Moolenaar2010-07-181-31/+29
* Make it easier to build with Lua. Remove compiler warnings.Bram Moolenaar2010-07-184-23/+24
* 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