I wonder what is the magic syntax to achieve the following command in Vim through the command line?
I tried to issue the following command, but can only get a Vim window with an empty buffer named wiki, and a prompt that is asking for the session name:
gvim -c :SLoad wiki
I tried to wrap things around "wiki", but none of the following markers helped:
I wonder what is the magic syntax to achieve the following command in Vim through the command line?
I tried to issue the following command, but can only get a Vim window with an empty buffer named
wiki
, and a prompt that is asking for the session name:I tried to wrap things around
"wiki"
, but none of the following markers helped: