Browse code

Add project

Robert Cranston authored on 04/06/2022 02:03:59
Showing 4 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+/doc/tags
2
+/test/*.out
0 3
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+.PHONY: all
2
+all: doc
3
+
4
+.PHONY: doc
5
+doc:
6
+	vimdoc .
7
+
8
+.PHONY: profile
9
+profile:
10
+	vim \
11
+		-u test/vimrc \
12
+		--cmd 'profile  start test/profile.out' \
13
+		--cmd 'profile! file  ./**.vim' \
14
+		-c    'args **/*.*' \
15
+		-c    'qall!'
0 16
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+{
2
+  "name": "unobtrusive-fold",
3
+  "description": "A Vim plugin for unobtrusive folds",
4
+  "version": "1.0.0",
5
+  "author": "Robert Cranston",
6
+  "license": "ISC",
7
+  "repository": {
8
+    "type": "git",
9
+    "url": "https://git.rcrnstn.net/rcrnstn/vim-unobtrusive-fold"
10
+  }
11
+}
0 12
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+set nocompatible
2
+set rtp+=.