gioele / vim-autoswap

Please Vim, stop with these swap file messages. Just switch to the correct window!
Creative Commons Zero v1.0 Universal
115 stars 25 forks source link

blocks whole ui #20

Open xiehuc opened 6 years ago

xiehuc commented 6 years ago

using nvim,macos,iterm

when open file direct must ctrl+c to continue when use fzf to open file. whole ui blocks and only to kill.

test switch this plugin, problems gone.

image

seems following code blocks

    call system('osascript -e ''tell application "Terminal" to set frontmost of '.a:active_window.' to true''')