-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features Complete implementation of full and base name symbol subtitution. Rename g:executioner#current_file to g:executioner#full_name. Add g:executioner#base_name to ease more complicated commands. Both symbols are defined only if they are not already defined in vimrc. Improve c and cpp default commands to output file based on file name. Add r to default as R file. Non-backwards compatible changes Change executioner#extensions to account for subsitution feature Code Add test.* and Test.* files to .gitignore
- Loading branch information
Showing
3 changed files
with
156 additions
and
102 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,4 @@ | ||
.DS_Store | ||
|
||
test.* | ||
Test.* |
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