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

Skip to content

Tags: luca020400/vim

Tags

v8.0.0095

Toggle v8.0.0095's commit message
patch 8.0.0095

Problem:    Problems with GTK 3.22.2 fixed in 3.22.4.
Solution:   Adjust the #ifdefs. (Kazunobu Kuriyama)

v8.0.0094

Toggle v8.0.0094's commit message
patch 8.0.0094

Problem:    When vimrun.exe is not found the error message is not properly
            encoded.
Solution:   Use utf-16 and MessageBoxW(). (Ken Takata)

v8.0.0093

Toggle v8.0.0093's commit message
patch 8.0.0093

Problem:    Not using multiprocess build feature.
Solution:   Enable multiprocess build with MSVC 10. (Ken Takata)

v8.0.0092

Toggle v8.0.0092's commit message
patch 8.0.0092

Problem:    C indenting does not support nested namespaces that C++ 17 has.
Solution:   Add check that passes double colon inside a name. (Pauli, closes
            vim#1214)

v8.0.0091

Toggle v8.0.0091's commit message
patch 8.0.0091

Problem:    Test_help_complete sometimes fails in MS-Windows console.
Solution:   Use getcompletion() instead of feedkeys() and command line
            completion. (Hirohito Higashi)

v8.0.0090

Toggle v8.0.0090's commit message
patch 8.0.0090

Problem:    Test_help_complete sometimes fails in MS-Windows console.
Solution:   Use getcompletion() instead of feedkeys() and command line
            completion. (Hirohito Higashi)

v8.0.0089

Toggle v8.0.0089's commit message
patch 8.0.0089

Problem:    Various problems with GTK 3.22.2.
Solution:   Fix the problems, add #ifdefs. (Kazunobu Kuriyama)

v8.0.0088

Toggle v8.0.0088's commit message
patch 8.0.0088

Problem:    When a test fails in Setup or Teardown the problem is not reported.
Solution:   Add a try/catch. (Hirohito Higashi)

v8.0.0087

Toggle v8.0.0087's commit message
patch 8.0.0087

Problem:    When the channel callback gets job info the job may already have
            been deleted. (lifepillar)
Solution:   Do not delete the job when the channel is still useful. (ichizok,
            closes vim#1242, closes vim#1245)

v8.0.0086

Toggle v8.0.0086's commit message
patch 8.0.0086

Problem:    Cannot add a comment after ":hide". (Norio Takagi)
Solution:   Make it work, add a test. (Hirohito Higashi)