vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
333 stars 19 forks source link

E471: Argument required: ^I^I^Iargadd #11

Closed eco0414 closed 7 years ago

eco0414 commented 7 years ago

question: $ touch a.txt && vim :EditVifm open file

"a.txt" [converted] 0L, 0C Error detected while processing function 60_StartVifm..60_HandleRunRes ults: line 56: E471: Argument required: ^I^I^Iargadd E471: Argument required: ^I^I^Iargadd

Is there a way to hide error messages?

request: I would appreciate it if Add a "sort by inode".

xaizek commented 7 years ago

Is there a way to hide error messages?

It's better to fix them. And it should be fixed now, thanks for the report! Your version of Vim just doesn't have working :argadd command without arguments.

I would appreciate it if Add a "sort by inode".

Sorting criteria already contain some things that were unexpected for me, so not a big deal adding one more, but why one would want to sort by inode?

eco0414 commented 7 years ago

It works correctly. thank you.

why one would want to sort by inode?

Because the order of the songs of my digital audio player looks the same as sorted by i-node.

xaizek commented 7 years ago

In case you're using development version, sorting by inode is in the master branch now.