Skip to content

Tags: alick/vim

Tags

v9.0.0055

Toggle v9.0.0055's commit message
patch 9.0.0055: bitbake files are not detected

Problem:    Bitbake files are not detected.
Solution:   Add bitbake filetype detection by file name and contents. (Gregory
            Anders, closes vim#10697)

v9.0.0054

Toggle v9.0.0054's commit message
patch 9.0.0054: compiler warning for size_t to int conversion

Problem:    Compiler warning for size_t to int conversion.
Solution:   Add type cast. (Mike Williams, closes vim#10741)

v9.0.0053

Toggle v9.0.0053's commit message
patch 9.0.0053: E1281 not tested with the old regexp engine

Problem:    E1281 not tested with the old regexp engine.
Solution:   Loop over the values of 'regexp'. (Dominique Pellé, closes vim#10695)

v9.0.0052

Toggle v9.0.0052's commit message
patch 9.0.0052: "zG" may throw an error if invalid character follows

Problem:    "zG" may throw an error if invalid character follows.
Solution:   Pass the word length to valid_spell_word(). (Ken Takata,
            closes vim#10737)

v9.0.0051

Toggle v9.0.0051's commit message
patch 9.0.0051: using CTRL-C wih :append may hang Vim

Problem:    Using CTRL-C wih :append may hang Vim.
Solution:   Reset got_int. (closes vim#10729, closes vim#10728)

v9.0.0050

Toggle v9.0.0050's commit message
patch 9.0.0050: split else-of is confusing

Problem:    Split else-of is confusing.
Solution:   Join the lines. (closes vim#10696)

v9.0.0049

Toggle v9.0.0049's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
patch 9.0.0049: csv and tsv files are not recognized

Problem:    Csv and tsv files are not recognized.
Solution:   Add patterns fo csv and tsv files. (Leandro Lourenci,
            closes vim#10680)

v9.0.0048

Toggle v9.0.0048's commit message
patch 9.0.0048: cursor in wrong column with mouse click after conceal…

…ed text

Problem:    Cursor in wrong column with mouse click after concealed text.
Solution:   Store the text column when drawing text.

v9.0.0047

Toggle v9.0.0047's commit message
patch 9.0.0047: using freed memory with recursive substitute

Problem:    Using freed memory with recursive substitute.
Solution:   Always make a copy for reg_prev_sub.

v9.0.0046

Toggle v9.0.0046's commit message
patch 9.0.0046: reading past end of completion with duplicate match

Problem:    Reading past end of completion with duplicate match.
Solution:   Check string length