win gvim

来源:互联网 发布:java编程试题及答案 编辑:程序博客网 时间:2024/06/01 07:43
    set number      set guifont=courier_new:h14    set backspace=eol,indent,start      set history=10000      set autoindent      set smartindent      set tabstop=4    set shiftwidth=4    set expandtab      set showmatch      set guifont=monaco:h10      "set guifont=Consolas:h11      colorscheme evening      "colorscheme evening      set nocp      filetype plugin indent on      imap [[ {<cr>}<c-o>O      map <F4> :call CR()<CR>      func! CR()      exec "!g++ -O2 -g  % -o %<"      endfunc      map<F5> :call E()<CR>      func! E()      exec "! %<"      endfunc      filetype on      syntax on  language messages zh_CN.utf-8" vim7.1在windows下的编码设置。By Huadong.Liu""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""set encoding=utf-8set fileencodings=utf-8,chinese,latin-1if has("win32")set fileencoding=chineseelseset fileencoding=utf-8endif"解决菜单乱码source $VIMRUNTIME/delmenu.vimsource $VIMRUNTIME/menu.vim"解决consle输出乱码language messages zh_CN.utf-8
0 0
原创粉丝点击