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

Skip to content

Tags: hardentoo/vim-editor

Tags

v8.0.1295

Toggle v8.0.1295's commit message
patch 8.0.1295: cannot automatically get a server name in a terminal

Problem:    Cannot automatically get a server name in a terminal.
Solution:   Add the --enable-autoservername flag to configure. (Cimbali,
            closes vim#2317)

v8.0.1294

Toggle v8.0.1294's commit message
patch 8.0.1294: GUI: get stuck when splitting a terminal window

Problem:    GUI: get stuck when splitting a terminal window.
Solution:   Stop blinking when values become zero. (Hirohito Higashi)

v8.0.1293

Toggle v8.0.1293's commit message
patch 8.0.1293: setting a breakpoint in the terminal debugger sometim…

…es fails

Problem:    Setting a breakpoint in the terminal debugger sometimes fails.
Solution:   Interrupt the program if needed.  Set the interface to async.

v8.0.1292

Toggle v8.0.1292's commit message
patch 8.0.1292: quick clicks in the WinBar start Visual mode

Problem:    Quick clicks in the WinBar start Visual mode.
Solution:   Use a double click in the WinBar like a normal click.

v8.0.1291

Toggle v8.0.1291's commit message
patch 8.0.1291: C indent wrong when * immediately follows comment

Problem:    C indent wrong when * immediately follows comment. (John Bowler)
Solution:   Do not see "/*" after "*" as a comment start. (closes vim#2321)

v8.0.1290

Toggle v8.0.1290's commit message
patch 8.0.1290: seq_cur of undotree() wrong after undo

Problem:    seq_cur of undotree() wrong after undo.
Solution:   Get the actual sequence number instead of decrementing the current
            one. (Ozaki Kiichi, closes vim#2319)

v8.0.1289

Toggle v8.0.1289's commit message
patch 8.0.1289: mkview always includes the local directory

Problem:    Mkview always includes the local directory.
Solution:   Add the "curdir" value in 'viewoptions'. (Eric Roberts, closes
            vim#2316)

v8.0.1288

Toggle v8.0.1288's commit message
patch 8.0.1288: GUI: cannot drag the statusline of a terminal window

Problem:    GUI: cannot drag the statusline of a terminal window.
Solution:   Handle the TERMINAL state. (Hirohito Higashi)

v8.0.1287

Toggle v8.0.1287's commit message
patch 8.0.1287: temp file used for viminfo may have wrong permissions

Problem:    The temp file used when updating the viminfo file may have the
            wrong permissions if setting the group fails.
Solution:   Check if the group matches and reduce permissions if not.

v8.0.1286

Toggle v8.0.1286's commit message
patch 8.0.1286: occasional crash when using a channel

Problem:    Occasional crash when using a channel. (Marek)
Solution:   Decrement reference count later. (closes vim#2315)