Björn wrote: > It was brought to my attention that having the runtime folder in a > path with spaces produces errors when trying to open ".vim" files. In > particular this is the error that pops up (the runtime location is > inside the MacVim app bundle hence the long path): > > Error detected while processing /Applications/MacVim Folder With > Spaces/MacVim.app/Contents/Resources/vim/runtime/syntax/vim.vim: > line 607: > E172: Only one file name allowed > line 628: > E172: Only one file name allowed > > Line 607 in runtime/syntax/vim.vim on my machine is: > > exe "syn include @vimRubyScript ".s:rubypath > > Line 628 is similar: > > exe "syn include @vimPythonScript ".s:pythonpath > > > Can runtime/vim.vim be fixed or is there some rule against having the > runtime folder in a path with spaces?
Charles maintains this file. -- >From "know your smileys": @:-() Elvis Presley /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" 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
