Cristiano De Michele

Results 26 comments of Cristiano De Michele

thank you for your prompt reply! Cristiano De Michele ***@***.*** > Il giorno 25 set 2021, alle ore 19:59, JT ***@***.***> ha scritto: > > > Hi @cridemichel > Thanks...

Hi, with this minimalist .zshrc file: setopt HIST_FIND_NO_DUPS export PATH="/usr/local/opt/apr/bin:$PATH" export PATH="/usr/local/bin:/usr/local/sbin:$PATH" export ZSH="/Users/demichel/.oh-my-zsh" ZSH_THEME="agnoster" DISABLE_MAGIC_FUNCTIONS=true ENABLE_CORRECTION="true" plugins=(zsh-vi-mode fancy-ctrl-z) source $ZSH/oh-my-zsh.sh ZVM_INSERT_MODE_CURSOR=$ZVM_CURSOR_BLOCK ZVM_VI_SURROUND_BINDKEY="classic" if I open vim and I type...

this is with zsh-vi-mode plugin loaded: ❯ bindkey -M viins | grep "\^Z" "^Z" self-insert otherwise I get: ❯ bindkey -M viins | grep "\^Z" "^Z" fancy-ctrl-z

Dear Caleb, thank you very much for the clarification, I think that the real workaround to bug #425 is simply to respect the nerdcommenter actual logic, i.e. if g:NERDAllowAnyVisualDelims is...

Hi, any chance to have it fixed?

it seems that a possible fix is rather easy, in file ```plugin/NERD_commenter.vim``` inside the function s:CommentBlock, the following if...endif statement ```vim if !s:Multipart() && g:NERDAllowAnyVisualDelims && s:AltMultipart() let switchedDelims =...

I have just created a PR best C.

Dear alerque, is there any chance to have it merged into master? best Cristiano

thank you for the prompt reply! best C. Cristiano De Michele [email protected] > Il giorno 3 dic 2020, alle ore 10:34, Caleb Maclennan ha scritto: > > > Closed #425...

Hi, this issue is back and I have submitted a new pull request (#480) to fix it please give a look at it when you have a chance, best Cristiano