Eugen

Results 25 comments of Eugen

Thanks for the report. Could you try with the minimal vimrc please? 1. Insert the following code into `/tmp/vimrc`: ```vim if !filereadable('/tmp/vim/autoload/plug.vim') exe 'silent !mkdir -p /tmp/vim/autoload && curl -fLo...

Could you run this command in the console `mkdir -p /tmp/vim/autoload && curl -fLo /tmp/vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim` please?

That's strange, as the last two commits affect only `` click in the prompt and existing swap messages when writing. Probably, the issue is with a vim plugin you use....

Can't reproduce with: ```vim if !filereadable('/tmp/vim/autoload/plug.vim') exe 'silent !mkdir -p /tmp/vim/autoload && curl -fLo /tmp/vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' endif set runtimepath+=/tmp/vim call plug#begin('/tmp/vim/bundle') Plug 'eugen0329/vim-esearch' Plug 'TaDaa/vimade' call plug#end() PlugInstall |...

Here is the [place in vim-buffet](https://github.com/bagrat/vim-buffet/blob/master/autoload/buffet.vim#L93). It gets into an infinite loop when i run the search 3rd time. It seems that it has nothing to do with the version...