Skip to content

Tags: liyongming1982/vim-1

Tags

v7.4.1478

patch 7.4.1478

Problem:    ":loadplugin" doesn't take care of ftdetect files.
Solution:   Also load ftdetect scripts when appropriate.

v7.4.1477

patch 7.4.1477

Problem:    Test_reltime is flaky, it depends on timing.
Solution:   When it fails run it a second time.

v7.4.1476

patch 7.4.1476

Problem:    Function arguments marked as unused while they are not.
Solution:   Remove UNUSED. (Yegappan Lakshmanan)

v7.4.1475

patch 7.4.1475

Problem:    When using hangulinput with utf-8 a CSI character is
            misintepreted.
Solution:   Convert CSI to K_CSI. (SungHyun Nam)

v7.4.1474

patch 7.4.1474

Problem:    Compiler warnings without the float feature.
Solution:   Move #ifdefs. (John Marriott)

v7.4.1473

patch 7.4.1473

Problem:    Can't build without the autocommand feature.
Solution:   Add #ifdefs. (Yegappan Lakshmanan)

v7.4.1472

patch 7.4.1472

Problem:    Coverity warning for not using return value.
Solution:   Add "(void)".

v7.4.1471

patch 7.4.1471

Problem:    Missing out-of-memory check.  And Coverity warning.
Solution:   Bail out when msg is NULL.

v7.4.1470

patch 7.4.1470

Problem:    Coverity reports missing restore.
Solution:   Move json_encode() call up.

v7.4.1469

patch 7.4.1469

Problem:    Channel test sometimes fails, especially on OS/X. (Kazunobu
            Kuriyama)
Solution:   Change the && into ||, call getsockopt() in more situations.
            (Ozaki Kiichi)