summarylogtreecommitdiffstats
path: root/neovim-git.install
blob: a903b7ef0492b89fe1dba048c32ff5ecc2a60400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $1: new package version
post_install() {
  echo ":: The Neovim executable is called 'nvim'."
  echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
  echo "   to get started."
  echo ":: If you have any questions, check the following page first:"
  echo "   https://github.com/neovim/neovim/wiki/FAQ"
}

# $1: new package version
# $2: old package version
post_upgrade() {
  echo ":: Check the following page to see whether this upgrade"
  echo "   includes any breaking changes:"
  echo "   https://github.com/neovim/neovim/wiki/Following-HEAD"
}