Maxim Kim

Results 39 issues of Maxim Kim

If in your setup you have `set cursorlineopt=number` to only highlight numbers when `set cursorline` is active, popup windows of YCM do not show current selection: In the following screenshot...

I have created issue in asciidoctor-pdf https://github.com/asciidoctor/asciidoctor-pdf/issues/1561 But not sure if it is related to asciidoctor-pdf itself. So there is a simple box with a linear gradient created in inkscape:...

There is a remap of `C-M-h` to `gdscript-mark-defun` but the function itself is missing. I remember it worked at some version, I think if the function was intentionally removed the...

### Steps to reproduce Run following vim9script ``` vim9script class MyClass var somestring: string endclass var listOfClasses = [] listOfClasses->add(MyClass.new("hello")) var newListOfClasses = listOfClasses->mapnew((_, v) => v.somestring) ``` ### Expected...

bug

Currently if I include a file using: `test.rst` ``` Include Example =============== .. include:: test.py :code: python ``` `test.py` ``` def hello_world(): """Doc string""" print("Hello World!") ``` Result using `rst2html`...

help wanted

A new set of highlights landed into vim: - https://github.com/vim/vim/pull/12114 - https://github.com/vim/vim/commit/6a7c7749204b256e779c245b1e999bf852ad7b64 I have added support for `wildcharm` and eventually will add to `lunaperche`, `retrobox` and `habamax`. For others I...

enhancement

### Steps to reproduce 1. `vim -Nu NONE` 2. `:set ft=vim` 3. add following 2 lines ``` set path=.,, set clipboard=unnamed,unnamedplus ``` 4. goto line 2 and press `==` ###...

bug

### Steps to reproduce 1. `vim -Nu NONE` 2. `set completeopt=menuone,popup,fuzzy,fuzzycollect,noselect completepopup=highlight:Pmenu` 3. add 2 words, e.g. `hello world` 4. in the new line goto insert mode and press `Ctrl-n`...

bug

### Steps to reproduce 1. `vim -Nu NONE` 2. `set completeopt=menuone,popup,fuzzy,fuzzycollect,noselect completepopup=highlight:Pmenu` 3. `hi PmenuMatch guifg=#ffaf5f guibg=#3a3a3a gui=NONE cterm=NONE` 4. `hi PmenuMatchSel guifg=#af5f00 guibg=#afaf87 gui=NONE cterm=NONE` 5. `:h fuzzy` 6....

bug