set nocompatible
set encoding=utf8
set guioptions-=T set number
set guifont=consolas:h12 source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim filetype off
filetype plugin indent on
syntax on set tabstop=
set softtabstop=
set shiftwidth=
set shiftround
set expandtab set nobackup
set noswapfile
set nowritebackup set ignorecase
set smartcase "set cursorline
set foldmethod=manual set langmenu=en_US
let $LANG = 'en_US' set scrolloff= autocmd filetype python nnoremap <F5> :w! <bar> exec '!python '.shellescape('%')<CR>
autocmd filetype vb nnoremap <F5> :w! <bar> exec '!wscript '.shellescape('%')<CR>
autocmd filetype java nnoremap <F5> :w!<CR> :!javac %<cr> :!java %:r<cr> filetype plugin on
let g:pydiction_location = "D:\code_mtl\Pydiction\complete-dict" source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin set diffexpr=MyDiff()
function 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 . eq
endfunction

最新文章

  1. bzoj3674同上(好短)
  2. SQL Server 隐式转换引发的躺枪死锁-程序员需知
  3. input固定在底部
  4. IPC--&gt;PIPO
  5. ZOJ3792_Romantic Value
  6. 学习ES6--data1
  7. datanode无法连接到master
  8. java学习笔记--1_常见输入输出语句熟悉篇章
  9. MapReduce调度与执行原理之任务调度
  10. JQuery EasyUI框架学习
  11. Hadoop权威指南: InputFormat,RecordReader,OutputFormat和RecordWriter
  12. C语言程序设计课程设计自查表格
  13. Redis事务管理
  14. 使用ArcGIS Earth矢量化高精度的数据(kml转图层转shp/要素类)
  15. 微信小程序的页面渲染(if/for)
  16. final 评论 II
  17. Docker K8s基本概念入门
  18. 【转载】Chrome插件开发 尝试
  19. C++易混淆知识点整理
  20. gitlab+jenkins环境搭建.md

热门文章

  1. ASP.NET Core MVC 2.x 全面教程_ASP.NET Core MVC 15. 用户管理
  2. UVaLive 6588 &amp;&amp; Gym 100299I (贪心+构造)
  3. pip 国内安装镜像源
  4. C++ multiset通过greater、less指定排序方式,实现最大堆、最小堆功能
  5. iOS 设置UITextView的Placeholder
  6. HAL之串口
  7. 二分图匹配 + 构造 E. Arpa’s overnight party and Mehrdad’s silent entering
  8. RedHat7.2安装matplotlib——之Python.h:没有那个文件或目录
  9. C#基础学习4
  10. oracle 数据导入、导出