From: Jan Kratochvil Date: Sun, 6 Nov 2011 15:28:27 +0000 (+0100) Subject: Remove textwidth. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=e7c4c4765d26dc6ecff58434f0a1c770f5d59744 Remove textwidth. +let g:netrw_home = $HOME --- diff --git a/.vimrc b/.vimrc index 7cbb6c9..c9cb6c6 100644 --- a/.vimrc +++ b/.vimrc @@ -65,8 +65,10 @@ set nohlsearch set noincsearch set nofoldenable set fo=tcq1 -set textwidth=78 +"set textwidth=78 set viminfo='100,\"1000,:100,/40 +let g:netrw_home = $HOME + " FIXME: Learn how to do :tag instead of :tselect with :cstag (used by :tag and CTRL-] if set cst) set nocst 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