diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-24 02:18:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-24 02:18:24 +0300 |
commit | af7843442df43d8b3f3eb78d58f114096430446f (patch) | |
tree | cd691f996783628fed9e9c177ce06cd121020164 | |
parent | 72e67390ed82cbb38fa5a6c6a3f314b7b3a0c8e9 (diff) | |
download | repository-af7843442df43d8b3f3eb78d58f114096430446f.tar.gz |
neatvi: do not add as a vim alternative
-rwxr-xr-x | core/neatvi/build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/neatvi/build b/core/neatvi/build index b2cd0888..4f034fe3 100755 --- a/core/neatvi/build +++ b/core/neatvi/build @@ -3,6 +3,3 @@ make install -Dm755 vi "$1/usr/bin/vi" ln -sf vi "$1/usr/bin/ex" - -# Add this as a vim alternative -ln -sf vi "$1/usr/bin/vim" |