| 3c19b505 | 20-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 ...
|
| 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) |
| 9cd9385d | 20-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) |
| 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 ...
|
| 1d69ef41 | 19-Nov-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.3621: build failure
Problem: Build failure. Solution: Add missing change. |
| b3a29558 | 19-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 ...
|
| 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 ...
|
| e015d99a | 17-Nov-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.3613: :find test fails
Problem: :find test fails. Solution: Put length check inside if block. |
| 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. |