Skip to content

Tags: andportnoy/vim

Tags

v8.0.0730

Toggle v8.0.0730's commit message
patch 8.0.0730: terminal feature only supports Unix-like systems

Problem:    Terminal feature only supports Unix-like systems.
Solution:   Prepare for adding an MS-Windows implementaiton.

v8.0.0729

Toggle v8.0.0729's commit message
patch 8.0.0729: the help for the terminal configure option is wrong

Problem:    The help for the terminal configure option is wrong.
Solution:   Change "Disable" to "Enable". (E Kawashima, closes vim#1849)
            Improve alignment.

v8.0.0728

Toggle v8.0.0728's commit message
patch 8.0.0728: the terminal structure is never freed

Problem:    The terminal structure is never freed.
Solution:   Free the structure and unreference what it contains.

v8.0.0727

Toggle v8.0.0727's commit message
patch 8.0.0727: message about what register to yank into is not trans…

…lated

Problem:    Message about what register to yank into is not translated.
            (LemonBoy)
Solution:   Add _().

v8.0.0726

Toggle v8.0.0726's commit message
patch 8.0.0726: translations cleanup script is too conservative

Problem:    Translations cleanup script is too conservative.
Solution:   Also delete untranslated messages.

v8.0.0725

Toggle v8.0.0725's commit message
patch 8.0.0725: a terminal window does not handle keyboard input

Problem:    A terminal window does not handle keyboard input.
Solution:   Add terminal_loop().  ":term bash -i" sort of works now.

v8.0.0724

Toggle v8.0.0724's commit message
patch 8.0.0724: the message for yanking doesn't indicate the register

Problem:    The message for yanking doesn't indicate the register.
Solution:   Show the register name in the "N lines yanked" message. (Lemonboy,
            closes vim#1803, closes vim#1809)

v8.0.0723

Toggle v8.0.0723's commit message
patch 8.0.0723: arglist test fails if file name case is ignored

Problem:    Arglist test fails if file name case is ignored.
Solution:   Wipe existing buffers, check for fname_case property.

v8.0.0722

Toggle v8.0.0722's commit message
patch 8.0.0722: screen is messed by timer up at inputlist() prompt

Problem:    Screen is messed by timer up at inputlist() prompt.
Solution:   Set state to ASKMORE. (closes vim#1843)

v8.0.0721

Toggle v8.0.0721's commit message
patch 8.0.0721: :argedit can only have one argument

Problem:    :argedit can only have one argument.
Solution:   Allow for multiple arguments. (Christian Brabandt)