Disabled mouse in default.vim and added a default /etc/vimrc
This commit is contained in:
6
Makefile
6
Makefile
@@ -13,7 +13,7 @@ ARCH = x86_64
|
||||
URL = http://www.vim.org/
|
||||
DESC = Vim is an advanced text editor that seeks to provide the power of \
|
||||
the de-facto Unix editor 'Vi', with a more complete feature set.
|
||||
SNAPVER = sr2
|
||||
SNAPVER = sr3
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -24,7 +24,9 @@ VERSION := $(shell echo $(ARCHIVE)|sed 's/\.tar.*//'| \
|
||||
|
||||
MAKE = make
|
||||
MAKEINST = make install
|
||||
SNAPHACKS = ln -sv vim $(ROOT)/usr/bin/vi
|
||||
SNAPHACKS = ln -sv vim $(ROOT)/usr/bin/vi && \
|
||||
mkdir -v $(ROOT)/etc && \
|
||||
echo "colorscheme slate" > $(ROOT)/etc/vimrc
|
||||
|
||||
include /usr/share/snap/Makefile.snaplinux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user