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

Skip to content

Tags: aegistudio/vim

Tags

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)

v8.0.0324

Toggle v8.0.0324's commit message
patch 8.0.0324: illegal memory access with a wrong yank range

Problem:    Illegal memory access with "1;y".
Solution:   Call check_cursor() instead of check_cursor_lnum(). (Dominique
            Pelle, closes vim#1455)

v8.0.0323

Toggle v8.0.0323's commit message
patch 8.0.0323: one second pause when running cmdline test

Problem:    When running the command line tests there is a one second wait.
Solution:   Change an Esc to Ctrl-C. (Yegappan Lakshmanan)

v8.0.0322

Toggle v8.0.0322's commit message
patch 8.0.0322: possible overflow with corrupted spell file

Problem:    Possible overflow with spell file where the tree length is
            corrupted.
Solution:   Check for an invalid length (suggested by shqking)

v8.0.0321

Toggle v8.0.0321's commit message
patch 8.0.0321: errors when trying to use scripts in tiny version

Problem:    When using the tiny version trying to load the matchit plugin
            gives an error. On MS-Windows some default mappings fail.
Solution:   Add a check if the command used is available. (Christian Brabandt)

v8.0.0320

Toggle v8.0.0320's commit message
patch 8.0.0320: warning for unused variable with small build

Problem:    Warning for unused variable with small build.
Solution:   Change #ifdef to exclude FEAT_CMDWIN. (Kazunobu Kuriyama)

v8.0.0319

Toggle v8.0.0319's commit message
patch 8.0.0319: insert mode completion does not respect 'backspace'

Problem:    Insert mode completion does not respect "start" in 'backspace'.
Solution:   Check whether backspace can go before where insert started.
            (Hirohito Higashi)

v8.0.0318

Toggle v8.0.0318's commit message
patch 8.0.0318: small mistake in 7x13 font name

Problem:    Small mistake in 7x13 font name.
Solution:   Use ISO 8859-1 name instead of 10646-1. (Kazunobu Kuriyama)