From: Iain Patterson Date: Thu, 15 Dec 2005 16:13:18 +0000 (+0000) Subject: foldmethod was annoying. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=ed46803e221991bc147b361ee0227d4fcf10dfab foldmethod was annoying. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@13 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index d23e785..d1d7842 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -3,7 +3,7 @@ export SSHTERM=urxvtc export SSHTERM_TITLE=-title export SSHTERM_EXEC=-e #export TERM=xterm-xfree86 -export TERM=rxvt-unicode +export TERM=linux export LC_CTYPE=en_GB export LS_OPTIONS="--color=auto -F -b" export VISUAL=vim diff --git a/.vimrc b/.vimrc index 468aefc..4ced5ef 100755 --- a/.vimrc +++ b/.vimrc @@ -135,7 +135,6 @@ endfun fun PerlMode_map() set cinkeys=0{,0},:,!^F,o,O,e set cinwords=if,else,while,do,for,eval - set foldmethod=indent endfun fun PerlMode_unmap() @@ -145,13 +144,11 @@ endfun fun PHPMode_map() set nocindent set autoindent - set foldmethod=indent endfun fun PHPMode_unmap() set noautoindent set cindent - set foldmethod=manual endfun " ... For makefiles: