summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* Update timestamps for recently changed help files.Bram Moolenaar2010-07-2035-35/+35
* Fix hang when resizing in diff mode and there are concealed items.Bram Moolenaar2010-07-203-24/+10
* Fix some duplicates in ":find" completion. (Nazri Ramliy)Bram Moolenaar2010-07-201-2/+0
* Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar2010-07-204-21/+30
* Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.Bram Moolenaar2010-07-201-6/+2
* Fix typos in documentation. (Dominique Pelle)Bram Moolenaar2010-07-206-22/+24
* Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar2010-07-194-13/+21
* Never hide text for conceal in cursor line. Do hide when there isBram Moolenaar2010-07-191-3/+3
* Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar2010-07-193-5/+13
* Vim 7.3a -> 7.3b.Bram Moolenaar2010-07-18131-131/+136
* Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar2010-07-181-2/+0
* 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-185-18/+55
* Minor runtime file updates.Bram Moolenaar2010-07-183-1/+4
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-184-27/+2810
* Added strdisplaywidth() function.Bram Moolenaar2010-07-181-4/+16
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-182-3/+19
* Better conceal in help. (partly by Dominique Pelle)Bram Moolenaar2010-07-186-60/+60
* Whitespace cleanup.Bram Moolenaar2010-07-171-6/+1
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-6/+1
* Add the 'L' item to 'cinoptions'. (Manuel Konig)Bram Moolenaar2010-07-172-6/+17
* Mac: Support disabling antialias. (LC Mi)Bram Moolenaar2010-07-171-2/+2
* Make it possible to drag a tab page label to another position. (Paul B. Mahol)Bram Moolenaar2010-07-172-4/+3
* Better implementation of creating the Color Scheme menu. (Juergen Kraemer)Bram Moolenaar2010-07-172-30/+37
* In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar2010-07-178-17/+19
* Improved version of 2html.vim.Bram Moolenaar2010-07-161-24/+29
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-1410-4/+271
* Fix: When entering a digraph or special character after a line that fits theBram Moolenaar2010-07-141-11/+9
* Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar2010-07-141-6/+0
* Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar2010-07-142-9/+18
* Fix: cursor line not properly concealed when moving between windows.Bram Moolenaar2010-07-141-3/+5
* Remove obsolete Mac code.Bram Moolenaar2010-07-141-4/+2
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-144-7/+26
* Missing piece for Mac console clipboard support. (Bjorn Winckler)Bram Moolenaar2010-07-141-3/+0
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+0
* Fix a few compiler warnings.Bram Moolenaar2010-07-141-7/+5
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-142-6/+10
* Minor runtime file updates.Bram Moolenaar2010-07-121-1/+1
* Fix: exists() was causing an autload script to be loaded.Bram Moolenaar2010-07-111-2/+0
* When the buffer is in diff mode, have :TOhtml create HTML to show the diffBram Moolenaar2010-07-112-0/+9
* Filter out -pthread for cproto.Bram Moolenaar2010-07-111-2/+0
* Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar2010-07-113-8/+12
* Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.Bram Moolenaar2010-07-114-21/+56
* Add back SAL lines for Swedish spell file.Bram Moolenaar2010-07-111-1/+0
* When 'formatexpr' evaluates to non-zero fall back to internal formatting, alsoBram Moolenaar2010-07-112-3/+4
* Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar2010-07-112-2/+19
* Support :browse for commands that use an error file argument. (Lech Lorens)Bram Moolenaar2010-07-114-35/+42
* Support wide file names in gvimext. (Szabolcs Horvat)Bram Moolenaar2010-07-101-2/+1
* Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar2010-07-101-3/+0
* Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacementBram Moolenaar2010-07-101-6/+3