Skip to content

Instantly share code, notes, and snippets.

@soh335
Created November 27, 2011 15:26
Show Gist options
  • Save soh335/1397694 to your computer and use it in GitHub Desktop.
Save soh335/1397694 to your computer and use it in GitHub Desktop.
" {{{
" for tex
function! s:subsitute_interpunction()
silent execute "try | %s/。/./g | catch | endtry"
silent execute "try | %s/、/,/g | catch | endtry"
endfunction
autocmd! BufWrite *.tex call s:subsitute_interpunction()
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment