8000 Tags · c64cosmin/vim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: c64cosmin/vim

Tags

mine.1

Toggle mine.1's commit message
c64cosmin Build script

v8.2.2709

Toggle v8.2.2709's commit message
patch 8.2.2709: the GTK GUI has a gap next to the scrollbar

Problem:    The GTK GUI has a gap next to the scrollbar.
Solution:   Calculate the scrollbar padding for GTK. (closes vim#8027)

v8.2.2708

Toggle v8.2.2708's commit message
patch 8.2.2708: test sometimes fails waiting for shell in terminal

Problem:    Test sometimes fails waiting for shell in terminal.
Solution:   Use WaitForAssert() so we can see the actual job status.  Use
            Run_shell_in_terminal().

v8.2.2707

Toggle v8.2.2707's commit message
patch 8.2.2707: adding a lot of completions can still be a bit slow

Problem:    Adding a lot of completions can still be a bit slow.
Solution:   Add the check for CP_FAST. (Ben Jackson)

v8.2.2706

Toggle v8.2.2706's commit message
patch 8.2.2706: Vim9: wrong line number reported for boolean operator

Problem:    Vim9: wrong line number reported for boolean operator.
Solution:   Use the line number before skipping over line break.
            (closes vim#8058)

v8.2.2705

Toggle v8.2.2705's commit message
patch 8.2.2705: Vim9: misleading reported line number for wrong type

Problem:    Vim9: misleading reported line number for wrong type.
Solution:   Remember and use the line number at the start. (closes vim#8059)

v8.2.2704

Toggle v8.2.2704's commit message
patch 8.2.2704: adding a lot of completions can be a bit slow

Problem:    Adding a lot of completions can be a bit slow.
Solution:   Use fast_breakcheck() instead of ui_breakcheck() when adding a
            list of completions. (Ben Jackson, closes vim#8061)

v8.2.2703

Toggle v8.2.2703's commit message
patch 8.2.2703: Vim9: memory leak when failing on locked variable

Problem:    Vim9: memory leak when failing on locked variable.
Solution:   Free the memory.

v8.2.2702

Toggle v8.2.2702's commit message
patch 8.2.2702: compiler completion test fails when more scripts are …

…added

Problem:    Compiler completion test fails when more scripts are added.
Solution:   Add a more generic pattern.

v8.2.2701

Toggle v8.2.2701's commit message
patch 8.2.2701: order of removing FORTIFY_SOURCE is wrong

Problem:    Order of removing FORTIFY_SOURCE is wrong.
Solution:   Use the more specific pattern first.
0