Súbor: [Platon] / vimconfig / vim / strace.vim (stiahnutie)
Revízia 1.7, Thu Jan 13 11:34:25 2005 UTC (20 years, 5 months ago) by rajo
Zmeny od 1.6: +2 -2
[lines]
Removed ' vb t_vb=' from modeline due new restrictions in vim.
|
" File: strace.vim
" Maintainer: Lubomir Host 'rajo' <rajo AT platon.sk>
" Version: $Platon: vimconfig/vim/strace.vim,v 1.6 2003/11/03 08:20:21 rajo Exp $
"
" Description: Source this file for removing some unimportang
" lines from strace output.
:silent! execute 'g/^\(\d\+ \{1,2}\)\{0,1}brk/d'
:silent! execute 'g/^\(\d\+ \{1,2}\)\{0,1}rt_sig/d'
:silent! execute 'g/ELF/d'
:silent! execute 'g/^\(\d\+ \{1,2}\)\{0,1}time/d'
:silent! execute 'g/^\(\d\+ \{1,2}\)\{0,1}gettimeofday/d'
:silent! execute 'g/^\(\d\+ \{1,2}\)\{0,1}select/d'
" Modeline {{{
" vim:set ts=4:
" vim600:fdm=marker fdl=0 fdc=3
" }}}
Platon Group <platon@platon.sk> http://platon.sk/
|