Skip to content

Tags: AlexSJ/vim

Tags

v7.4.909

Toggle v7.4.909's commit message
patch 7.4.909

Problem:    "make install" fails.
Solution:   Only try installing desktop files if the destination directory
            exists.

v7.4.908

Toggle v7.4.908's commit message
patch 7.4.908

Problem:    Build error with MingW compiler. (Cesar Romani)
Solution:   Change #if into #ifdef.

v7.4.907

Toggle v7.4.907's commit message
patch 7.4.907

Problem:    Libraries for dynamically loading interfaces can only be defined
            at compile time.
Solution:   Add options to specify the dll names. (Kazuki Sakamoto,
            closes vim#452)

v7.4.906

Toggle v7.4.906's commit message
patch 7.4.906

Problem:    On MS-Windows the viminfo file is (always) given the hidden
            attribute. (raulnac)
Solution:   Check the hidden attribute in a different way. (Ken Takata)

v7.4.905

Toggle v7.4.905's commit message
patch 7.4.905

Problem:    Python interface can produce error "vim.message' object has no
            attribute 'isatty'".
Solution:   Add dummy isatty(), readable(), etc. (closes vim#464)

v7.4.904

Toggle v7.4.904's commit message
patch 7.4.904

Problem:    Vim does not provide .desktop files.
Solution:   Include and install .desktop files. (James McCoy, closes vim#455)

v7.4.903

Toggle v7.4.903's commit message
patch 7.4.903

Problem:    MS-Windows: When 'encoding' differs from the current code page,
            expandinig wildcards may cause illegal memory access.
Solution:   Allocate a longer buffer. (Ken Takata)

v7.4.902

Toggle v7.4.902's commit message
patch 7.4.902

Problem:    Problems with using the MS-Windows console.
Solution:   Revert patches 7.4.851, 7.4.876 and 7.4.886 until we find a better
            solution. (suggested by Ken Takata)

v7.4.901

Toggle v7.4.901's commit message
patch 7.4.901

Problem:    When a BufLeave autocommand changes folding in a way it syncs
            undo, undo can be corrupted.
Solution:   Prevent undo sync. (Jacob Niehus)

v7.4.900

Toggle v7.4.900's commit message
patch 7.4.900

Problem:    README file can still be improved
Solution:   Add a couple of links. (Christian Brabandt)