I made a file with vim commands, starting with #!/usr/bin/vim -S so I can execute the file directly, instead of using "vim -S file". The problem is that vim tries to execute this first line too.
Can we have a workaround on this? Like, ignoring "#!" at the start of a command, instead of giving the "no ! allowed" error? Or am I having it all wrong? -- Rodolfo Borges