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

Skip to content

Tags: tshirtman/vim

Tags

v8.0.1001

Toggle v8.0.1001's commit message
patch 8.0.1001: setting 'encoding' makes 'printheader' invalid

Problem:    Setting 'encoding' makes 'printheader' invalid.
Solution:   Do not translate the default value of 'printheader'. (Yasuhiro
            Matsumoto, closes vim#2026)

v8.0.1000

Toggle v8.0.1000's commit message
patch 8.0.1000: cannot open a terminal without running a job in it

Problem:    Cannot open a terminal without running a job in it.
Solution:   Make ":terminal NONE" open a terminal with a pty.

v8.0.0999

Toggle v8.0.0999's commit message
patch 8.0.0999: indenting raw C++ strings is wrong

Problem:    Indenting raw C++ strings is wrong.
Solution:   Add special handling of raw strings. (Christian Brabandt)

v8.0.0998

Toggle v8.0.0998's commit message
patch 8.0.0998: strange error when using K while only spaces are sele…

…cted

Problem:    Strange error when using K while only spaces are selected.
            (Christian J. Robinson)
Solution:   Check for blank argument.

v8.0.0997

Toggle v8.0.0997's commit message
patch 8.0.0997

Problem:    Libvterm and Terminal.app not regognized from termresponse.
Solution:   Adjust string compare.

v8.0.0996

Toggle v8.0.0996's commit message
patch 8.0.0996: Mac: t_RS is echoed on the screne in Terminal.app

Problem:    Mac: t_RS is echoed on the screne in Terminal.app.  Even though
            $TERM is set to "xterm-256colors" it cannot handle this xterm
            escape sequence.
Solution:   Recognize Terminal.app from the termresponse and skip sending t_RS
            if it looks like Terminal.app.

v8.0.0995

Toggle v8.0.0995's commit message
patch 8.0.0995: terminal tests fail on Mac

Problem:    Terminal tests fail on Mac.
Solution:   Add workaround: sleep a moment in between sending keys.

v8.0.0994

Toggle v8.0.0994's commit message
patch 8.0.0994: MS-Windows: cursor in terminal blinks undesirably

Problem:    MS-Windows: cursor in terminal blinks even though the blinking
            cursor was disabled on the system.
Solution:   Use GetCaretBlinkTime(). (Ken Takata)

v8.0.0993

Toggle v8.0.0993's commit message
patch 8.0.0993: sometimes an xterm sends an extra CTRL-X

Problem:    Sometimes an xterm sends an extra CTRL-X after the response for
            the background color.  Related to t_RS.
Solution:   Check for the CTRL-X after the terminating 0x7.

v8.0.0992

Toggle v8.0.0992's commit message
patch 8.0.0992: terminal title is wrong when 'encoding' is DBCS

Problem:    Terminal title is wrong when 'encoding' is DBCS.
Solution:   Convert the title from DBCS to utf-8. (Yasuhiro Matsumoto, closes
            vim#2009)