xaizek
xaizek
> Do we consider to do not preview binary file like normal text file by default? (which in my opinion really makes sense) From the same linked comment: > The...
Called it `millersep`. By the way, I forgot to mention `AuxWin` highlight group that can be used for the similar purpose of visually separating miller columns (it applies to left...
@mord0d, try `set iooptions-=datasync` to address your [NFS copying slowdown](https://www.linux.org.ru/forum/general/17366319).
`-O0` doesn't enable any optimizations, it disables them: ``` Most optimizations are completely disabled at -O0 or if an -O level is not set on the command line, even if...
It happened only in Neovim because that part of the code runs only in Neovim. The plugin appends suffixes now. @infinitewhileloop Not sure if that's the same issue, your steps...
I think this has been resolved.
vim-airline sets `'statusline'` on window change. Try pressing Ctrl-W Ctrl-W several times after `:Extradite`, I see correct status line for a while, then (after key press) it's reset. Added setting...
I was thinking of adding [xmake](https://xmake.io/) (precisely because it can work as a normal build system instead of a generator), but would need to figure out how to deal with...
> * Does [a tool like “autoscan”](https://www.gnu.org/software/autoconf/manual/autoconf-2.71/html_node/autoscan-Invocation.html) show any software dependencies that you find worth for further considerations? Apart from declared requirements there seems to be only language and/or POSIX...
> Are you aware that various system details can be checked for safer software builds? Sure, I just don't see much benefit from that at the moment. > Do you...