somini
somini
Define a function to check if Tabularize has been called yet, meaning that executing `:Tabularize` will reuse the last pattern. The use-case for this is defining a single mapping that...
Instead of having a big list of "naughty" filetypes, have an option to check for the `buftype`
When opening a directory, the order of the included filenames is random. This is explicitly specified on `readdir(3)`, so it would require extra work and the performance might suffer. This...
Basically the same thing as #77, but for markers too.
This is a continuation of #1766. It uses a python3 script to mangle the LanguageTool API into the correct offsets for vim. https://github.com/neomake/neomake/pull/1766#issuecomment-348602778 It is much more robust than the...
This is mostly for standards-compliance and easy machine parsing of the feeds, a low priority issue. Images and videos can be added to the enclosures element.
Redis can listen on a Unix socket (i.e. `/run/redis.sock`, for example), but the `nitter.conf` does not support this.
I don't have much Docker experience, this is just a hack. I also don't know how to use a variable to store the version in a single place, so that...
The default bash completion folder should not be the `/etc` folder, it should be the system-level folder. ```bash $ pkg-config bash-completion --variable=completionsdir /usr/share/bash-completion/completions ``` ```make BASHCOMPDIR ?= /usr/share/bash-completion/completions ```
The `/replies` feed only considers replies to my comments, but what about comments on my submissions?