History log of /vim-8.2.3635/src/ (Results 1 – 25 of 14084)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3c19b50520-Nov-2021 Dusan Popovic <[email protected]>

patch 8.2.3635: GTK: composing underline does not show

Problem: GTK: composing underline does not show.
Solution: Include composing character in pango call. A few more
optimizations

patch 8.2.3635: GTK: composing underline does not show

Problem: GTK: composing underline does not show.
Solution: Include composing character in pango call. A few more
optimizations for ligatures. (Dusan Popovic, closes #9171,
closes #9147)

show more ...

d604d78e20-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3634: error for already defined function uses wrong line number

Problem: Error for already defined function uses wrong line number.
Solution: Set SOURCING_LNUM before giving the error

patch 8.2.3634: error for already defined function uses wrong line number

Problem: Error for already defined function uses wrong line number.
Solution: Set SOURCING_LNUM before giving the error message. (closes #9085)

show more ...

a755fdbe20-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3633: Vim9: line number of lambda is off by one

Problem: Vim9: line number of lambda is off by one.
Solution: Add one to the line number. (closes #9083)

9cd9385d20-Nov-2021 Yamagi <[email protected]>

patch 8.2.3632: GTK3: undercurl does not get removed properly

Problem: GTK3: undercurl does not get removed properly.
Solution: Set the cairo cursor first. (closes #9170)

c8a9fe5420-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3631: "syntax enable" does not work properly in Vim9 context

Problem: "syntax enable" does not work properly in Vim9 context.
Solution: Also handle Vim9 context. (closes #9161)

d85fccdf20-Nov-2021 presuku <[email protected]>

patch 8.2.3630: printf() with %S does not handle multi-byte correctly

Problem: Printf() with %S does not handle multi-byte correctly.
Solution: Count cells instead of bytes. (closes #9169, clos

patch 8.2.3630: printf() with %S does not handle multi-byte correctly

Problem: Printf() with %S does not handle multi-byte correctly.
Solution: Count cells instead of bytes. (closes #9169, closes #7486)

show more ...

a119812420-Nov-2021 mityu <[email protected]>

patch 8.2.3629: command completion in cmdline window uses global commands

Problem: Command completion in cmdline window uses global user commands,
not local commands for the window wh

patch 8.2.3629: command completion in cmdline window uses global commands

Problem: Command completion in cmdline window uses global user commands,
not local commands for the window where it was opened from.
Solution: Use local commands. (closes #9168)

show more ...

87fd092420-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3628: looking terminal colors is a bit slow

Problem: Looking terminal colors is a bit slow.
Solution: Cache the terminal colors. (closes #9130, closes #9058)


highlight.c
libvterm/include/vterm.h
option.c
optionstr.c
popupwin.c
proto/terminal.pro
structs.h
terminal.c
testdir/dumps/Test_terminal_color_MyTermCol.dump
testdir/dumps/Test_terminal_color_MyTermCol_over_Terminal.dump
testdir/dumps/Test_terminal_color_MyWinCol.dump
testdir/dumps/Test_terminal_color_MyWinCol_over_group.dump
testdir/dumps/Test_terminal_color_Terminal.dump
testdir/dumps/Test_terminal_color_gui_MyTermCol.dump
testdir/dumps/Test_terminal_color_gui_MyWinCol.dump
testdir/dumps/Test_terminal_color_gui_Terminal.dump
testdir/dumps/Test_terminal_color_gui_transp_MyTermCol.dump
testdir/dumps/Test_terminal_color_gui_transp_MyWinCol.dump
testdir/dumps/Test_terminal_color_gui_transp_Terminal.dump
testdir/dumps/Test_terminal_color_transp_MyTermCol.dump
testdir/dumps/Test_terminal_color_transp_MyWinCol.dump
testdir/dumps/Test_terminal_color_transp_Terminal.dump
testdir/dumps/Test_terminal_popup_MyPopupHlCol.dump
testdir/dumps/Test_terminal_popup_MyTermCol_over_Terminal.dump
testdir/dumps/Test_terminal_popup_MyWinCol.dump
testdir/dumps/Test_terminal_popup_MyWinCol_over_group.dump
testdir/dumps/Test_terminal_popup_gui_MyPopupHlCol.dump
testdir/dumps/Test_terminal_popup_gui_MyTermCol.dump
testdir/dumps/Test_terminal_popup_gui_MyWinCol.dump
testdir/dumps/Test_terminal_popup_gui_Terminal.dump
testdir/dumps/Test_terminal_popup_gui_transp_MyPopupHlCol.dump
testdir/dumps/Test_terminal_popup_gui_transp_MyTermCol.dump
testdir/dumps/Test_terminal_popup_gui_transp_MyWinCol.dump
testdir/dumps/Test_terminal_popup_gui_transp_Terminal.dump
testdir/dumps/Test_terminal_popup_transp_MyPopupHlCol.dump
testdir/dumps/Test_terminal_popup_transp_MyTermCol.dump
testdir/dumps/Test_terminal_popup_transp_MyWinCol.dump
testdir/dumps/Test_terminal_popup_transp_Terminal.dump
testdir/dumps/Test_terminal_wincolor_split_MyWinCol.dump
testdir/dumps/Test_terminal_wincolor_split_MyWinCol2.dump
testdir/test_terminal3.vim
version.c
window.c
cdf5fdb220-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3627: difficult to know where the text starts in a window

Problem: difficult to know where the text starts in a window. (Sergey
Vlasov)
Solution: Add the "textoff" entry i

patch 8.2.3627: difficult to know where the text starts in a window

Problem: difficult to know where the text starts in a window. (Sergey
Vlasov)
Solution: Add the "textoff" entry in the result of getwininfo().
(closes #9163)

show more ...

b8e642f720-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3626: "au! event" cannot be followed by another command

Problem: "au!" and "au! event" cannot be followed by another command as
documented.
Solution: When a bar is found s

patch 8.2.3626: "au! event" cannot be followed by another command

Problem: "au!" and "au! event" cannot be followed by another command as
documented.
Solution: When a bar is found set nextcmd.

show more ...

2de9b7c719-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3625: illegal memory access when C-indenting

Problem: Illegal memory access when C-indenting.
Solution: Also set the cursor column.

3ad6953219-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3624: when renaming a terminal buffer status text is not updated

Problem: When renaming a terminal buffer the status text is not updated.
Solution: Clear the cached status text when r

patch 8.2.3624: when renaming a terminal buffer status text is not updated

Problem: When renaming a terminal buffer the status text is not updated.
Solution: Clear the cached status text when renaming a terminal buffer.
(closes #9162)

show more ...

8b8d829f19-Nov-2021 Christian Brabandt <[email protected]>

patch 8.2.3623: "$*" is expanded to "nonomatch"

Problem: "$*" is expanded to "nonomatch".
Solution: Only add "set nonomatch" when using a csh-like shell. (Christian
Brabandt, closes

patch 8.2.3623: "$*" is expanded to "nonomatch"

Problem: "$*" is expanded to "nonomatch".
Solution: Only add "set nonomatch" when using a csh-like shell. (Christian
Brabandt, closes #9159, closes #9153)

show more ...

64be6aa319-Nov-2021 zeertzjq <[email protected]>

patch 8.2.3622: "verbose pwd" shows confusing info

Problem: "verbose pwd" shows confusing info when :lcd does not change
directory.
Solution: Clear last_chdir_reason also when the d

patch 8.2.3622: "verbose pwd" shows confusing info

Problem: "verbose pwd" shows confusing info when :lcd does not change
directory.
Solution: Clear last_chdir_reason also when the directory does not change.
(closes #9160)

show more ...

1d69ef4119-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3621: build failure

Problem: Build failure.
Solution: Add missing change.

b3a2955819-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3620: memory leak reported in libtlib

Problem: Memory leak reported in libtlib.
Solution: Call del_curterm() when cleaning up memory. Rename term.h to
termdefs.h to avoid

patch 8.2.3620: memory leak reported in libtlib

Problem: Memory leak reported in libtlib.
Solution: Call del_curterm() when cleaning up memory. Rename term.h to
termdefs.h to avoid a name clash.

show more ...

777175b018-Nov-2021 Yegappan Lakshmanan <[email protected]>

patch 8.2.3619: cannot use a lambda for 'operatorfunc'

Problem: Cannot use a lambda for 'operatorfunc'.
Solution: Support using a lambda or partial. (Yegappan Lakshmanan,
closes #87

patch 8.2.3619: cannot use a lambda for 'operatorfunc'

Problem: Cannot use a lambda for 'operatorfunc'.
Solution: Support using a lambda or partial. (Yegappan Lakshmanan,
closes #8775)

show more ...

851c7a6918-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used

Problem: getcwd() is unclear about how 'autochdir' is used.
Solution: Update the help for getcwd(). Without any arguments alwa

patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used

Problem: getcwd() is unclear about how 'autochdir' is used.
Solution: Update the help for getcwd(). Without any arguments always return
the actual current directory. (closes #9142)

show more ...

0526815c18-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied

Problem: ":verbose pwd" does not mention 'autochdir' was applied.
Solution: Remember the last chdir was done by 'autochdi

patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied

Problem: ":verbose pwd" does not mention 'autochdir' was applied.
Solution: Remember the last chdir was done by 'autochdir'. (issue #9142)

show more ...

3cad470318-Nov-2021 Shougo Matsushita <[email protected]>

patch 8.2.3616: arglist test does not clear the argument list consistently

Problem: Arglist test does not clear the argument list consistently.
Solution: Call Reset_arglist(). (Shougo Matsushit

patch 8.2.3616: arglist test does not clear the argument list consistently

Problem: Arglist test does not clear the argument list consistently.
Solution: Call Reset_arglist(). (Shougo Matsushita, closes #9154)

show more ...

818ff25c18-Nov-2021 Christian Brabandt <[email protected]>

patch 8.2.3615: wrong indent in first line if re-formatting with indent expr

Problem: When re-formatting with an indent expression the first line of a
paragraph may get the wrong inde

patch 8.2.3615: wrong indent in first line if re-formatting with indent expr

Problem: When re-formatting with an indent expression the first line of a
paragraph may get the wrong indent. (Martin F. Krafft)
Solution: Apply the correct indenting function for the first line.
(Christian Brabandt, closes #9150, closes #9056)

show more ...

6555500b17-Nov-2021 Bakudankun <[email protected]>

patch 8.2.3614: zindex of popup windows not used when redrawing popup menu

Problem: zindex of popup windows not used when redrawing popup menu.
Solution: Check the zindex when redrawing the pop

patch 8.2.3614: zindex of popup windows not used when redrawing popup menu

Problem: zindex of popup windows not used when redrawing popup menu.
Solution: Check the zindex when redrawing the popup menu. (closes #9129,
closes #9089)

show more ...

e015d99a17-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3613: :find test fails

Problem: :find test fails.
Solution: Put length check inside if block.

64066b9a17-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3612: using freed memory with regexp using a mark

Problem: Using freed memory with regexp using a mark.
Solution: Get the line again after getting the mark position.

615ddd5317-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3611: crash when using CTRL-W f without finding a file name

Problem: Crash when using CTRL-W f without finding a file name.
Solution: Bail out when the file name length is zero.

12345678910>>...564