From: short <> Date: Fri, 17 Jan 2003 16:19:40 +0000 (+0000) Subject: +Turn off file autodetections X-Git-Tag: bp_liverpm~85 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=51d70b3a80bd19139931b5de4ba1bf7444a9720d +Turn off file autodetections tags: +some captive/reactos-specific directories +map ALT-w for 'PLAN' weekday update +map * and # as 'noignorecase' versions +map CTRL-] to also 'zz' the view afterwards --- diff --git a/.vimrc b/.vimrc index 08001f1..69bb989 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,16 @@ if !exists("g:_kratochvil_vimrc") let g:_kratochvil_vimrc=1 +autocmd! filetypedetect +autocmd! gzip BufRead +autocmd! gzip BufWritePost +autocmd! gzip FileAppendPost +autocmd! gzip FileAppendPre +autocmd! gzip FileReadPost +autocmd! gzip FileWritePost +"remove 'set tw=78': +autocmd! BufRead *.txt + "autocmd * * echo "test" "startup read existing file: BufReadPre BufReadPost BufEnter VimEnter @@ -47,7 +57,7 @@ set nostartofline set nohlsearch set fo=tcq set viminfo='100,\"1000,:100,/40 -set tags=./tags,./TAGS,./../tags,./../TAGS,./../../tags,./../../TAGS,./../../../tags,./../../../TAGS,./../../../../tags,./../../../../TAGS,./../../../../../tags,./../../../../../TAGS,./../../../../../../tags,./../../../../../../TAGS,./../../../../../../../tags,./../../../../../../../TAGS,./../../../../../../../../tags,./../../../../../../../../TAGS,./../../../../../../../../../tags,./../../../../../../../../../TAGS,./../../../../../../../../../../tags,./../../../../../../../../../../TAGS,./../../../../../../../../../../../tags,./../../../../../../../../../../../TAGS,./w32/inc/tags,./../w32/inc/tags,./../../w32/inc/tags,,./../../../w32/inc/tags,./../../../../w32/inc/tags,./../../../../../w32/inc/tags,./../../../../../../w32/inc/tags,./../../../../../../../w32/inc/tags,/usr/src/redhat/BUILD/tags,/usr/src/redhat/BUILD/TAGS,/usr/include/tags,/usr/include/TAGS +set tags=./tags,./TAGS,./../tags,./../TAGS,./../../tags,./../../TAGS,./../../../tags,./../../../TAGS,./../../../../tags,./../../../../TAGS,./../../../../../tags,./../../../../../TAGS,./../../../../../../tags,./../../../../../../TAGS,./../../../../../../../tags,./../../../../../../../TAGS,./../../../../../../../../tags,./../../../../../../../../TAGS,./../../../../../../../../../tags,./../../../../../../../../../TAGS,./../../../../../../../../../../tags,./../../../../../../../../../../TAGS,./../../../../../../../../../../../tags,./../../../../../../../../../../../TAGS,./reactos/tags,./../reactos/tags,./../../reactos/tags,,./../../../reactos/tags,./../../../../reactos/tags,./../../../../../reactos/tags,./../../../../../../reactos/tags,./w32/inc/tags,./../w32/inc/tags,./../../w32/inc/tags,,./../../../w32/inc/tags,./../../../../w32/inc/tags,./../../../../../w32/inc/tags,./../../../../../../w32/inc/tags,./../../../../../../../w32/inc/tags,/usr/src/redhat/BUILD/tags,/usr/src/redhat/BUILD/TAGS,/usr/include/tags,/usr/include/TAGS noremap p :set invpaste paste? noremap l :set invlist paste? @@ -58,5 +68,9 @@ noremap P :prev noremap  G:r !date '+\%H:\%M:\%S-' kA noremap d :set hlsearch/^[+-]\([^+-].*\\|\)$ noremap D :set hlsearch/^[+-][+-]\([^+-].*\\|\)$ +noremap w 0i /[^ ] vf.h"kyf./[^ ] vf.h"ly0x:r !date -d "`date '+\%Y'`-l-k" '+\%u' yypkV:!tr '1234567' 'PUSCPSN' jV:!tr '1234567' 'otttaoe' kJxv0xk0llllllplxxjddk0 +noremap * :let ic_save=&ic:set noic*:let &ic=ic_save +noremap # :let ic_save=&ic:set noic#:let &ic=ic_save +noremap  zz endif "!exists("g:_kratochvil_vimrc")