Daniel Steinberg

Results 14 issues of Daniel Steinberg

### Description `^@` is inserted for completions where there should seemingly be a newline and indentation. This occurs when the completion is the only possible candidate, as shown in the...

bug

This PR updates the extension to use Manifest V3. Starting in January 2023, "the Chrome browser will no longer run Manifest V2 extensions." ([source](https://developer.chrome.com/blog/mv2-transition/)) Firefox does not currently support Manifest...

Explore the feasibility and performance gain from switching from the current rule-based extraction to a neural network model. https://medium.com/besedo-engineering/text-summarization-part-2-state-of-the-art-ae900e2ac55f

Highlighting is only currently supported on web pages. It would be nice if PDFs loaded in the browser could also be highlighted.

Details are in section 3 of (Grønlund et al., 2017).

`vim-menu` uses a normal window to show menus. Existing floating/popup windows can cover the menu. Possible workarounds: 1. Hide existing floats/popups prior to showing the menu, and make visible after....

The next Neovim release, version 0.5, [removes](https://github.com/neovim/neovim/issues/11972) the `-Z` flag (restricted mode), which `dstein64/vimgolf` (and the official vimgolf) uses to disable external shell commands and other functionality. This will break...

### Problem The output when using `--startuptime` includes two blocks of data. I noticed this when using Neovim 0.9 with a plugin I wrote that reports startuptime measurements, [vim-startuptime](https://github.com/dstein64/vim-startuptime). ###...

bug
tui
startup

Vim intentionally replaces `` with ``, which is reflected in the output when using `-W` (https://github.com/vim/vim/issues/11541). In VimGolf, when a user enters ``, the input will count as two keystrokes...

The next Neovim release, version 0.5, [removes](https://github.com/neovim/neovim/issues/11972) the `-Z` flag (restricted mode), which vimgolf [uses](https://github.com/igrigorik/vimgolf/blob/0828afaf1b858fc9cfa9e57106abecf1fd172e51/lib/vimgolf/lib/vimgolf/cli.rb#L112) to disable the use of external shell commands and other functionality. This will break vimgolf...