summarylogtreecommitdiffstats
path: root/neovim-git.install
diff options
context:
space:
mode:
authoréclairevoyant2022-12-28 15:28:52 -0500
committeréclairevoyant2022-12-28 15:37:04 -0500
commitbc261b39a69e0854ec6bb419c93fbb690fffe9b8 (patch)
tree31aadfec5bde72e23eca94a7e66348119371d8cb /neovim-git.install
parent5e1687e6fb93b1488db89ff2b652915b131b9d79 (diff)
downloadaur-bc261b39a69e0854ec6bb419c93fbb690fffe9b8.tar.gz
neovim-git: remove source renaming, cleanup, split scripts into separate
files Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Diffstat (limited to 'neovim-git.install')
-rw-r--r--neovim-git.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/neovim-git.install b/neovim-git.install
index a903b7ef0492..664aafc46e91 100644
--- a/neovim-git.install
+++ b/neovim-git.install
@@ -1,16 +1,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"
+ 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"
+ echo ":: Check the following page to see whether this upgrade"
+ echo " includes any breaking changes:"
+ echo " https://github.com/neovim/neovim/wiki/Following-HEAD"
}