My Vim _ vimrc File

Source: Internet
Author: User

Easy-to-use Vim _ vimrc File

Replace _ vimrc under c: \ Program Files \ Vim

 

Content:

Set nocompatible

Source $ vimruntime/vimrc_example.vimsource $ vimruntime/mswin. vimbehave mswin set backspace = indent, EOL, startset rulerset show1_set wildmenuset fo = cqrtset laststatus = 2 set textwidth = 78 set WW = <,>, H, lset autoindentset noeb visualbellset expandtabset tabstop = 4 set sequence = 4 set expandtablet mapleader = "," syn onfiletype plugin onfiletype indent onset nobackupset nu set diffexpr = mydiff () funct Ion mydiff () Let opt = '-A -- binary' If & diffopt = ~ 'Icase' | let opt = opt. '-I' | endif if & diffopt = ~ 'Iwhite' | let opt = opt. '-B' | endif let arg1 = V: fname_in if arg1 = ~ ''| Let arg1 = '"'. arg1. '"' | endif let arg2 = V: fname_new if arg2 = ~ ''| Let arg2 = '"'. arg2. '"' | endif let arg3 = V: fname_out if arg3 = ~ ''| Let arg3 = '"'. arg3. '"' | endif let eq ='' if $ vimruntime = ~ ''If & SH = ~ '\ <Cmd' let cmd = '""'. $ vimruntime. '\ diff "'Let eq ='" 'else let cmd = substitute ($ vimruntime ,'','"',''). '\ diff "' endif else let cmd = $ vimruntime. '\ diff 'endif silent execute '! '. Cmd. ''. Opt. arg1.''. arg2.'> '. arg3. eqendfunction
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.