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

Skip to content

Tags: Qubit0-1/vim

Tags

v7.4.1393

Toggle v7.4.1393's commit message
patch 7.4.1393

Problem:    Starting a job hangs in the GUI. (Takuya Fujiwara)
Solution:   Don't check if ch_job is NULL when checking for an error.
            (Yasuhiro Matsumoto)

v7.4.1392

Toggle v7.4.1392's commit message
patch 7.4.1392

Problem:    Some tests fail for Win32 console version.
Solution:   Move the tests to SCRIPTS_MORE2.  Pass VIMRUNTIME. (Christian
            Brabandt)

v7.4.1391

Toggle v7.4.1391's commit message
patch 7.4.1391

Problem:    Warning for uninitialzed variable.
Solution:   Set it to zero. (Christian Brabandt)

v7.4.1390

Toggle v7.4.1390's commit message
patch 7.4.1390

Problem:    When building with GTK and glib-compile-resources cannot be found
            building Vim fails. (Michael Gehring)
Solution:   Make GLIB_COMPILE_RESOURCES empty instead of leaving it at "no".
            (nuko8, closes vim#655)

v7.4.1389

Toggle v7.4.1389's commit message
patch 7.4.1389

Problem:    Incomplete function declaration.
Solution:   Add "void". (Yasuhiro Matsumoto)

v7.4.1388

Toggle v7.4.1388's commit message
patch 7.4.1388

Problem:    Compiler warning. (Cesar Romani)
Solution:   Initialize variable.

v7.4.1387

Toggle v7.4.1387's commit message
patch 7.4.1387

Problem:    Win16 docs still referenced.
Solution:   Remove Win16 files from the docs Makefile. (Kenichi Ito)

v7.4.1386

Toggle v7.4.1386's commit message
patch 7.4.1386

Problem:    When the Job exit callback is invoked, the job may be freed too
            soon. (Yasuhiro Matsumoto)
Solution:   Increase refcount.

v7.4.1385

Toggle v7.4.1385's commit message
patch 7.4.1385

Problem:    Compiler warning for using array.
Solution:   Use the right member name. (Yegappan Lakshmanan)

v7.4.1384

Toggle v7.4.1384's commit message
patch 7.4.1384

Problem:    It is not easy to use a set of plugins and their dependencies.
Solution:   Add packages, ":loadopt", 'packpath'.