| d604d78e | 20-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 ...
|
| a755fdbe | 20-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) |
| c8a9fe54 | 20-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) |
| d85fccdf | 20-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 ...
|
| a1198124 | 20-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 ...
|
| 87fd0924 | 20-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) |
| cdf5fdb2 | 20-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 ...
|
| b8e642f7 | 20-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 ...
|
| 2de9b7c7 | 19-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. |
| 3ad69532 | 19-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 ...
|
| 8b8d829f | 19-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 ...
|
| 64be6aa3 | 19-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 ...
|
| 777175b0 | 18-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 ...
|
| 851c7a69 | 18-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 ...
|
| 0526815c | 18-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 ...
|
| 3cad4703 | 18-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 ...
|
| 818ff25c | 18-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 ...
|
| 6555500b | 17-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 ...
|
| 64066b9a | 17-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. |
| 615ddd53 | 17-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. |
| a062006b | 17-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. |
| 3075a455 | 17-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 ...
|
| 125ffd21 | 17-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 ...
|
| 2a16dc66 | 16-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 ...
|
| c143fa07 | 16-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) |