Quinn Strahl
Quinn Strahl
It looks like NeoVim is manually drawing the cursor in `:terminal` windows, rather than letting the external terminal (in my case, urxvt) draw the cursor. This results in some irksome...
The current behaviour works pretty well for c-style code, wherein indented blocks of code tend to be bookended by delimiters one indent level lower, but for whitespace-sensitive languages like python,...
When there is an active visual selection, Matchmaker should attempt to match that instead of ``.
Don't ask me why, but without using the `printf` shorthand for these escape sequences, I was getting all kinds of garbage text printed in each new window, among other rendering...
 ``` $ chromium --version Chromium 33.0.1750.46 ```
If a URL is so long that it wraps around to the next line, trying to open it causes xargs to break it into two or more open commands. This...
It always bothered me that the default vim behaviour was to use whatever unrelated window lay at the bottom of the screen to make quickfix jumps. This small patch changes...
This may also apply to other punctuation characters, I'm not sure. To reproduce: * `set iskeyword+=?` * Perform `(asterisk-#)` on a word containing `?` * The `?` will break the...