diff options
Diffstat (limited to 'general/functions.vim')
-rw-r--r-- | general/functions.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/general/functions.vim b/general/functions.vim index 47284f2e..0860b920 100644 --- a/general/functions.vim +++ b/general/functions.vim @@ -1,3 +1,5 @@ +" Random Useful Functions + " Turn spellcheck on for markdown files augroup auto_spellcheck autocmd BufNewFile,BufRead *.md setlocal spell |