summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Vim 7.3a -> 7.3b.Bram Moolenaar2010-07-18157-169/+177
* Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar2010-07-182-5/+2
* Last few changes for the 7.3a BETA release.Bram Moolenaar2010-07-182-2/+6
* Fixes and improvements for MS-Windows build.Bram Moolenaar2010-07-1811-74/+108
* Minor runtime file updates.Bram Moolenaar2010-07-185-2/+17
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-1815-71/+2860
* Added strdisplaywidth() function.Bram Moolenaar2010-07-184-7/+50
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-1810-42/+99
* Better conceal in help. (partly by Dominique Pelle)Bram Moolenaar2010-07-187-62/+61
* 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
* Improved :TOhtml. (Benjamin Fritz)Bram Moolenaar2010-07-183-42/+42
* 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-1710-1130/+1261
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-1728-58/+4229
* Add the 'L' item to 'cinoptions'. (Manuel Konig)Bram Moolenaar2010-07-173-8/+35
* Mac: Support disabling antialias. (LC Mi)Bram Moolenaar2010-07-172-2/+21
* Make it possible to drag a tab page label to another position. (Paul B. Mahol)Bram Moolenaar2010-07-173-5/+30
* Better implementation of creating the Color Scheme menu. (Juergen Kraemer)Bram Moolenaar2010-07-174-83/+82
* In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar2010-07-179-20/+53
* 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
* Improved version of 2html.vim.Bram Moolenaar2010-07-166-219/+560
* 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