vim
2010-07-28 Bram MoolenaarUpdated runtime files.
2010-07-28 Bram MoolenaarUpdated Italian messages. (Vlad Sandrini)
2010-07-28 Bram MoolenaarMinor runtime file updates.
2010-07-27 Bram MoolenaarUpdated runtime files. New netrw plugin version.
2010-07-27 Bram MoolenaarFix build warnings and problems for tiny/small Win32...
2010-07-27 Bram MoolenaarFix for "concealends". (Vince Negri)
2010-07-26 Bram MoolenaarUpdate TeX syntax file.
2010-07-26 Bram MoolenaarFix compiler warnings on 64 bit systems.
2010-07-26 Bram MoolenaarUpdated runtime files.
2010-07-25 Bram MoolenaarFix: terminal title not properly restured when there...
2010-07-25 Bram Moolenaar7.3b -> 7.3c
2010-07-25 Bram MoolenaarPrepare for 7.3b release. Fix src/Makefile enabling...
2010-07-25 Bram MoolenaarAdd "q" item for 'statusline'. Add w:quickfix_title...
2010-07-25 Bram MoolenaarFix: editing a not encrypted file after a crypted file...
2010-07-25 Bram MoolenaarAdd support for horizontal scroll wheel. (Bjorn Winckler)
2010-07-25 Bram MoolenaarBetter fix for memory access in recovery. (Dominique...
2010-07-25 Bram MoolenaarFix memory access to 'cryptmethod' during recovery...
2010-07-25 Bram MoolenaarAdd completion for :setfiletype. (Dominique Pelle)
2010-07-25 Bram MoolenaarAdd completion for :lmap and :lunmap.
2010-07-25 Bram MoolenaarInclude old Python changes in Python 3 interface.
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...
next