Open
Description
There is a problem with the -p
flag (which is supposed to open multiple files in different tabs).
If I use nvim -p file1 file2
then everything works as expected if the files do not require superuser permission sto write to.
But is file1 requires superuser permissions the file2 is never opened in a separate tab.
If any file is passed as a command line argument that needs superuser permissions, the files passed after that argument are not opened in separate tabs.
Metadata
Assignees
Labels
No labels