diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-27 17:30:06 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-27 17:30:06 +0800 |
commit | 1e392be4d8d2cc2c6e2f8d5a4e4eb9dc2f463ff4 (patch) | |
tree | b6d01aef09a5528f9ce9acf4a020fe57fc9e9ced /vimrc | |
parent | 0c71beaa23a10e3f08b46f8d7cf506122add73fd (diff) |
Update
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ augroup END | |||
187 | 187 | ||
188 | " Generate static pages | 188 | " Generate static pages |
189 | augroup slideRebuild | 189 | augroup slideRebuild |
190 | autocmd BufWritePost ~/public/**/slide/*.md :!cd %:p:h && ~/helper/tools/markdown/reveal %:t >/dev/null | 190 | autocmd BufWritePost ~/public/**/slide/*.md :!(cd %:p:h && ~/helper/tools/markdown/reveal %:t >/dev/null &) |
191 | augroup END | 191 | augroup END |
192 | 192 | ||
193 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 193 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |