5e8125c4f47b
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 03 Jan 2017 14:55:53 +0000 |
parents | 81f9028354c7 (current diff) 7fbf0bb92dd9 (diff) |
children | 72f09a8646a6 |
branches/tags | (none) |
files |
Changes
--- a/chapters/53.markdown Mon Jan 02 12:26:12 2017 +0000 +++ b/chapters/53.markdown Tue Jan 03 14:55:53 2017 +0000 @@ -155,7 +155,7 @@ :::vim if !exists("g:potion_command") - let g:potion_command = "/Users/sjl/src/potion/potion" + let g:potion_command = "potion" endif function! PotionCompileAndRunFile() @@ -221,7 +221,7 @@ :::vim if !exists("g:potion_command") - let g:potion_command = "/Users/sjl/src/potion/potion" + let g:potion_command = "potion" endif nnoremap <buffer> <localleader>r