Skip to content

Tags: jakalope/vim

Tags

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)

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)