Ticket #39088: patch-README.diff
File patch-README.diff, 852 bytes (added by cooljeanius (Eric Gallager), 12 years ago) |
---|
-
/opt/local/var/macports/build/_opt_local_var_macports_sources_LocalPorts_editors_mpvim/mpvim/work/mpvim/README
old new 2 2 mpvim adds MacPorts support to vim. This currently includes syntax coloring for 3 3 Portfiles and running lint from vim. 4 4 5 === Installation 6 run 'make install' or copy the files in this directory into ~/.vim 5 === Manual installation 6 Run 'make install' or copy the files in this directory into ~/.vim 7 8 === Installation with MacPorts 9 Do `sudo port install mpvim`, which will put the files in @PREFIX@/share/vim/vimfiles 10 (vim will pick them up there) 7 11 8 12 === Usage 9 13 * :make runs 'port lint' on the Portfile in the current buffer