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

Skip to content

Tags: Talbot3/vim

Tags

v7.4.2253

Toggle v7.4.2253's commit message
patch 7.4.2253

Problem:    Check for Windows 3.1 will always return false.  (Christian
            Brabandt)
Solution:   Remove the dead code.

v7.4.2252

Toggle v7.4.2252's commit message
patch 7.4.2252

Problem:    Compiler warnings for signed/unsigned in expression.
Solution:   Remove type cast. (Dominique Pelle)

v7.4.2251

Toggle v7.4.2251's commit message
patch 7.4.2251

Problem:    In rare cases diffing 4 buffers is not enough.
Solution:   Raise the limit to 8. (closes vim#1000)

v7.4.2250

Toggle v7.4.2250's commit message
patch 7.4.2250

Problem:    Some error message cannot be translated.
Solution:   Enclose them in _() and N_(). (Dominique Pelle)

v7.4.2249

Toggle v7.4.2249's commit message
patch 7.4.2249

Problem:    Missing colon in error message.
Solution:   Add the colon. (Dominique Pelle)

v7.4.2248

Toggle v7.4.2248's commit message
patch 7.4.2248

Problem:    When cancelling the :ptjump prompt a preview window is opened for
            a following command.
Solution:   Reset g_do_tagpreview. (Hirohito Higashi)  Add a test.  Avoid that
            the test runner gets stuck in trying to close a window.

v7.4.2247

Toggle v7.4.2247's commit message
patch 7.4.2247

Problem:    Tiny build fails. (Tony Mechelynck)
Solution:   Remove #ifdef.

v7.4.2246

Toggle v7.4.2246's commit message
patch 7.4.2246

Problem:    Oldfiles test fails.
Solution:   Include missing changes.

v7.4.2245

Toggle v7.4.2245's commit message
patch 7.4.2245

Problem:    Filter test fails.
Solution:   Include missing changes.

v7.4.2244

Toggle v7.4.2244's commit message
patch 7.4.2244

Problem:    Adding pattern to ":oldfiles" is not a generic solution.
Solution:   Add the ":filter /pat/ cmd" command modifier.  Only works for some
            commands right now.