-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Comment out unused function * Specify test socket name in Makefile * Refactor vim/tmux resize determination method * Uncomment process list; maybe useful for debugging * Add separate make vim for testing only vim * Update plugin header * Clean up unused code and add comments
- Loading branch information
1 parent
219bdec
commit bc5af8e
Showing
2 changed files
with
26 additions
and
33 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
.PHONY: test | ||
.PHONY: test vim | ||
|
||
test: | ||
tmux -f test/.tmux.conf new-session "nvim -u test/.vimrc" | ||
tmux -L tmux-testing -f test/.tmux.conf new-session "make vim" | ||
|
||
vim: | ||
nvim -u test/.vimrc |
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