Skip to content

Tags: wtoGitHub/vim

Tags

v7.4.930

Toggle v7.4.930's commit message
patch 7.4.930

Problem:    MS-Windows: Most users appear not to like the window border.
Solution:   Remove WS_EX_CLIENTEDGE. (Ian Halliday)

v7.4.929

Toggle v7.4.929's commit message
patch 7.4.929

Problem:    "gv" after paste selects one character less if 'selection' is
            "exclusive".
Solution:   Increment the end position. (Christian Brabandt)

v7.4.928

Toggle v7.4.928's commit message
patch 7.4.928

Problem:    A clientserver message interrupts handling keys of a mapping.
Solution:   Have mch_inchar() send control back to WaitForChar when it is
            interrupted by server message. (James Kolb)

v7.4.927

Toggle v7.4.927's commit message
patch 7.4.927

Problem:    Ruby crashes when there is a runtime error.
Solution:   Use ruby_options() instead of ruby_process_options(). (Damien)

v7.4.926

Toggle v7.4.926's commit message
patch 7.4.926

Problem:    Completing the longest match doesn't work properly with multi-byte
            characters.
Solution:   When using multi-byte characters use another way to find the
            longest match. (Hirohito Higashi)

v7.4.925

Toggle v7.4.925's commit message
patch 7.4.925

Problem:    User may yank or put using the register being recorded in.
Solution:   Add the recording register in the message. (Christian Brabandt,
            closes vim#470)

v7.4.924

Toggle v7.4.924's commit message
patch 7.4.924

Problem:    DEVELOPER_DIR gets reset by configure.
Solution:   Do not reset DEVELOPER_DIR when there is no --with-developer-dir
            argument. (Kazuki Sakamoto, closes vim#482)

v7.4.923

Toggle v7.4.923's commit message
patch 7.4.923

Problem:    Prototypes not always generated.
Solution:   Change #if to OR with PROTO.

v7.4.922

Toggle v7.4.922's commit message
patch 7.4.922

Problem:    Leaking memory with ":helpt {dir-not-exists}".
Solution:   Free dirname. (Dominique Pelle)

v7.4.921

Toggle v7.4.921's commit message
patch 7.4.921

Problem:    Missing proto file update. (Randall W. Morris)
Solution:   Add the missing line for mch_ishidden.