Update runtime files
Update runtime files.
patch 8.2.1556: cursorline highlighting always overrules sign highlightingProblem: Cursorline highlighting always overrules sign highlighting.Solution: Combine the highlighting, use the prior
patch 8.2.1556: cursorline highlighting always overrules sign highlightingProblem: Cursorline highlighting always overrules sign highlighting.Solution: Combine the highlighting, use the priority to decide how. (closes #6812)
show more ...
Minor runtime file updates.
patch 8.1.2103: wrong error message if "termdebugger" is not executableProblem: wrong error message if "termdebugger" is not executable.Solution: Check if "termdebugger" is executable and giv
patch 8.1.2103: wrong error message if "termdebugger" is not executableProblem: wrong error message if "termdebugger" is not executable.Solution: Check if "termdebugger" is executable and give a clear error message. (Ozaki Kiichi, closes #5000) Fix indents.
Updte runtime files
patch 8.1.1977: terminal debugger plugin may hangProblem: Terminal debugger plugin may hang.Solution: Wait longer when still reading symbols.
Runtime files update.
patch 8.1.0621: terminal debugger does not handle unexpected debugger exitProblem: Terminal debugger does not handle unexpected debugger exit.Solution: Check for debugger job ended and close
patch 8.1.0621: terminal debugger does not handle unexpected debugger exitProblem: Terminal debugger does not handle unexpected debugger exit.Solution: Check for debugger job ended and close unused buffers. (Damien)
patch 8.1.0575: Termdebug: clearing multi-breakpoint does not workProblem: Termdebug: clearing multi-breakpoint does not work.Solution: Delete all X.Y breakpoints. Keep more information abou
patch 8.1.0575: Termdebug: clearing multi-breakpoint does not workProblem: Termdebug: clearing multi-breakpoint does not work.Solution: Delete all X.Y breakpoints. Keep more information about placed breakpoints. (Ozaki Kiichi, closes #3641)
123