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

Skip to content

Tags: huide/vim

Tags

v7.4.1498

Toggle v7.4.1498's commit message
patch 7.4.1498

Problem:    Error for locked item when using json_decode(). (Shougo)
Solution:   Initialize v_lock.

v7.4.1497

Toggle v7.4.1497's commit message
patch 7.4.1497

Problem:    Cursor drawing problem with GTK 3.
Solution:   Handle blinking differently. (Kazunobu Kuriyama)

v7.4.1496

Toggle v7.4.1496's commit message
patch 7.4.1496

Problem:    Crash when built with GUI but it's not active. (Dominique Pelle)
Solution:   Check gui.in_use.

v7.4.1495

Toggle v7.4.1495's commit message
patch 7.4.1495

Problem:    Compiler warnings when building on Unix with the job feature but
            without the channel feature.
Solution:   Move #ifdefs. (Dominique Pelle)

v7.4.1494

Toggle v7.4.1494's commit message
patch 7.4.1494

Problem:    clr_history() does not work properly.
Solution:   Increment hisptr. Add a test. (Yegappan Lakshmanan)

v7.4.1493

Toggle v7.4.1493's commit message
patch 7.4.1493

Problem:    Wrong callback invoked for zero-id messages.
Solution:   Don't use the first one-time callback when the sequence number
            doesn't match.

v7.4.1492

Toggle v7.4.1492's commit message
patch 7.4.1492

Problem:    No command line completion for ":packadd".
Solution:   Implement completion. (Hirohito Higashi)

v7.4.1491

Toggle v7.4.1491's commit message
patch 7.4.1491

Problem:    Visual-block shift breaks multi-byte characters.
Solution:   Compute column differently. (Yasuhiro Matsumoto) Add a test.

v7.4.1490

Toggle v7.4.1490's commit message
patch 7.4.1490

Problem:    Compiler warning for unused function.
Solution:   Add #ifdef. (Dominique Pelle)

v7.4.1489

Toggle v7.4.1489's commit message
patch 7.4.1489

Problem:    "inline" is not supported by old MSVC.
Solution:   use "__inline". (Ken Takata)