10000 Tags · erings/vim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: erings/vim

Tags

v8.0.0673

Toggle v8.0.0673's commit message
patch 8.0.0673: build failure without conceal feature

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

v8.0.0672

Toggle v8.0.0672's commit message
patch 8.0.0672: third item of synconcealed() changes too often

Problem:    Third item of synconcealed() changes too often. (Dominique Pelle)
Solution:   Reset the sequence number at the start of each line.

v8.0.0671

Toggle v8.0.0671's commit message
patch 8.0.0671: hang when typing CTRL-C in confirm() in timer

Problem:    When a function invoked from a timer calls confirm() and the user
            types CTRL-C then Vim hangs.
Solution:   Reset typebuf_was_filled. (Ozaki Kiichi, closes vim#1791)

v8.0.0670

Toggle v8.0.0670's commit message
patch 8.0.0670: can't use input() in a timer callback

Problem:    Can't use input() in a timer callback. (Cosmin Popescu)
Solution:   Reset vgetc_busy and set timer_busy. (Ozaki Kiichi, closes vim#1790,
            closes vim#1129)

v8.0.0669

Toggle v8.0.0669's commit message
patch 8.0.0669: CTRL-N at start of the buffer does not work correctly

Problem:    In Insert mode, CTRL-N at start of the buffer does not work
            correctly. (zuloloxi)
Solution:   Wrap around the start of the buffer. (Christian Brabandt)

v8.0.0668

Toggle v8.0.0668's commit message
patch 8.0.0668: nsis installer script does not work

Problem:    Nsis installer script does not work. (Christian Brabandt)
Solution:   Fix the syntax of /SD.

v8.0.0667

Toggle v8.0.0667's commit message
patch 8.0.0667: memory access error when command follows :endfunc

Problem:    Memory access error when command follows :endfunction. (Nikolai
            Pavlov)
Solution:   Make memory handling in :function straightforward. (closes vim#1793)

v8.0.0666

Toggle v8.0.0666's commit message
patch 8.0.0666: dead for loop

Problem:    Dead for loop. (Coverity)
Solution:   Remove the for loop.

v8.0.0665

Toggle v8.0.0665's commit message
patch 8.0.0665: warning for uninitialized variable

Problem:    Warning for uninitialized variable. (Tony Mechelynck)
Solution:   Initialize it.

v8.0.0664

Toggle v8.0.0664's commit message
patch 8.0.0664: mouse does not work in tmux

Problem:    Mouse does not work in tmux. (lilydjwg)
Solution:   Add flag for SGR release being present.
0