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

Skip to content

Tags: gastaoss/vim

Tags

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.

v7.4.2243

Toggle v7.4.2243's commit message
patch 7.4.2243

Problem:    Warning for assigning negative value to unsigned. (Danek Duvall)
Solution:   Make cterm_normal_fg_gui_color and _bg_ guicolor_T, cast to long_u
            only when an unsigned is needed.

v7.4.2242

Toggle v7.4.2242's commit message
patch 7.4.2242

Problem:    Timer test sometimes fails.
Solution:   Increase the maximum time for callback timer test.