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

Skip to content

Tags: db-roberto/vim

Tags

v8.0.0363

Toggle v8.0.0363's commit message
patch 8.0.0363: Travis is too slow to keep up with patches

Problem:    Travis is too slow to keep up with patches.
Solution:   Increase git depth to 20

v8.0.0362

Toggle v8.0.0362's commit message
patch 8.0.0362: tests fail on MS-Windows

Problem:    Tests fail on MS-Windows.
Solution:   Use $*.vim instead of $<.

v8.0.0361

Toggle v8.0.0361's commit message
patch 8.0.0361: GUI initialisation is not sufficiently tested

Problem:    GUI initialisation is not sufficiently tested.
Solution:   Add the gui_init test. (Kazuki Kuriyama)

v8.0.0360

Toggle v8.0.0360's commit message
patch 8.0.0360: sometimes VimL is used instead of "Vim script"

Problem:    Sometimes VimL is used, which is confusing.
Solution:   Consistently use "Vim script". (Hirohito Higashi)

v8.0.0359

Toggle v8.0.0359's commit message
patch 8.0.0359: 'number' and 'relativenumber' are not properly tested

Problem:    'number' and 'relativenumber' are not properly tested.
Solution:   Add tests, change old style to new style tests. (Ozaki Kiichi,
            closes vim#1447)

v8.0.0358

Toggle v8.0.0358's commit message
patch 8.0.0358: invalid memory access in C-indent code

Problem:    Invalid memory access in C-indent code.
Solution:   Don't go over end of empty line. (Dominique Pelle, closes vim#1492)

v8.0.0357

Toggle v8.0.0357's commit message
patch 8.0.0357: crash when setting 'guicursor' to weird value

Problem:    Crash when setting 'guicursor' to weird value.
Solution:   Avoid negative size. (Dominique Pelle, closes vim#1465)

v8.0.0356

Toggle v8.0.0356's commit message
patch 8.0.0356: leaking memory when setting 'ttytype'

Problem:    Leaking memory when setting 'ttytype'.
Solution:   Get free_oldval from the right option entry.

v8.0.0355

Toggle v8.0.0355's commit message
patch 8.0.0355: using uninitialized memory when 'isfname' is empty

Problem:    Using uninitialized memory when 'isfname' is empty.
Solution:   Don't call getpwnam() without an argument. (Dominique Pelle,
            closes vim#1464)

v8.0.0354

Toggle v8.0.0354's commit message
patch 8.0.0354: test to check that setting termcap key fails sometimes

Problem:    Test to check that setting termcap key fails sometimes.
Solution:   Check for "t_k1" to exist. (Christian Brabandt, closes vim#1459)