Justin M. Keyes

Results 2414 comments of Justin M. Keyes

https://en.wikipedia.org/wiki/INI_file#Comments > ... Under the [WinAPI](https://en.wikipedia.org/wiki/Windows_API)'s GetPrivateProfileString's dialect, comments must occur on lines by themselves. This seems the most reasonable. Especially given that [escape chars](https://en.wikipedia.org/wiki/INI_file#Escape_characters) don't seem standard. OTOH, gitconfig...

As mentioned there: > with Nvim 0.11, you can force osc52 via: > > ``` > let g:clipboard = 'osc52' > ``` > > In older Nvim, you can force...

> FWIW, my workaround was this yeah, though forcing osc52 is not something we want to do in core. but we could use a condition similar to that to *skip*...

Example of the exact `setqflist` ? If the 'r' ("replace") flag is passed this probably makes sense. But should be requested/implemented at https://github.com/vim/vim

https://github.com/vim/vim/pull/15841 ~~@jfly do you plan to apply the patch here? :)~~ done in https://github.com/neovim/neovim/pull/30820

then remove the PLUGINS section also...

This was only mentioned in the news, so I will update that news entry. I don't think every augroup needs to be documented. One benefit of the name change is...

I will update news-0.11 and this will be documented for 0.11.1

Also, these docs are generated from the lsp/foo.lua config file...

We definitely should try to set a useful CWD, even when running as a local "ui" extension connected to a remote. Is there a reason we can't?