]> granicus.if.org Git - vim/shortlog
vim
2010-07-31 Bram MoolenaarFix: on MS-Windows the "open with..." menu starts Vim...
2010-07-31 Bram MoolenaarMove many more common Python items to if_py_both.c.
2010-07-31 Bram MoolenaarFixed: CTRL-R in Insert mode doesn't insert composing...
2010-07-31 Bram MoolenaarFixes for coverity warnings.
2010-07-31 Bram MoolenaarSupport syntax and filetype completion for user command...
2010-07-31 Bram MoolenaarPossibly make OLE work on Windows 64 bit. (untested)
2010-07-30 Bram MoolenaarMore updated runtime files.
2010-07-30 Bram MoolenaarImprovements for VMS. (Zoltan Arpadffy)
2010-07-30 Bram MoolenaarCorrect comments in testdir makefiles. (John Beckett)
2010-07-30 Bram MoolenaarRuntime file updates.
2010-07-30 Bram MoolenaarFix test 72 not setting encryption method. (Dominique...
2010-07-29 Bram MoolenaarDectect Perl6.
2010-07-29 Bram MoolenaarFew more fixes for VMS.
2010-07-29 Bram MoolenaarFix a few compile warnings. (Mike Williams)
2010-07-29 Bram MoolenaarUpdated runtime files. Add logcheck filetype plugin...
2010-07-29 Bram MoolenaarAdd completion for ":ownsyntax" and improve completion...
2010-07-29 Bram MoolenaarUpdated runtime files. :TOhtml improvements by Benjami...
2010-07-28 Bram MoolenaarUpdate for Lua interface. (Luis Carvalho)
2010-07-28 Bram MoolenaarRemove Mupad indent and ftplugin files, they are not...
2010-07-28 Bram MoolenaarImprovements for ":find" completion. (Nazri Ramliy)
2010-07-28 Bram MoolenaarChanges for VMS. Mostly by Zoltan Arpadffy.
2010-07-28 Bram MoolenaarFix: :redir to a dictionary that is changed before...
2010-07-28 Bram MoolenaarMore runtime file updates.
2010-07-28 Bram MoolenaarFix: concealed regions didn't get redrawn correctly...
2010-07-28 Bram MoolenaarMore accented characters in tex.vim syntax. (Charles...
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...
next