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

Skip to content

Tags: mabo77/vim

Tags

v7.4.865

Toggle v7.4.865's commit message
patch 7.4.865

Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize.

v7.4.864

Toggle v7.4.864's commit message
patch 7.4.864

Problem:    Tiny build fails.
Solution:   Put qf_ items inside #ifdef.

v7.4.863

Toggle v7.4.863's commit message
patch 7.4.863

Problem:    plines_nofill() used without the diff feature.
Solution:   Define PLINES_NOFILL().

v7.4.862

Toggle v7.4.862's commit message
patch 7.4.862

Problem:    Still problems with pango_shape_full() not available.
Solution:   Change AC_TRY_COMPILE to AC_TRY_LINK.

v7.4.861

Toggle v7.4.861's commit message
patch 7.4.861

Problem:    pango_shape_full() is not always available.
Solution:   Add a configure check.

v7.4.860

Toggle v7.4.860's commit message
patch 7.4.860

Problem:    Filetype detection is outdated.
Solution:   Include all recent and not-so-recent changes.

v7.4.859

Toggle v7.4.859's commit message
patch 7.4.859

Problem:    Vim doesn't recognize all htmldjango files.
Solution:   Recognize a comment. (Daniel Hahler, PR vim#410)

v7.4.858

Toggle v7.4.858's commit message
patch 7.4.858

Problem:    It's a bit clumsy to execute a command on a list of matches.
Solution:   Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan
            Lakshmanan)

v7.4.857

Toggle v7.4.857's commit message
patch 7.4.857

Problem:    Dragging the current tab with the mouse doesn't work properly.
Solution:   Take the current tabpage index into account. (Hirohito Higashi)

v7.4.856

Toggle v7.4.856's commit message
patch 7.4.856

Problem:    "zt" still doesn't work well with filler lines. (Gary Johnson)
Solution:   Check for filler lines above the cursor. (Christian Brabandt)