Tags: Mortal/vim
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.
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.
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.
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)
Toggle v7.4.2076's commit message
patch 7.4.2076
Problem: Syntax error when dict has '>' key.
Solution: Check for endchar. (Ken Takata)
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)
Toggle v7.4.2074's commit message
patch 7.4.2074
Problem: One more place using a dummy variable.
Solution: Use offsetof(). (Ken Takata)
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.
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 "\=".
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)
You can’t perform that action at this time.