Seong Yong-ju

Results 55 issues of Seong Yong-ju

### Describe your request Currently `:lang web` and `:lang javascript` have Emmet support with emmet-mode. But emmet-mode has no fuzzy matching which is a very important feature cause to help...

is:feature
module:tools/lsp
status:confirmed

Added insertions of paths of files under Git. The source `list-file` shows `git ls-files` if the working directory is under Git.

Implemented undo action for Git. Added a source `git-reflog`, and a widget `git-undo`. ![temp](https://user-images.githubusercontent.com/11665236/28996448-dbe237a2-7a3b-11e7-82a1-d15ce99680fb.png)

## Description ```zsh alias some-f "some-command -f" alias some-foobar "some-command --foobar" some-command --bar -f # -> suggest some-f some-command -f --foobar # -> suggest some-foobar some-command -- -f # ->...

## Description ```zsh alias p="pipe" # -> suggests p some command | pipe ```

Reproduce steps: ```sh alias yst='yarn start' yarn start:ja ``` Expected behavior: ``` (nothing output) ``` Actual behavior: ``` 💡 yst:ja ```

bug

e.g. ```sh alias run-help=man man awk ``` Expected behavior: ``` (nothing output) ``` Actual behavior: ``` 💡 run-help awk ```

enhancement