History log of /vim-8.2.3635/src/testdir/ (Results 1 – 25 of 5950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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)

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)


/vim-8.2.3635/src/highlight.c
/vim-8.2.3635/src/libvterm/include/vterm.h
/vim-8.2.3635/src/option.c
/vim-8.2.3635/src/optionstr.c
/vim-8.2.3635/src/popupwin.c
/vim-8.2.3635/src/proto/terminal.pro
/vim-8.2.3635/src/structs.h
/vim-8.2.3635/src/terminal.c
dumps/Test_terminal_color_MyTermCol.dump
dumps/Test_terminal_color_MyTermCol_over_Terminal.dump
dumps/Test_terminal_color_MyWinCol.dump
dumps/Test_terminal_color_MyWinCol_over_group.dump
dumps/Test_terminal_color_Terminal.dump
dumps/Test_terminal_color_gui_MyTermCol.dump
dumps/Test_terminal_color_gui_MyWinCol.dump
dumps/Test_terminal_color_gui_Terminal.dump
dumps/Test_terminal_color_gui_transp_MyTermCol.dump
dumps/Test_terminal_color_gui_transp_MyWinCol.dump
dumps/Test_terminal_color_gui_transp_Terminal.dump
dumps/Test_terminal_color_transp_MyTermCol.dump
dumps/Test_terminal_color_transp_MyWinCol.dump
dumps/Test_terminal_color_transp_Terminal.dump
dumps/Test_terminal_popup_MyPopupHlCol.dump
dumps/Test_terminal_popup_MyTermCol_over_Terminal.dump
dumps/Test_terminal_popup_MyWinCol.dump
dumps/Test_terminal_popup_MyWinCol_over_group.dump
dumps/Test_terminal_popup_gui_MyPopupHlCol.dump
dumps/Test_terminal_popup_gui_MyTermCol.dump
dumps/Test_terminal_popup_gui_MyWinCol.dump
dumps/Test_terminal_popup_gui_Terminal.dump
dumps/Test_terminal_popup_gui_transp_MyPopupHlCol.dump
dumps/Test_terminal_popup_gui_transp_MyTermCol.dump
dumps/Test_terminal_popup_gui_transp_MyWinCol.dump
dumps/Test_terminal_popup_gui_transp_Terminal.dump
dumps/Test_terminal_popup_transp_MyPopupHlCol.dump
dumps/Test_terminal_popup_transp_MyTermCol.dump
dumps/Test_terminal_popup_transp_MyWinCol.dump
dumps/Test_terminal_popup_transp_Terminal.dump
dumps/Test_terminal_wincolor_split_MyWinCol.dump
dumps/Test_terminal_wincolor_split_MyWinCol2.dump
test_terminal3.vim
/vim-8.2.3635/src/version.c
/vim-8.2.3635/src/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 ...

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 ...

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.

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

patch 8.2.3610: crash when ModeChanged triggered too early

Problem: Crash when ModeChanged triggered too early.
Solution: Trigger ModeChanged after setting VIsual.

3075a45517-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3609: internal error when ModeChanged is triggered recursively

Problem: Internal error when ModeChanged is triggered when v:event is
already in use.
Solution: Save and res

patch 8.2.3609: internal error when ModeChanged is triggered recursively

Problem: Internal error when ModeChanged is triggered when v:event is
already in use.
Solution: Save and restore v:event if needed.

show more ...

125ffd2117-Nov-2021 Egor Zvorykin <[email protected]>

patch 8.2.3608: users who type "q:" instead of ":q" are confused

Problem: Users who type "q:" instead of ":q" are confused.
Solution: Add an autocmd to give a message that explains this is the

patch 8.2.3608: users who type "q:" instead of ":q" are confused

Problem: Users who type "q:" instead of ":q" are confused.
Solution: Add an autocmd to give a message that explains this is the
command-line window. (Egor Zvorykin, closes #9146)

show more ...

2a16dc6616-Nov-2021 Yegappan Lakshmanan <[email protected]>

patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()

Problem: Cannot clear and unlinke a highlight group with hlset() in a
single call.
Solution: Add the "force"

patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()

Problem: Cannot clear and unlinke a highlight group with hlset() in a
single call.
Solution: Add the "force" option. (Yegappan Lakshmanan, closes #9117)

show more ...

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

patch 8.2.3604: not all sudoers files are recognized

Problem: Not all sudoers files are recognized.
Solution: Add a file pattern. (Doug Kearns, closes #1192)

12345678910>>...238