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

Skip to content

Tags: KnightSch/vim

Tags

v8.0.0104

Toggle v8.0.0104's commit message
patch 8.0.0104

Problem:    Value of 'thesaurus' option not checked properly.
Solution:   Add P_NDNAME flag. (Daisuke Suzuki)

v8.0.0103

Toggle v8.0.0103's commit message
patch 8.0.0103

Problem:    May not process channel readahead. (skywind)
Solution:   If there is readahead don't block on input.

v8.0.0102

Toggle v8.0.0102's commit message
patch 8.0.0102

Problem:    Cannot set 'dictionary' to a path.
Solution:   Allow for slash and backslash.  Add a test (partly by Daisuke
            Suzuki, closes vim#1279, closes vim#1284)

v8.0.0101

Toggle v8.0.0101's commit message
patch 8.0.0101

Problem:    Some options are not strictly checked.
Solution:   Add flags for strickter checks.

v8.0.0100

Toggle v8.0.0100's commit message
patch 8.0.0100

Problem:    Options that are a file name may contain non-filename characters.
Solution:   Check for more invalid characters.

v8.0.0099

Toggle v8.0.0099's commit message
patch 8.0.0099

Problem:    Popup menu always appears above the cursor when it is in the lower
            half of the screen. (Matt Gardner)
Solution:   Compute the available space better. (Hirohito Higashi,
            closes vim#1241)

v8.0.0098

Toggle v8.0.0098's commit message
patch 8.0.0098

Problem:    Can't build on MS-Windows.
Solution:   Add missing parenthesis.

v8.0.0097

Toggle v8.0.0097's commit message
patch 8.0.0097

Problem:    When a channel callback consumes a lot of time Vim becomes
            unresponsive. (skywind)
Solution:   Bail out of checking channel readahead after 100 msec.

v8.0.0096

Toggle v8.0.0096's commit message
patch 8.0.0096

Problem:    When the input or output is not a tty Vim appears to hang.
Solution:   Add the --ttyfail argument.  Also add the "ttyin" and "ttyout"
            features to be able to check in Vim script.

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)