# HG changeset patch # User Steve Losh # Date 1549134957 18000 # Node ID 634d093b174a1c3d330765e3edd4991f20ba4516 # Parent 2316eb128101c4f3894689f2b2cdc1f3882c54cc More diff -r 2316eb128101 -r 634d093b174a vim/vimrc --- a/vim/vimrc Sat Feb 02 14:12:14 2019 -0500 +++ b/vim/vimrc Sat Feb 02 14:15:57 2019 -0500 @@ -1417,8 +1417,11 @@ augroup ft_hgrc au! - " s/bbs/ghs/ + " s/shs/ghs/ au BufReadPost,BufNewFile hgrc nnoremap g yypciwgitwwcwghsA.git + + " s/shs/bbs/ + au BufReadPost,BufNewFile hgrc nnoremap g yypciwbitwwcwghsA.git augroup END " }}}