Skip to content

Commit

Permalink
add vim-7.4.1714
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Apr 6, 2016
1 parent 0884ca3 commit e641cd3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions cattleshed/compilers.default
Expand Up @@ -3835,6 +3835,34 @@
"display-name": "Rust",
"runtime-option-raw": true
},
{
"compile-command": [
"/bin/true"
],
"name": "vim-7.4.1714",
"language": "Vim script",
"output-file": "prog.vim",
"displayable": true,
"version-command": [
"/bin/echo",
"vim 7.4.729"
],
"run-command": [
"/usr/local/vim-7.4.1714/bin/vim",
"-X",
"-N",
"-u",
"NONE",
"-i",
"NONE",
"-V1",
"-e",
"--cmd",
"source prog.vim | qall!"
],
"display-compile-command": "vim -X -N -u NONE -i NONE -V1 -e --cmd 'source proc.vim | qall!'",
"runtime-option-raw": true
},
{
"compile-command": [
"/bin/true"
Expand Down
6 changes: 6 additions & 0 deletions cattleshed/compilers.py
Expand Up @@ -1232,6 +1232,12 @@ def make_rust(self):

def make_vim(self):
NAMES = [
("vim-7.4.1714", {
"params": {
},
"after": {
},
}),
("vim-7.4.729", {
"params": {
},
Expand Down

0 comments on commit e641cd3

Please sign in to comment.