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

Skip to content

Tags: kenkari/vim

Tags

v8.0.1010

Toggle v8.0.1010's commit message
patch 8.0.1010: build failure without termresponse feature

Problem:    Build failure without termresponse feature.
Solution:   Add #ifdef.

v8.0.1009

Toggle v8.0.1009's commit message
patch 8.0.1009: Xterm cursor blinking status may be inverted

Problem:    Xterm cursor blinking status may be inverted.
Solution:   Use another request to get the blink status and compare with the
            cursor style report

v8.0.1008

Toggle v8.0.1008's commit message
patch 8.0.1008: slow updating of terminal window in Motif

Problem:    Slow updating of terminal window in Motif.
Solution:   Add a timeout to the wait-for-character loop.

v8.0.1007

Toggle v8.0.1007's commit message
patch 8.0.1007: no test for filetype detection for scripts

Problem:    No test for filetype detection for scripts.
Solution:   Add a first test file script filetype detection.

v8.0.1006

Toggle v8.0.1006's commit message
patch 8.0.1006: quickfix list changes when parsing text with 'errofor…

…mat'

Problem:    Cannot parse text with 'erroformat' without changing a quickfix
            list.
Solution:   Add the "text" argument to getqflist(). (Yegappan Lakshmanan)

v8.0.1005

Toggle v8.0.1005's commit message
patch 8.0.1005: terminal without job updates slowly in GUI

Problem:    Terminal without job updates slowly in GUI.
Solution:   Poll for input when a channel has the keep_open flag.

v8.0.1004

Toggle v8.0.1004's commit message
patch 8.0.1004: matchstrpos() without a match returns too many items

Problem:    Matchstrpos() without a match returns too many items.
Solution:   Also remove the second item when the position is beyond the end of
            the string. (Hirohito Higashi)  Use an enum for the type.

v8.0.1003

Toggle v8.0.1003's commit message
patch 8.0.1003: 64 bit compiler warning

Problem:    64 bit compiler warning
Solution:   Add type cast. (Mike Williams)

v8.0.1002

Toggle v8.0.1002's commit message
patch 8.0.1002: unnecessarily updating screen after timer callback

Problem:    Unnecessarily updating screen after timer callback.
Solution:   Check if calling the timer sets must_redraw.

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)