1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 15:32:27 +01:00

Rename :mksyntax to :mkvimruntime.

This now generates and installs all Vim runtime files.

Closes issue #653.
This commit is contained in:
Doug Kearns
2011-07-07 00:34:21 +10:00
parent fa626cda6a
commit 7f7b0319f9
14 changed files with 115 additions and 88 deletions

View File

@@ -474,21 +474,13 @@ var tests = {
completions: [""],
cleanup: ["silent !rm some-nonexistent-rc.penta"]
},
mksyntax: {
noOutput: [
"some-nonexistent-pentadactyl-dir/",
"! some-nonexistent-pentadactyl-dir/",
"some-nonexistent-pentadactyl-dir/foo.vim",
"! some-nonexistent-pentadactyl-dir/foo.vim",
],
mkvimruntime: {
error: [
"some-nonexistent-pentadactyl-dir/",
"some-nonexistent-pentadactyl-dir/foo.vim"
"some-nonexistent-pentadactyl-dir/"
],
completions: [
["", hasItems]
],
cleanup: ["silent !rm -r some-nonexistent-pentadactyl-dir/"]
]
},
get mlistkeys() this.listcommands,
mmap: {},