tstsrt
tstsrt
### What is the feature ? When objects, such as datapoints, axes, gridlines, legends, labels, etc. are rendered with some backends such as SVG, it would be useful if custom...
This allows a fix for #97. Users can enable signal handling with the `-w` flag. When enabled, physlock waits until it receives a `SIGUSR1` before prompting for authentication. Therefore, users...
After resuming from suspend/hibernate, the first authentication attempt fails unless backspace is pressed atleast once. Later attempts work normally. This is because stdin isn't flushed before the password is read,...
### Problem When using `pcall` to wrap a fallible keymap creation the error is not caught and is thrown to the user. ``` E227: Mapping already exists for ^A ```...
Problem: When `nvim_set_keymap` tries to overwrite a `` mapping, it throws an error even when called in `pcall`. Solution: src/nvim/mapping.c:buf_do_map no longer calls `semsg`. Its callers now decide whether to...
Problem: When running functional tests locally, test `syntax/shada.vim works` fails if the local timezone is not a whole number of hours ahead of UTC. Solution: Use '!%M' for minute format...