From f9271617d79350aa765f28dec3250f0877e7d1c1 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 13:42:03 +0600 Subject: f --- files/.vimrc | 8 ++++---- files/.vimrc-10093352-SIBSAC | 7 +++++++ files/.vimrc_10093352-SIBSAC | 7 ------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100755 files/.vimrc-10093352-SIBSAC delete mode 100755 files/.vimrc_10093352-SIBSAC (limited to 'files') diff --git a/files/.vimrc b/files/.vimrc index d54c1c6..e8745ee 100755 --- a/files/.vimrc +++ b/files/.vimrc @@ -188,7 +188,7 @@ map gf :e map YY "+yy -let s:hostname=hostname() -if s:hostname == '10093352-SIBSAC' - source $HOME/_vimrc_10093352-SIBSAC -endif +let s:local_vimrc=$home/.vimrc-hostname() +"if s:hostname == '10093352-SIBSAC' + "source $HOME/.vimrc_10093352-SIBSAC +"endif diff --git a/files/.vimrc-10093352-SIBSAC b/files/.vimrc-10093352-SIBSAC new file mode 100755 index 0000000..116d32f --- /dev/null +++ b/files/.vimrc-10093352-SIBSAC @@ -0,0 +1,7 @@ +if !has('gui_running') + colorscheme default +endif +set backupext=.bak +set backupdir=$TEMP/bak +set directory+=$TEMP +set shellslash diff --git a/files/.vimrc_10093352-SIBSAC b/files/.vimrc_10093352-SIBSAC deleted file mode 100755 index 116d32f..0000000 --- a/files/.vimrc_10093352-SIBSAC +++ /dev/null @@ -1,7 +0,0 @@ -if !has('gui_running') - colorscheme default -endif -set backupext=.bak -set backupdir=$TEMP/bak -set directory+=$TEMP -set shellslash -- cgit v1.2.3