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

Skip to content

Tags: m-ou-se/vim

Tags

v8.0.0334

Toggle v8.0.0334's commit message
patch 8.0.0334: can't access b:changedtick from a dict reference

Problem:    Can't access b:changedtick from a dict reference.
Solution:   Make changedtick a member of the b: dict. (inspired by neovim
            vim#6112)

v8.0.0333

Toggle v8.0.0333's commit message
patch 8.0.0333: illegal memory access when 'complete' ends in a backs…

…lash

Problem:    Illegal memory access when 'complete' ends in a backslash.
Solution:   Check for trailing backslash. (Dominique Pelle, closes vim#1478)

v8.0.0332

Toggle v8.0.0332's commit message
patch 8.0.0332: GUI test fails on some systems

Problem:    GUI test fails on some systems.
Solution:   Try different language settings. (Kazunobu Kuriyama)

v8.0.0331

Toggle v8.0.0331's commit message
patch 8.0.0331: restoring help snapshot accesses freed memory

Problem:    Restoring help snapshot accesses freed memory. (Dominique Pelle)
Solution:   Don't restore a snapshot when the window closes.

v8.0.0330

Toggle v8.0.0330's commit message
patch 8.0.0330: illegal memory access after "vapo"

Problem:    Illegal memory access after "vapo". (Dominique Pelle)
Solution:   Fix the cursor column.

v8.0.0329

Toggle v8.0.0329's commit message
patch 8.0.0329: xfontset and guifontwide are not tested

Problem:    Xfontset and guifontwide are not tested.
Solution:   Add tests. (Kazunobu Kuriyama)

v8.0.0328

Toggle v8.0.0328's commit message
patch 8.0.0328: the "zero count" error doesn't have a number

Problem:    The "zero count" error doesn't have a number. (Hirohito Higashi)
Solution:   Give it a number and be more specific about the error.

v8.0.0327

Toggle v8.0.0327's commit message
patch 8.0.0327: error message in cmdline window is not translated

Problem:    The E11 error message in the command line window is not
            translated.
Solution:   use _(). (Hirohito Higashi)

v8.0.0326

Toggle v8.0.0326's commit message
patch 8.0.0326: packadd test uses wrong directory name

Problem:    Packadd test uses wrong directory name.
Solution:   Use the variable name value. (Hirohito Higashi)

v8.0.0325

Toggle v8.0.0325's commit message
patch 8.0.0325: packadd test does not clean up symlink

Problem:    Packadd test does not clean up symlink.
Solution:   Delete the link. (Hirohito Higashi)