# HG changeset patch # User Steve Losh # Date 1483455353 0 # Node ID 5e8125c4f47ba2899d488be2f5feb1761a842f74 # Parent 81f9028354c71ed98a87c8f91907541d56d7a030# Parent 7fbf0bb92dd926838fd6704ae16a1238a11fba7e Merge. diff -r 81f9028354c7 -r 5e8125c4f47b chapters/53.markdown --- 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 r