Entries from 2011-11-28 to 1 day

texの保存時に。を.とかに変換する

" {{{ " for tex function! s:subsitute_interpunction() let pos = getpos(".") silent execute "try | %s/。/./g | catch | endtry" silent execute "try | %s/、/,/g | catch | endtry" call setpos(".", pos) endfunction autocmd! BufWrite *.tex cal…