thawk
thawk
The basic simplest [asciidoc table](https://asciidoctor.org/docs/user-manual/#tables) is like the following: ```asciidoc [cols="2*"] |=== | Cell in column 1, row 1 | Cell in column 2, row 1 | Cell in column...
Currently, vim-rfc supports RFCs and STDs. According to [Best current practice - Wikipedia](https://en.wikipedia.org/wiki/Best_current_practice), there're BCPs, which refers to the most recent revision of the RFC/STD. I suggest to support BCPs.
In my C++ project, there're tens of modules, thus tens of include path to be set in ``c_include_path`` property. Currently, ``s:MAX_SECTION_NAME`` is set to 255 and can't be alter by...
I want to implement ``c_include_path`` property from my hook. Since I don't know the exactly directory everybody checkouts the project, so the path in ``.editorconfig`` can only be relative paths....
**Describe the bug** Though I set console language to ``en_US.UTF-8``, maven use ``zh`` for unittest, so a unittest related to error message failed. * My locale is ``en_US.UTF-8``: ```sh $...
**Is your feature request related to a problem? Please describe.** e.g. We have the following tabs, and we are in tab 4 javacomplete.vim ``` ``` ``\5`` jump to tab ``util.vim``,...
Just make it work to easy the study of SML. * make it compatible with python3 * convert TABs to SPACEs * using the ``smlunit.sml`` with full path to allow...
Because the first 3 tags in FIX message is 8/9/35, we can assume the same seperator is used in whole message, so we can detect it from these 3 tags....