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

Skip to content

Tags: stub42/vim

Tags

v8.0.0022

Toggle v8.0.0022's commit message
patch 8.0.0022

Problem:    If a channel in NL mode is missing the NL at the end the remaining
            characters are dropped.
Solution:   When the channel is closed use the remaining text. (Ozaki Kiichi)

v8.0.0021

Toggle v8.0.0021's commit message
patch 8.0.0021

Problem:    In the GUI when redrawing the cursor it may be on the second half
            of a double byte character.
Solution:   Correct the cursor column. (Yasuhiro Matsumoto)

v8.0.0020

Toggle v8.0.0020's commit message
patch 8.0.0020

Problem:    The regexp engines are not reentrant.
Solution:   Add regexec_T and save/restore the state when needed.

v8.0.0019

Toggle v8.0.0019's commit message
patch 8.0.0019

Problem:    Test_command_count is old style.
Solution:   Turn it into a new style test. (Naruhiko Nishino)
            Use more assert functions.

v8.0.0018

Toggle v8.0.0018's commit message
patch 8.0.0018

Problem:    When using ":sleep" channel input is not handled.
Solution:   When there is a channel check for input also when not in raw mode.
            Check every 100 msec.

v8.0.0017

Toggle v8.0.0017's commit message
patch 8.0.0017

Problem:    Cannot get the number of the current quickfix or location list.
Solution:   Use the current list if "nr" in "what" is zero. (Yegappan
            Lakshmanan)  Remove debug command from test.

v8.0.0016

Toggle v8.0.0016's commit message
patch 8.0.0016

Problem:    Build fails.
Solution:   Include missing change.

v8.0.0015

Toggle v8.0.0015's commit message
patch 8.0.0015

Problem:    Can't tell which part of a channel has "buffered" status.
Solution:   Add an optional argument to ch_status().  Let ch_info() also
            return "buffered" for out_status and err_status.

v8.0.0014

Toggle v8.0.0014's commit message
patch 8.0.0014

Problem:    Crypt tests are old style.
Solution:   Convert to new style.

v8.0.0013

Toggle v8.0.0013's commit message
patch 8.0.0013

Problem:    Missing comma in list.
Solution:   Add the comma.