summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2010-07-21Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar
2010-07-21Fix build problem when fchown() not available. (Gary Johnson)Bram Moolenaar
2010-07-21Fix that :py3file was not working.Bram Moolenaar
2010-07-20Fix hang when resizing in diff mode and there are concealed items.Bram Moolenaar
2010-07-20Avoid error when exiting in diff mode with EXITFREE defined.Bram Moolenaar
2010-07-20When resetting 'mousehide' show the mouse pointer right away.Bram Moolenaar
2010-07-20Fix some duplicates in ":find" completion. (Nazri Ramliy)Bram Moolenaar
2010-07-20Change 'cryptmethod' from a number to a string option. Make it global-local.Bram Moolenaar
2010-07-20Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.Bram Moolenaar
2010-07-20Fix 'colorcolumn' adjecent columns not highlighted after end of line.Bram Moolenaar
2010-07-19Fixed: crash with ":find " completion, using uninitialized count.Bram Moolenaar
2010-07-19Updated Ukranian translations. (Anatoli Sakhnik)Bram Moolenaar
2010-07-19Updated Polish translations. (Mikolaj Machowski)Bram Moolenaar
2010-07-19Fix configure for Python3 libs and version number. (James Vega)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-18Also make ALT modifier work for mouse wheel. (Benjamin Haskell)Bram Moolenaar
2010-07-18Fix: 'colorcolumn' interfered with concealed text.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-18Fixes and improvements for MS-Windows build.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-18Make CTRL modifier work for mouse wheel. (Benjamin Haskell)Bram Moolenaar
2010-07-18Fix build broken without multi-byte feature.Bram Moolenaar
2010-07-18Build problem when using all interfaces except Lua.Bram Moolenaar
2010-07-18Make 'cursorcolumn' work together with the conceal feature.Bram Moolenaar
2010-07-18Make it easier to build with Lua. Remove compiler warnings.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-17In Visual mode with 'showcmd' display the number of bytes and characters.Bram Moolenaar
2010-07-16Fix bad parsing of 'colorcolumn'. (Dominique Pelle)Bram Moolenaar
2010-07-16Avoid compiler warnings for size_t to int conversions.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-14Fix using freed memory in :find completion.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