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

Skip to content

Tags: aegistudio/vim

Tags

v8.0.0337

Toggle v8.0.0337's commit message
patch 8.0.0337: invalid memory access in :recover command

Problem:    Invalid memory access in :recover command.
Solution:   Avoid access before directory name. (Dominique Pelle,
            closes vim#1488)

v8.0.0336

Toggle v8.0.0336's commit message
patch 8.0.0336: flags of :substitute not sufficiently tested

Problem:    Flags of :substitute not sufficiently tested.
Solution:   Test up to two letter flag combinations. (James McCoy, closes
            vim#1479)

v8.0.0335

Toggle v8.0.0335's commit message
patch 8.0.0335: functions test fails

Problem:    Functions test fails.
Solution:   Use the right buffer number.

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.