Ticket #39088: patch-README.diff

File patch-README.diff, 852 bytes (added by cooljeanius (Eric Gallager), 11 years ago)

diff to apply to mpvim's README

  • /opt/local/var/macports/build/_opt_local_var_macports_sources_LocalPorts_editors_mpvim/mpvim/work/mpvim/README

    old new  
    22mpvim adds MacPorts support to vim. This currently includes syntax coloring for
    33Portfiles and running lint from vim.
    44
    5 === Installation
    6 run 'make install' or copy the files in this directory into ~/.vim
     5=== Manual installation
     6Run 'make install' or copy the files in this directory into ~/.vim
     7
     8=== Installation with MacPorts
     9Do `sudo port install mpvim`, which will put the files in @PREFIX@/share/vim/vimfiles
     10(vim will pick them up there)
    711
    812=== Usage
    913* :make runs 'port lint' on the Portfile in the current buffer