-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vim-rescript v3: Remove
server
and vim commands (#72)
* init v3 * polish * remove examples * update readme.md * update readme.md * update readme.md * Update doc/rescript.txt Co-authored-by: Patrick Ecker <patrick@ecker.dev> * Update README.md Co-authored-by: Patrick Ecker <patrick@ecker.dev> * Update CHANGELOG.md Co-authored-by: Patrick Ecker <patrick@ecker.dev> * Update CHANGELOG.md Co-authored-by: Patrick Ecker <patrick@ecker.dev> * update CHANGELOG.md * update Makefile * update CONTRIBUTING.md * update gitignore * more updates * Update README.md Co-authored-by: Patrick Ecker <patrick@ecker.dev> --------- Co-authored-by: Patrick Ecker <patrick@ecker.dev>
- Loading branch information
Showing
248 changed files
with
60 additions
and
29,656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
.PHONY: test test-ci | ||
|
||
MYVIM ?= nvim --headless | ||
|
||
INMAKE := 1 | ||
export INMAKE | ||
|
||
test: | ||
@$(MYVIM) -u ./test/test_all.vim | ||
|
||
test-syntax: | ||
nvim -l test/test-syntax.lua | ||
git diff --name-only --exit-code -- 'test/syntax/expected/*.res.txt' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.