代码搜索:Vim
找到约 6,270 项符合「Vim」的源代码
代码结果 6,270
www.eeworm.com/read/188901/7349333
vim
www.eeworm.com/read/192464/8380648
vim taglist.vim
" File: taglist.vim
" Author: Yegappan Lakshmanan (yegappan AT yahoo DOT com)
" Version: 4.2
" Last Modified: November 14, 2006
" Copyright: Copyright (C) 2002-2006 Yegappan Lakshmanan
" Pe
www.eeworm.com/read/384729/8848034
vim firestorm.vim
" Vim syntax file
" Language: Firestorm config file
" Maintainer: Gianni Tedesco
" Last Change: $Id: firestorm.vim,v 1.5 2002/12/10 22:43:40 scara Exp $
" Quit when a syntax
www.eeworm.com/read/371985/9526455
vim fap.vim
www.eeworm.com/read/365496/9861085
c vim.c
/*
* $Id: vim.c 485 2006-10-24 12:06:19Z dfishburn $
*
* Copyright (c) 2000-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General Public Lice
www.eeworm.com/read/449122/7518102
c vim.c
/*
* $Id: vim.c,v 1.11 2003/12/23 02:27:46 darren Exp $
*
* Copyright (c) 2000-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU Ge
www.eeworm.com/read/448111/7540093
vim xian.vim
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "xian"
hi Comment guifg=#C0C0C0 guibg=#946464 gui=underline
hi Constant guifg=#00FF80 guibg=#946464 gui=n
www.eeworm.com/read/448111/7540094
vim wood.vim
" Vim color file
" Maintainer: freddydaoud@netscape.net
" Last Change: 09 Apr 2005
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="wood"
hi Normal
www.eeworm.com/read/448111/7540095
vim whitedust.vim
set background=light
hi clear
hi Boolean guifg=#235C5C gui=bold
hi Character guifg=#235C5C gui=bold
hi Comment guifg=#808080
hi Condtional guifg=#700000
hi Constant