Stanislav Seletskiy
Stanislav Seletskiy
With same function.
Useful for storing sensetive information, like e-mails (but not passwords!)
**bash-language-server** version: 1.7.0  Bash language server fails to apply `shopt extglob` for the context of parsed script. This is valid bash script: ```bash #!/bin/bash shopt -s extglob for arg...
It would be nice to see labels that are assigned to each card in cards list to be able to run `grep` and extract only cards with specific labels.
Original issue: https://github.com/mads-hartmann/bash-language-server/issues/170  `tree-sitter-bash` fails to apply `shopt extglob` for the context of parsed script. This is valid bash script: ```bash #!/bin/bash shopt -s extglob for arg in "$@";...

Make possible to remap key in insert mode without breaking functionality of this plugin. Like this: ``` viml au VimEnter * inoremap (pumvisible() \ ? feedkeys("\") \ : feedkeys("\=g:MatchemRepeatFixupFlush('')\\", 'n'))...
Without word delimiter in pattern regexp `form` will be incorrectly attributed to the `pugScriptLoopRegion`.
It'l be huge. Overview of features introduced by this PR available here: https://github.com/seletskiy/screenkey#whats-up I rewrote several blocks of code so I'm not 100% sure it will work on every configuration....