brooth / far.vim

Find And Replace Vim plugin
MIT License
905 stars 44 forks source link

error caught in async handler #40

Open tofulm opened 6 years ago

tofulm commented 6 years ago

Hello, I've got an error with : neovim : 2.2 source : agnvim far : update commande : :F facture_asso . or :F facture_asso .php

Error : error caught in async handler ... neovim.api.nvim.NvimError: b'Vim(call):E722: Il manque une virgule dans le Dictionnaire ...

log : far.vim.log

Thanks

nkakouros commented 5 years ago

I also got this, with the error saying:

instance.d/destroy\', \'items\': [{\'text\': \'    instances=( $(instance_get_available_instances) )\', \'lnum\': 36, \'cnum\': 19}]}, {\'fname\': \'scripts/custom/world.d/build\', \'items\'
: [{\'text\': \'  read -a limit <<< "$(instance_get_available_instances)"\', \'lnum\': 26, \'cnum\': 24}]}, {\'fname\': \'scripts/custom/world.d/sync\', \'items\': [{\'text\': \'  readarray 
-t -d \\\' \\\' instances <<< "$(instance_get_available_instances)"\', \'lnum\': 53, \'cnum\': 40}]}, {\'fname\': \'scripts/custom/test\', \'items\': [{\'text\': \'    instances=($(instance_
get_available_instances))\', \'lnum\': 116, \'cnum\': 18}, {\'text\': \'    readarray -t -d \\\' \\\' instances <<< "$(instance_get_available_instances)"\', \'lnum\': 285, \'cnum\': 42}]}, {
\'fname\': \'scripts/custom/lib/instance\', \'items\': [{\'text\': \'## @fn instance_get_available_instances()\', \'lnum\': 116, \'cnum\': 8}, {\'text\': \'function instance_get_available_in
stances() {\', \'lnum'
tofulm commented 5 years ago

if I change agnvim with ag => no error !!!