We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When opening a file, that is already opened with another instance of (neo-)vim, you usually see this error message:
E325: ATTENTION Found a swap file by the name ...
Then you have the choices:
[O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort:
When you choose [O]pen Read-Only or (R)ecover, you see this error message:
[O]pen Read-Only
(R)ecover
Error detected while processing function <SNR>71_startup: line 7:
...which seems to belong to the exec call in s:startup function:
exec
s:startup
file-line/plugin/file_line.vim
Lines 76 to 88 in 559088a
I have no glue, what the function does, but (argidx+1).'argument' seems to be 1argument at this point.
(argidx+1).'argument'
1argument
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When opening a file, that is already opened with another instance of (neo-)vim, you usually see this error message:
Then you have the choices:
When you choose
[O]pen Read-Only
or(R)ecover
, you see this error message:...which seems to belong to the
exec
call ins:startup
function:file-line/plugin/file_line.vim
Lines 76 to 88 in 559088a
I have no glue, what the function does, but
(argidx+1).'argument'
seems to be1argument
at this point.The text was updated successfully, but these errors were encountered: