Add a script to extract audio from a video
This commit is contained in:
3
vimrc
3
vimrc
@@ -374,9 +374,6 @@ augroup campoCmds
|
||||
" Jump to last cursor position unless it's invalid or in an event handler.
|
||||
autocmd BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g`\"" | endif
|
||||
|
||||
" Indent HTML <p> tags.
|
||||
autocmd FileType html,eruby if g:html_indent_tags !~ '\\|p\>' | let g:html_indent_tags .= '\|p\|li\|dt\|dd' | endif
|
||||
|
||||
" Properly indent schemes (scheme, racket, etc).
|
||||
autocmd BufRead,BufNewFile *.{lisp,scm,rkt} setlocal equalprg=scmindent.rkt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user