diff -u /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/editors/neovim/Portfile ./Portfile
old
|
new
|
|
4 | 4 | PortGroup github 1.0 |
5 | 5 | PortGroup cmake 1.0 |
6 | 6 | |
7 | | github.setup neovim neovim 0.3.6 v |
| 7 | github.setup neovim neovim 0.3.7 v |
8 | 8 | categories editors |
9 | 9 | platforms darwin |
10 | 10 | maintainers {raimue @raimue} \ |
… |
… |
|
19 | 19 | |
20 | 20 | homepage https://neovim.io |
21 | 21 | |
22 | | checksums rmd160 915b8d2cf30ac19b18958ce42f522fa5bd0b574f \ |
23 | | sha256 e6446731be5e7a2ebee7ebd0e607354a4a501cc2dae8818a518fcb288a0a9701 \ |
24 | | size 9232995 |
| 22 | checksums rmd160 ab61921d60aacd4e5c156722502e022691d5ae95 \ |
| 23 | sha256 e02ba9b71baed961745a8ffc88035dcb5a04a8a329b96c029ab4d9f612e95eb9 \ |
| 24 | size 9232822 |
25 | 25 | |
26 | 26 | # https://github.com/neovim/neovim/issues/9687 |
27 | 27 | patchfiles patch-issue9687.diff |
… |
… |
|
51 | 51 | If you want to share your existing Vim configuration with Neovim, you can add these symlinks: |
52 | 52 | ln -s ~/.vim ~/.config/nvim |
53 | 53 | ln -s ~/.vimrc ~/.config/nvim/init.vim |
54 | | For possible incompatible changes and differences to Vim check ':help nvim-intro' in nvim. |
| 54 | For possible incompatible changes and differences to Vim check ':help nvim-intro' in nvim. |
55 | 55 | } |