2007-02-01 Chris Wilson <chris@chris-wilson.co.uk>
* perf/scroll.vim:
Extract the bits the test needs out of debian.vim.
svn path=/trunk/; revision=1603
+2007-02-01 Chris Wilson <chris@chris-wilson.co.uk>
+
+ * perf/scroll.vim:
+ Extract the bits the test needs out of debian.vim.
+
2007-02-01 Chris Wilson <chris@chris-wilson.co.uk>
As spotted on bug 399617c8, we convert an array of unichars to a
-runtime! debian.vim
+set nocompatible " Use Vim defaults instead of 100% vi compatibility
+set backspace=indent,eol,start " more powerful backspacing
+set textwidth=0 " Don't wrap lines by default
+set nobackup
+set history=50 " keep 50 lines of command line history
+set ruler " show the cursor position all the time
+
+set t_Co=256
+set t_Sf=\e[3%dm
+set t_Sb=\e[4%dm
function Scroll(dir, windiv)
let wh = winheight(0)