Suraj N. Kurapati
Suraj N. Kurapati
No, I had removed support for binary data transfers in commit d6ab17959eb92b7cb65e836ec9bfd6c3eac75e97. You can try reverting that commit.
Hint: run `vim -u NONE -c 'set runtimepath?'`
:sweat: Had to work around this limitation by approximating `html.c` myself, _poorly_, in https://github.com/sunaku/md2man/commit/db814f62bd498dd9145261af14ed716990ca1720.
[over.vim](https://github.com/osyo-manga/vim-over) does its own incremental search rendering, so it may be possible to integrate it with eregex. :bulb:
> `\(\\)` also works :heavy_check_mark: @sheerun could you please submit a PR for this? I'm currently using it as follows: ```vim let vim_regex = E2v(the_users_extended_regex_goes_here) let vim_regex = substitute(vim_regex, '\\b',...
Sorry if I'm mistaken, but `mandocset` and `manpages-posix` don't provide the same information (for example, they lack the "Base Definitions" chapters 1-13 as well as the convenient "Topics" index) as...
Hmm, these color names only make sense for `cterm` values in Vim. :information_desk_person: For example, it wouldn't make sense to highlight these color names in an Xresources or CSS file...
Yes, in both gvim and terminal vim.
There might be a way to run a C pre-processor on the DTSI file to emit the final expanded form.
You can achieve this at present, but without the added benefit of bilateral combinations enforcement (that will come later in v37 because it requires significant re-architecting of the keymap code...