Gregory Anders

Results 61 issues of Gregory Anders

## Environment * **Platform**: Linux aarch64 * **Docker Version**: 19.03.11 * **Node.js Version**: 12 * **Image Tag**: `12-alpine` ## Expected Behavior I should be able to run the Docker container....

### Please read the following before submitting: - Please do NOT submit bug reports for questions. Ask questions in the [Gitter chat-room](https://gitter.im/luarocks/luarocks). - Please do NOT submit duplicate bug reports....

bug

The previous signature used just callback, taking the 'null' value for err and assigning it to keymap, throwing a null-value error when the keymap variable was accessed later on.

Raises minimum Neovim requirement to 0.7. Older Neovim versions can continue to use version 1.2.0, which is tagged at the current HEAD.

### Zig Version 0.10.0-dev.2524+e9fc58eab ### Steps to Reproduce Build the `stage2` compiler and compile the following test program: ```zig const std = @import("std"); pub fn main() !void { var x:...

bug
stage2

### Please fill out the following: - **Sway Version:** 1.5.1 - **Debug Log:** https://paste.sr.ht/~gpanders/64de4204fcd197701c1750ffcd02cf2397b37e37 - **Configuration File:** Default sway config file - **Description:** This is a fresh install of Arch...

bug

Problem: In the quickfix window 'cursorline' overrules QuickFixLine highlighting. Solution: Combine the attributes. Add a test. (closes vim/vim#10654) https://github.com/vim/vim/commit/7fe956d17650b231f173868531bc7466010687f0 Co-authored-by: Bram Moolenaar

needs:discussion
vim-patch

The options 'path', 'include', 'define', and 'commentstring' all use C-specific default values. This may have made sense a long time ago when Vim was mostly used just for writing C,...

defaults
refactor

Deprecate vim.diagnostic.goto_prev() and vim.diagnostic.goto_next() in favor of a unified vim.diagnostic.jump() interface. We cannot name the function "goto()" because “goto” is a reserved keyword in some versions of Lua and some...

diagnostic
ci:skip-news

### Problem The [Kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol) supports sending press/repeat/release events for key presses. We currently do not enable this mode and termkey is not currently able to parse these events,...

enhancement
input
mappings