# HG changeset patch # User Jeffrey Chupp # Date 1482371208 18000 # Node ID 7fbf0bb92dd926838fd6704ae16a1238a11fba7e # Parent 664378742a34eedd17d5af0d588e9a41aa52b7a8 Consistency tweak in g:potion_command Keep this consistent with the previous chapter. diff -r 664378742a34 -r 7fbf0bb92dd9 chapters/53.markdown --- a/chapters/53.markdown Wed Dec 21 12:33:52 2016 -0500 +++ b/chapters/53.markdown Wed Dec 21 20:46:48 2016 -0500 @@ -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