summarylogtreecommitdiffstats
path: root/pacnews
diff options
context:
space:
mode:
Diffstat (limited to 'pacnews')
-rwxr-xr-xpacnews2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacnews b/pacnews
index 179f95b0eced..8fd09890ce83 100755
--- a/pacnews
+++ b/pacnews
@@ -20,7 +20,7 @@ set -- "${1:-/etc}"/**/*.pacnew
for file; do
current="${file/.pacnew/}"
- neovim -d "$current" "$file"
+ nvim -d "$current" "$file"
rm -iv "$file" # -i gets us prompting for free
[[ -f "$file" ]] && mv -iv "$file" "$current"