NobleRat
NobleRat
From [bashline.c::bash_execute_unix_command](https://git.savannah.gnu.org/cgit/bash.git/tree/bashline.c?id=ec8113b9861375e4e17b3307372569d429dec814) ```c ce = rl_get_termcap ("ce"); if (ce) /* clear current line */ { rl_clear_visible_line (); fflush (rl_outstream); } else rl_crlf (); /* move to a new line */...
Hi @fancsali, The command already exist VimwikiSearchTags. You can perform a mapping in one line in your vimrc, to get current word and open in split/new window. I would be...
Hi, thank you @qadzek for sharing your snippet. It is pretty nice and usefull. One should never have to enter today's date by hand on a computer. I agree to...
Run this in vim command (press ":" before and Enter after each line) ```vim syntax match Punct /[?:,:;]/ hi Punct ctermfg=red guifg=red ``` The first line define the syntax element...
sync helped as commented [above](https://github.com/WoeUSB/WoeUSB/issues/18#issuecomment-1575639240). It took 20 minutes after the `Installing for i386-pc platform` line probably due to the USB caching which is 4Gb on my machine. The output...
Tk @brennen and @MartyLake. Sorry for the delay @qadzek. Do not hesitate to push other changes thought.
LGTM (tk @MartyLake for the acronym lol). @brennen if OK for you, can you please merge? (for double check).
Hi @chipsenkbeil, (PS: [Your specifications](https://github.com/vimwiki/vimwiki/blob/dev/doc/specification.wiki) have already been pretty useful to write this comment). #### Brief I agree with your 2 points but not totally with the delimiters `#` (inline)...
> I'm not entirely in favor of #+ ... +#. I suppose we could have a single verbatim syntax Agreed let's forget it. I propose 1/ the same `##+ ......