]> git.ipfire.org Git - thirdparty/vim.git/shortlog
thirdparty/vim.git
2010-07-25  Bram MoolenaarFix: when resetting both 'title' and 'icon' the title...
2010-07-25  Bram MoolenaarUse the SONAME-versioned liblua, if it exists. (James...
2010-07-25  Bram MoolenaarAdd the synconcealed() function and use it for :TOhtml...
2010-07-24  Bram MoolenaarLet 'v' flag in 'concealcursor' apply to all lines...
2010-07-24  Bram MoolenaarMove some common code from if_python.c and if_python3...
2010-07-24  Bram MoolenaarMore runtime file updates.
2010-07-24  Bram MoolenaarFix for compiler warning about function prototype in...
2010-07-24  Bram MoolenaarAdd 'window' to the options window.
2010-07-24  Bram MoolenaarFurther improvements for :options. (Dominique Pelle)
2010-07-24  Bram MoolenaarAdd the 'undoreload' option to be able to undo a file...
2010-07-24  Bram MoolenaarFix for cursor position in wrapped line with concealed...
2010-07-24  Bram MoolenaarGive each syntax item a sequence number, so that we...
2010-07-24  Bram MoolenaarDocument extra argument for Python append().
2010-07-24  Bram MoolenaarFix: errors for allocating zero bytes when profiling...
2010-07-24  Bram MoolenaarRemove -arch flag from build flags for Perl. (Bjorn...
2010-07-24  Bram MoolenaarFind python3 also in lib64 directory. (Ben Boeckel)
2010-07-24  Bram MoolenaarFix memory leak in :find completion. (Dominique Pelle)
2010-07-24  Bram MoolenaarBetter text for 'concealcursor' in :options window.
2010-07-24  Bram MoolenaarFix 'autochdir' not showing up in :options window....
2010-07-24  Bram MoolenaarTemporary solution for crashing when using both :py...
2010-07-24  Bram MoolenaarSpecify library to load for Python more precisely....
2010-07-24  Bram MoolenaarAdd the 'c' flag to 'concealcursor'.
2010-07-24  Bram MoolenaarAnother conceal fix: cursor in wrong column when 'numbe...
2010-07-24  Bram MoolenaarDon't conceal text in lines inside the Visual area.
2010-07-23  Bram MoolenaarWindow split didn't copy the value of 'conceallevel'.
2010-07-23  Bram MoolenaarAdd the 'concealcursor' option to decide when the curso...
2010-07-22  Bram MoolenaarUpdate Fortran indent and syntax file. (Ajit Thakkar)
2010-07-22  Bram MoolenaarFix: strdisplaywidth("x", 2) returned 3 instead of 1.
2010-07-22  Bram MoolenaarFor conceal mode: when two different syntax items follo...
2010-07-22  Bram MoolenaarFix: "import termios" doesn't work with dynamically...
2010-07-22  Bram MoolenaarMake it possible to load Lua dynamically on Unix. ...
2010-07-22  Bram MoolenaarFix building with Perl on Windows with MingW. (James...
2010-07-21  Bram MoolenaarUpdate French and Esperanto translations. (Dominique...
2010-07-21  Bram MoolenaarMake it possible to load Perl dynamically on Unix....
2010-07-21  Bram MoolenaarFix dependencies in help Makefile. (James Vega)
2010-07-21  Bram MoolenaarSmall docs fixes.
2010-07-21  Bram MoolenaarFix build problem when fchown() not available. (Gary...
2010-07-21  Bram MoolenaarFix that :py3file was not working.
2010-07-20  Bram MoolenaarUpdate timestamps for recently changed help files.
2010-07-20  Bram MoolenaarFix hang when resizing in diff mode and there are conce...
2010-07-20  Bram MoolenaarAvoid error when exiting in diff mode with EXITFREE...
2010-07-20  Bram MoolenaarWhen resetting 'mousehide' show the mouse pointer right...
2010-07-20  Bram MoolenaarFix some duplicates in ":find" completion. (Nazri Ramliy)
2010-07-20  Bram MoolenaarChange 'cryptmethod' from a number to a string option...
2010-07-20  Bram MoolenaarFix: When 'searchhl' causes a hang make CTRL-C disable...
2010-07-20  Bram MoolenaarAdd a few items to the syntax menu. Split up long submenus.
2010-07-20  Bram MoolenaarUpdated sh and vim syntax files. (Charles Campbell)
2010-07-20  Bram MoolenaarFix 'colorcolumn' adjecent columns not highlighted...
2010-07-20  Bram MoolenaarFix typos in documentation. (Dominique Pelle)
2010-07-19  Bram MoolenaarFixed: crash with ":find " completion, using uninitiali...
2010-07-19  Bram MoolenaarUpdated Ukranian translations. (Anatoli Sakhnik)
2010-07-19  Bram MoolenaarUpdated Polish translations. (Mikolaj Machowski)
2010-07-19  Bram MoolenaarFix configure for Python3 libs and version number....
2010-07-19  Bram MoolenaarRename some "python3" symbols to "py3", as the command...
2010-07-19  Bram MoolenaarNever hide text for conceal in cursor line. Do hide...
2010-07-19  Bram MoolenaarRename w_p_conceal to w_p_conc for consistency.
2010-07-18  Bram MoolenaarAlso make ALT modifier work for mouse wheel. (Benjamin...
2010-07-18  Bram MoolenaarFix: 'colorcolumn' interfered with concealed text.
2010-07-18  Bram MoolenaarVim 7.3a -> 7.3b.
2010-07-18  Bram MoolenaarFix: MS-Windows installer used wrong path for uninstall...
2010-07-18  Bram MoolenaarLast few changes for the 7.3a BETA release.
2010-07-18  Bram MoolenaarFixes and improvements for MS-Windows build.
2010-07-18  Bram MoolenaarMinor runtime file updates.
2010-07-18  Bram MoolenaarMake automatic prototype generation work with more...
2010-07-18  Bram MoolenaarAdded strdisplaywidth() function.
2010-07-18  Bram MoolenaarAdded strwidth() and strchars() functions.
2010-07-18  Bram MoolenaarBetter conceal in help. (partly by Dominique Pelle)
2010-07-18  Bram MoolenaarMake CTRL modifier work for mouse wheel. (Benjamin...
2010-07-18  Bram MoolenaarFix build broken without multi-byte feature.
2010-07-18  Bram MoolenaarImproved :TOhtml. (Benjamin Fritz)
2010-07-18  Bram MoolenaarBuild problem when using all interfaces except Lua.
2010-07-18  Bram MoolenaarMake 'cursorcolumn' work together with the conceal...
2010-07-18  Bram MoolenaarMake it easier to build with Lua. Remove compiler...
2010-07-17  Bram MoolenaarWhitespace cleanup.
2010-07-17  Bram MoolenaarAdded support for Python 3. (Roland Puntaier)
2010-07-17  Bram MoolenaarAdd the 'L' item to 'cinoptions'. (Manuel Konig)
2010-07-17  Bram MoolenaarMac: Support disabling antialias. (LC Mi)
2010-07-17  Bram MoolenaarMake it possible to drag a tab page label to another...
2010-07-17  Bram MoolenaarBetter implementation of creating the Color Scheme...
2010-07-17  Bram MoolenaarIn Visual mode with 'showcmd' display the number of...
2010-07-16  Bram MoolenaarFix bad parsing of 'colorcolumn'. (Dominique Pelle)
2010-07-16  Bram MoolenaarAvoid compiler warnings for size_t to int conversions.
2010-07-16  Bram MoolenaarImproved version of 2html.vim.
2010-07-14  Bram MoolenaarAdded Lua interfae. (Luis Carvalho)
2010-07-14  Bram MoolenaarFix: When entering a digraph or special character after...
2010-07-14  Bram MoolenaarAllow synIDattr() getting GUI attributes when build...
2010-07-14  Bram MoolenaarDisallow setting 'enc' in a modeline. (Patrick Texier)
2010-07-14  Bram MoolenaarFix: cursor line not properly concealed when moving...
2010-07-14  Bram MoolenaarRemove obsolete Mac code.
2010-07-14  Bram MoolenaarAdded 'colorcolumn' option. Partly by Gregor Uhlenheuer.
2010-07-14  Bram MoolenaarFix using freed memory in :find completion.
2010-07-14  Bram MoolenaarMissing piece for Mac console clipboard support. (Bjorn...
2010-07-14  Bram MoolenaarSupport completion for ":find". (Nazri Ramliy)
2010-07-14  Bram MoolenaarFix a few compiler warnings.
2010-07-14  Bram MoolenaarAdd clipboard support in Mac console. (Bjorn Winckler)
2010-07-12  Bram MoolenaarMinor runtime file updates.
2010-07-12  Bram MoolenaarFix: Composing characters in :s substitute text were...
2010-07-12  Bram Moolenaarupdated for version 7.2.446 v7.2.446
2010-07-12  Bram Moolenaarupdated for version 7.2.446
2010-07-11  Bram MoolenaarFix: exists() was causing an autload script to be loaded.
next