 |
 |
 |
 |
|
 |
|
|
 |
| Email us on admin 'at' kaali.co.uk if you need hosting space or a website at a very reasonable price. Kaali Web Engine is a web based content management system to manage website content, images, look & feel and more. |
|
|
|
|
 |
 |
|
|
 |
 |
|
|
| This is a sample GVIM, VIM profile that has small and sleek fonts. |
 |
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
set guifont=Courier:h9:cANSI
set lines=45
set columns=130
set nu
set ic
set diffexpr=MyDiff()
function MyDiff()
let opt = ''
if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif
if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif
silent execute '!C:\Vim\vim61\diff -a ' . opt . v:fname_in . ' ' . v:fname_new . ' > ' . v:fname_out
endfunction
|
| Was this article helpful? Please leave your feedback. It will help us improve and serve our customers better. |
|
|
|
|
|
 |
| Author: Kaali Global Limited, last update: 11th Dec 2006 |
|
|
|
 |
|
 |
|
|
 |
|
|
 |
 |
|
|
 |
| © 2005 - 2007 Kaali. All rights reserved. |
|
 |
|
|