Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== MacVim ====== ===== Press ENTER or type a command to continue ===== When trying to use netrw (:E), you may get this message. This is most likely because the swap/temporary directory has been changed from the default and does not exist. If your .vimrc file contained this:<code> " keep from polluting your folders with .swp (swap) files during editing if has("unix") set dir=~/tmp elseif has("win32") set dir=c:\\temp endif </code> ...you would need to make sure that ~/tmp exists. This same problem would also cause "Unable to open swap file ..." errors when trying to edit any file. docs/vim/macvim.txt Last modified: 2008/12/09 23:20by billh