Check-in Number:
|
5051 | |
Date: |
2005-Apr-25 17:50:24 (local)
2005-Apr-25 15:50:24 (UTC) |
User: | rse |
Branch: | |
Comment: |
sync with my RSE version |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/due/.vimrc 1.2 -> 1.3
--- .vimrc 2004/10/22 19:56:28 1.2
+++ .vimrc 2005/04/25 15:50:24 1.3
@@ -1,7 +1,7 @@
"##
"## OSSP due - Dynamic User Environment
-"## Copyright (c) 1994-2004 Ralf S. Engelschall <rse@engelschall.com>
-"## Copyright (c) 1994-2004 The OSSP Project <http://www.ossp.org/>
+"## Copyright (c) 1994-2005 Ralf S. Engelschall <rse@engelschall.com>
+"## Copyright (c) 1994-2005 The OSSP Project <http://www.ossp.org/>
"##
"## This file is part of OSSP due, a dynamic user environment
"## which can found at http://www.ossp.org/pkg/tool/due/
@@ -90,10 +90,10 @@
set virtualedit=block
" Always expand windows to the maximum height, but expand only to the
-" minimum width of 80 characters per line. Also, create new windows
+" minimum width of 100 characters per line. Also, create new windows
" below current one.
set winheight=9999
-set winwidth=80
+set winwidth=100
set splitbelow
" Do not wrap lines (neither implicitly on display nor explicitly
|
|