Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Mortal/vim

Tags

v7.4.2080

Toggle v7.4.2080's commit message
patch 7.4.2080

Problem:    When using PERROR() on some systems assert_fails() does not see
            the error.
Solution:   Make PERROR() always report the error.

v7.4.2079

Toggle v7.4.2079's commit message
patch 7.4.2079

Problem:    Netbeans test fails on non-Unix systems.
Solution:   Only do the permission check on Unix systems.

v7.4.2078

Toggle v7.4.2078's commit message
patch 7.4.2078

Problem:    Running checks in po diretory fails.
Solution:   Add colors used in syntax.c to the builtiin color table.

v7.4.2077

Toggle v7.4.2077's commit message
patch 7.4.2077

Problem:    Cannot update 'tabline' when a tab was closed.
Solution:   Add the TabClosed autocmd event. (partly by Felipe Morales)

v7.4.2076

Toggle v7.4.2076's commit message
patch 7.4.2076

Problem:    Syntax error when dict has '>' key.
Solution:   Check for endchar. (Ken Takata)

v7.4.2075

Toggle v7.4.2075's commit message
patch 7.4.2075

Problem:    No autocommand event to initialize a window or tab page.
Solution:   Add WinNew and TabNew events. (partly by Felipe Morales)

v7.4.2074

Toggle v7.4.2074's commit message
patch 7.4.2074

Problem:    One more place using a dummy variable.
Solution:   Use offsetof(). (Ken Takata)

v7.4.2073

Toggle v7.4.2073's commit message
patch 7.4.2073

Problem:    rgb.txt is read for every color name.
Solution:   Load rgb.txt once. (Christian Brabandt)  Add a test.

v7.4.2072

Toggle v7.4.2072's commit message
patch 7.4.2072

Problem:    substitute() does not support a Funcref argument.
Solution:   Support a Funcref like it supports  a string starting with "\=".

v7.4.2071

Toggle v7.4.2071's commit message
patch 7.4.2071

Problem:    The return value of type() is difficult to use.
Solution:   Define v:t_ constants. (Ken Takata)