代码搜索:Moolenaar
找到约 189 项符合「Moolenaar」的源代码
代码结果 189
www.eeworm.com/read/100119/15883676
c os_w32dll.c
/* vi:set ts=8 sts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
* GUI support by Robert Webb
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits"
www.eeworm.com/read/438832/7725310
sh ex69.sh
#!/bin/bash
# 用非交互的方式来使用'vi'编辑一个文件.
# 模仿'sed'.
E_BADARGS=65
if [ -z "$1" ]
then
echo "Usage: `basename $0` filename"
exit $E_BADARGS
fi
TARGETFILE=$1
# 在文件中插入两行, 然后保存.
#--------Begin here d
www.eeworm.com/read/105589/15664793
cnx uganda.cnx
*uganda.txt* For Vim version 6.2. 最近更新:2004年6月
VIM 参考手册 作者:Bram Moolenaar
翻译:Dasn
http://vimcdoc.sf.net
*uganda* *Uganda* *copying* *copyright* *licens
www.eeworm.com/read/105589/15664779
cnx usr_toc.cnx
*usr_toc.txt* For Vim version 6.3. 最近更新: 2004年6月
VIM USER MANUAL - by Bram Moolenaar
目 录 *user-manual*
======================================================================
www.eeworm.com/read/410502/11283121
vimrc .vimrc
" An example for a vimrc file.
"
" Maintainer: Bram Moolenaar
" Last change: 2002 Sep 19
"
" To use it, copy it to
" for Unix and OS/2: ~/.vimrc
" for Amiga: s:.vimrc
" for
www.eeworm.com/read/231546/4715044
txt scroll.txt
*scroll.txt* For Vim version 5.8. Last change: 2000 Jun 14
VIM REFERENCE MANUAL by Bram Moolenaar
Scrolling *scrolling*
These commands move the contents of the window. If the cur
www.eeworm.com/read/231546/4715079
txt digraph.txt
*digraph.txt* For Vim version 5.8. Last change: 1999 Sep 17
VIM REFERENCE MANUAL by Bram Moolenaar
Digraphs *digraphs* *Digraphs*
Digraphs are used to enter characters that normall
www.eeworm.com/read/231546/4715104
vim gvimrc_example.vim
" An example for a gvimrc file.
" The commands in this are executed when the GUI is started.
"
" Maintainer: Bram Moolenaar
" Last change: 2000 Mar 29
"
" To use it, copy it to
" fo
www.eeworm.com/read/231546/4715187
vim manual.vim
" Vim syntax support file
" Maintainer: Bram Moolenaar
" Last Change: 1998 Dec 6
" This file is used for ":syntax manual".
" It installs the Syntax autocommands, but no the FileType au
www.eeworm.com/read/231546/4715203
vim syntax.vim
" Vim syntax support file
" Maintainer: Bram Moolenaar
" Last Change: 1998 Dec 6
" This file is used for ":syntax on".
" It installs the autocommands and starts highlighting for all bu