-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes #68 #86 #123 #109 #76 #141 #111 ## changes - [x] remove uv.spawn wrapper in favour of vim.system - [x] `do_lint` now respects *all* config fields - [x] linter can now use lnum_end and col_end - [x] added step by step tutorial for advanced usage - [x] remove all version checking code, only supports 0.10+ from now on - [x] apply exepath fix for windows ## internal changes - [x] events now contains truly all autocmd related functions - [x] utils now contains execution checking functions - [x] use custom simpler table copy
- Loading branch information
1 parent
b066152
commit 6c3b3cb
Showing
21 changed files
with
986 additions
and
493 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[*.lua] | ||
indent_style = space | ||
indent_size = 2 |
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
Oops, something went wrong.