Thanks for the suggestion for using together with mutt. However, I am having difficulties to execute another "file browser" with your plugin. Here is my configuration:
let g:checkattach_filebrowser='/usr/bin/find /home/XX/Desktop /home/XX/Documents/Dropbox -not -path "vim" -type f | /usr/bin/fzf -m'
The output of the command if run it in the command line is:
/home/XX/Documents/Dropbox/EnvSimulator.class
/home/XX/Documents/Dropbox/EdgeNodeHost.class
/home/XX/Documents/Dropbox/EdgeNodeHost2.class
However, it does not even open the "file browser" and there are no error. Did I misunderstand something?
Thank you
Thanks for the suggestion for using together with mutt. However, I am having difficulties to execute another "file browser" with your plugin. Here is my configuration:
let g:checkattach_filebrowser='/usr/bin/find /home/XX/Desktop /home/XX/Documents/Dropbox -not -path "vim" -type f | /usr/bin/fzf -m'
The output of the command if run it in the command line is:
/home/XX/Documents/Dropbox/EnvSimulator.class
/home/XX/Documents/Dropbox/EdgeNodeHost.class
/home/XX/Documents/Dropbox/EdgeNodeHost2.class
However, it does not even open the "file browser" and there are no error. Did I misunderstand something?
Thank you