Hi, I want to write a script that opens up macvim and automatically runs a command. In vim, I run this:
$ /Applications/MacVim.app/Contents/MacOS/Vim -c ":setfiletype clojure" Then, I run ":set filetype" and see that "filetype=clojure". So this works. But with macvim: $ /Applications/MacVim.app/Contents/MacOS/MacVim -c ":setfiletype clojure" I run ":set filetype" and see "filetype=", meaning it didn't work. Any ideas? -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php