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

Skip to content

Tags: tkonolige/vim

Tags

v7.4.2263

Toggle v7.4.2263's commit message
patch 7.4.2263

Problem:    :filter does not work for many commands.  Can only get matching
            messages.
Solution:   Make :filter work for :command, :map, :list, :number and :print.
            Make ":filter!" show non-matching lines.

v7.4.2262

Toggle v7.4.2262's commit message
patch 7.4.2262

Problem:    Fail to read register content from viminfo if it is 438 characters
            long. (John Chen)
Solution:   Adjust the check for line wrapping. (closes vim#1010)

v7.4.2261

Toggle v7.4.2261's commit message
patch 7.4.2261

Problem:    Build fails with small features.
Solution:   Move "else" inside the #ifdef.

v7.4.2260

Toggle v7.4.2260's commit message
patch 7.4.2260

Problem:    Channel test is flaky.
Solution:   Add a newline to separate JSON messages.

v7.4.2259

Toggle v7.4.2259's commit message
patch 7.4.2259

Problem:    With 'incsearch' can only see the next match.
Solution:   Make CTRL-N/CTRL-P move to the previous/next match. (Christian
            Brabandt)

v7.4.2258

Toggle v7.4.2258's commit message
patch 7.4.2258

Problem:    Two JSON messages are sent without a separator.
Solution:   Separate messages with a NL. (closes vim#1001)

v7.4.2257

Toggle v7.4.2257's commit message
patch 7.4.2257

Problem:    Coverity complains about not checking for NULL.
Solution:   Check for out of memory.

v7.4.2256

Toggle v7.4.2256's commit message
patch 7.4.2256

Problem:    Coverity complains about null pointer check.
Solution:   Remove wrong and superfluous error check.

v7.4.2255

Toggle v7.4.2255's commit message
patch 7.4.2255

Problem:    The script that checks translations can't handle plurals.
Solution:   Check for plural msgid and msgstr entries.  Leave the cursor on
            the first error.

v7.4.2254

Toggle v7.4.2254's commit message
patch 7.4.2254

Problem:    Compiler warnings in MzScheme code.
Solution:   Add UNUSED.  Remove unreachable code.