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

Skip to content

Tags: alok/vim

Tags

v8.0.1108

Toggle v8.0.1108's commit message
patch 8.0.1108: cannot specify mappings for the terminal window

Problem:    Cannot specify mappings for the terminal window.
Solution:   Add the :tmap command and associated code.  (Jacob Askeland,
            closes vim#2073)

v8.0.1107

Toggle v8.0.1107's commit message
patch 8.0.1107: terminal debugger jumps to non-existing file

Problem:    Terminal debugger jumps to non-existing file.
Solution:   Check that the file exists.  Add an option to make the Vim wide
            wide. Fix removing highlight groups.

v8.0.1106

Toggle v8.0.1106's commit message
patch 8.0.1106: terminal colors wrong on an MS-Windows console

Problem:    Terminal colors on an MS-Windows console are not matching the
            normal colors.
Solution:   Use the normal colors for the terminal. (Yasuhiro Matsumoto,
            closes vim#2087)

v8.0.1105

Toggle v8.0.1105's commit message
patch 8.0.1105: match() and matchend() are not tested

Problem:    match() and matchend() are not tested.
Solution:   Add tests. (Ozaki Kiichi, closes vim#2088)

v8.0.1104

Toggle v8.0.1104's commit message
patch 8.0.1104: the qf_jump() function is too long

Problem:    The qf_jump() function is too long.
Solution:   Split of parts to separate functions. (Yegappan Lakshmanan)

v8.0.1103

Toggle v8.0.1103's commit message
patch 8.0.1103: converting cterm color fails for grey ramp

Problem:    Converting cterm color fails for grey ramp.
Solution:   Use index instead of number.

v8.0.1102

Toggle v8.0.1102's commit message
patch 8.0.1102: terminal window does not use Normal colors

Problem:    Terminal window does not use Normal colors.
Solution:   For the GUI and when 'termguicolors' is enabled, use the actual
            foreground and background colors for the terminal.  (Yasuhiro
            Matsumoto, closes vim#2067)
            Use the "Terminal" highlight group if defined.

v8.0.1101

Toggle v8.0.1101's commit message
patch 8.0.1101: channel write fails if writing to log fails

Problem:    Channel write fails if writing to log fails.
Solution:   Ignore return value of fwrite(). (Ozaki Kiichi, closes vim#2081)

v8.0.1100

Toggle v8.0.1100's commit message
patch 8.0.1100: stuck in redraw loop when 'lazyredraw' is set

Problem:    Stuck in redraw loop when 'lazyredraw' is set.
Solution:   Don't loop on update_screen() when not redrawing. (Yasuhiro
            Matsumoto, closes vim#2082)

v8.0.1099

Toggle v8.0.1099's commit message
patch 8.0.1099: warnings for GDK calls

Problem:    Warnings for GDK calls.
Solution:   Use other calls for GTK 3 and fix a few problems. (Kazunobu
            Kuriyama)