Stanislav Seletskiy

Results 10 issues of Stanislav Seletskiy

Hello, Are you planning to introduce options transactions support?

long term

With same function.

Useful for storing sensetive information, like e-mails (but not passwords!)

**bash-language-server** version: 1.7.0 ![screenshot](https://user-images.githubusercontent.com/674812/71815968-31f94680-3092-11ea-880c-48636e2685f2.png) 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...

grammar bug

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.

enhancement

Original issue: https://github.com/mads-hartmann/bash-language-server/issues/170 ![screenshot](https://user-images.githubusercontent.com/674812/71815968-31f94680-3092-11ea-880c-48636e2685f2.png) `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 "$@";...

bug

![cr-mapping](https://user-images.githubusercontent.com/674812/61875721-f576cb80-aef3-11e9-8b92-a94621bd753d.gif)

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....