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:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user