Maxim Kim

Results 39 issues of Maxim Kim

After window was resized use winfixwidth and winfixheight to fix window size and run `wincmd =` to make all windows even (except windows with fixed widths and heights). Unfix size...

* remove gifs from the repo (put them somewhere else) * show more examples?

create a test suite for the syntax -- this way it would be easier to add new features without breaking the old ones.

![image](https://user-images.githubusercontent.com/234774/118374660-1c6d2880-b5c6-11eb-8539-978f5660b0a3.png)

![image](https://user-images.githubusercontent.com/234774/115669171-a7a12880-a350-11eb-89ce-2cb66f809eea.png)

![image](https://user-images.githubusercontent.com/234774/93752716-b8958a00-fc07-11ea-892a-8043cae0b5cd.png)

bug

``` *this should be highlighted as bold in vim-asciidoctor* ``` No empty lines should be between `*`

enhancement

Capture warnings and errors in quickfix window Currently only 1 errorformat template is added. Although it captures errors it can't jump directly to the file as it is not provided...

enhancement

Something similar to what Windows explorer does. If you copy to the same directory, ask to create a copy, generate a new name, e.g. hello world.txt -> hello world -...

enhancement

There is no way in vim to watch a file system for a changes... Currently all dir contents is cashed and refresh happens only in some cases (some file ops)....

enhancement