Romain Lafourcade

Results 39 issues of Romain Lafourcade

Reference: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository

Colorschemes can be grouped according to several criteria: * light background versus dark background * low contrast versus high contrast * 16color versus 88color versus 256color versus true colors *...

v:dark background
v:low contrast
v:256 colors

This repository has been created in the context of the following issues opened by @chrisbra in Vim's issue tracker: * [New colorschemes](https://github.com/vim/vim/issues/1665) * [Poll: Colorscheme Writers, please indicate nice colorschemes...

- more lambdas - use of the new "method" syntax - use `&quickfixtextfunc` to format the display - ~~really make :Doline/:Dofile wrappers around :cdo/:ldo/:cfdo/:lfdo by removing legacy code (I will...

With something like: autocmd qf WinNew * call setloclist(win_getid(winnr()), []) Possibly behind an option.

enhancement

By default, `:cfirst` and `:clast` are dumb: they jump to the first and last line of the quickfix window where there mght not be a valid error. We need smarter...

enhancement

https://www.reddit.com/r/vim/comments/5ulthc/how_would_i_detect_whether_quickfix_window_is_open/ddv2iq7/

enhancement

> If I have 3 splits with the cursor in the rightmost bottom split and run `:copen` and afterwards `:cclose` the cursor ends up in the leftmost split, the one...

enhancement