summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-05-08 19:17:21 +0000
committerdamien <damien@mandriva.com>2000-05-08 19:17:21 +0000
commite3a5d6bd8632df19ccad57165235335b9345b9ef (patch)
treee430da11450bf2d954f2895449b9ee75a08ab198 /vimrc
parent6787435cdfe43540866b63de85b2c218bffa1450 (diff)
downloadrootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar
rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar.gz
rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar.bz2
rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.tar.xz
rootfiles-e3a5d6bd8632df19ccad57165235335b9345b9ef.zip
see changelog
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 446e9ad..4b4686c 100644
--- a/vimrc
+++ b/vimrc
@@ -41,6 +41,9 @@ set noincsearch
"Show the position of the cursor.
set ruler
+"no wrap
+set nowrap
+
"Show matching parenthese.
set showmatch