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

Skip to content

Tags: PetarKirov/vim

Tags

v7.4.1228

Toggle v7.4.1228's commit message
patch 7.4.1228

Problem:    copy() and deepcopy() fail with special variables. (Nikolai
            Pavlov)
Solution:   Make it work.  Add a test.  Closes vim#614.

v7.4.1227

Toggle v7.4.1227's commit message
patch 7.4.1227

Problem:    Compiler warnings.
Solution:   Add UNUSED.  Add type cast. (Yegappan Lakshmanan)

v7.4.1226

Toggle v7.4.1226's commit message
patch 7.4.1226

Problem:    GRESOURCE_HDR is unused.
Solution:   Remove it. (Kazunobu Kuriyama)

v7.4.1225

Toggle v7.4.1225's commit message
patch 7.4.1225

Problem:    Still a few old style function declarations.
Solution:   Make them new style. (Hirohito Higashi)

v7.4.1224

Toggle v7.4.1224's commit message
patch 7.4.1224

Problem:    Build problems with GTK on BSD. (Mike Williams)
Solution:   Don't use "$<". Skip building gui_gtk_gresources.h when it doesn't
            work. (Kazunobu Kuriyama)

v7.4.1223

Toggle v7.4.1223's commit message
patch 7.4.1223

Problem:    Crash when setting v:errors to a number.
Solution:   Free the typval without assuming its type. (Yasuhiro Matsumoto)

v7.4.1222

Toggle v7.4.1222's commit message
patch 7.4.1222

Problem:    ":normal" command and others missing in tiny build.
Solution:   Graduate FEAT_EX_EXTRA.

v7.4.1221

Toggle v7.4.1221's commit message
patch 7.4.1221

Problem:    Including netbeans and channel support in small and tiny builds.
            Build fails with some interfaces.
Solution:   Only include these features in small build and above.  Let
            configure fail if trying to enable an interface that won't build.

v7.4.1220

Toggle v7.4.1220's commit message
patch 7.4.1220

Problem:    Warnings for unused variables in tiny build. (Tony Mechelynck)
Solution:   Move declarations inside #ifdef. (Hirohito Higashi)

v7.4.1219

Toggle v7.4.1219's commit message
patch 7.4.1219

Problem:    Build fails with +channel but without +float.
Solution:   Add #ifdef.