jiz4oh

Results 62 comments of jiz4oh

Hi @romanblanco, thanks for your reply. I open up the PR because we set swagger_doc from an YAML file. ![image](https://user-images.githubusercontent.com/41264693/227080480-a19c67e7-5e9f-4ac2-9456-a0586b95e668.png) The `RSpec.configuration.swagger_docs` is a hash which keys and values all...

No. And I update the `Steps to Reproduce` that can easily reproduce

Hi @wwqgtxx 大佬,dialer-proxy 使用 ss/vmess 的时候可以成功,但是使用 ss + shadowtls plugin 和 DIRECT 的时候会失败,可以帮忙看看吗

can confirm this issue occured after https://github.com/hrsh7th/cmp-cmdline/commit/79456dc113afe8420e08e31f0bb55dfe0eb45903, and only happened with `set regexpengine=1` can simply reproduce by add `set regexpengine=1` in vimrc, then start vim ![image](https://github.com/hrsh7th/cmp-cmdline/assets/41264693/70d80887-5a09-4c59-9dd7-66d8164e9550) Hi @hrsh7th, could you...

Hi guys, I'm personally dying for this feature. Could it please get added asap?

there is a `SlimeMotionSend` that you can map by yourself, there is my vimrc ``` nmap gz SlimeMotionSend ```

I can complete this by `let g:surround_{char2nr('

```vim function! s:ac() abort let pre = &confirm try set confirm A finally let &confirm = pre endtry endfunction command! AC :call ac() ``` I defined this for myself

or add the following code in your `.vimrc` if you don't want set `additional_vim_regex_highlighting = true` ``` augroup vim-rails-augroup autocmd! autocmd FileType eruby \ if RailsDetect() | cmap rails#ruby_cfile() |...

> Deploy 目前通过发送快捷键这样实现: > > ```shell > osascript -e 'tell application "System Events" to key code 50 using {control down, option down}' > ``` 感谢~不知道同步是否也能通过这个方式实现