summaryrefslogtreecommitdiffstats
path: root/runtime/doc
AgeCommit message (Expand)Author
2010-07-20Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.Bram Moolenaar
2010-07-20Fix typos in documentation. (Dominique Pelle)Bram Moolenaar
2010-07-19Rename some "python3" symbols to "py3", as the command name.Bram Moolenaar
2010-07-19Never hide text for conceal in cursor line. Do hide when there isBram Moolenaar
2010-07-19Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar
2010-07-18Vim 7.3a -> 7.3b.Bram Moolenaar
2010-07-18Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar
2010-07-18Last few changes for the 7.3a BETA release.Bram Moolenaar
2010-07-18Fixes and improvements for MS-Windows build.Bram Moolenaar
2010-07-18Minor runtime file updates.Bram Moolenaar
2010-07-18Make automatic prototype generation work with more interfaces.Bram Moolenaar
2010-07-18Added strdisplaywidth() function.Bram Moolenaar
2010-07-18Added strwidth() and strchars() functions.Bram Moolenaar
2010-07-18Better conceal in help. (partly by Dominique Pelle)Bram Moolenaar
2010-07-17Whitespace cleanup.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-17Add the 'L' item to 'cinoptions'. (Manuel Konig)Bram Moolenaar
2010-07-17Mac: Support disabling antialias. (LC Mi)Bram Moolenaar
2010-07-17Make it possible to drag a tab page label to another position. (Paul B. Mahol)Bram Moolenaar
2010-07-17Better implementation of creating the Color Scheme menu. (Juergen Kraemer)Bram Moolenaar
2010-07-17In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar
2010-07-16Improved version of 2html.vim.Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-14Fix: When entering a digraph or special character after a line that fits theBram Moolenaar
2010-07-14Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar
2010-07-14Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar
2010-07-14Fix: cursor line not properly concealed when moving between windows.Bram Moolenaar
2010-07-14Remove obsolete Mac code.Bram Moolenaar
2010-07-14Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar
2010-07-14Missing piece for Mac console clipboard support. (Bjorn Winckler)Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
2010-07-14Fix a few compiler warnings.Bram Moolenaar
2010-07-14Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar
2010-07-12Minor runtime file updates.Bram Moolenaar
2010-07-11Fix: exists() was causing an autload script to be loaded.Bram Moolenaar
2010-07-11When the buffer is in diff mode, have :TOhtml create HTML to show the diffBram Moolenaar
2010-07-11Filter out -pthread for cproto.Bram Moolenaar
2010-07-11Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar
2010-07-11Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.Bram Moolenaar
2010-07-11Add back SAL lines for Swedish spell file.Bram Moolenaar
2010-07-11When 'formatexpr' evaluates to non-zero fall back to internal formatting, alsoBram Moolenaar
2010-07-11Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar
2010-07-11Support :browse for commands that use an error file argument. (Lech Lorens)Bram Moolenaar
2010-07-10Support wide file names in gvimext. (Szabolcs Horvat)Bram Moolenaar
2010-07-10Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar
2010-07-10Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacementBram Moolenaar
2010-07-10Fixed ":s" message. Docs updates.Bram Moolenaar
2010-07-08Make synstack() work on the character just after the end of the line.Bram Moolenaar
2010-07-07Make the dos installer work with more compilers.Bram Moolenaar
2010-07-07Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar