code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
" Vim indent file " Language: Mail " Maintainer: Bram Moolenaar " Last Change: 2009 Jun 03 if exists("b:did_indent") finish endif let b:did_indent = 1 " What works best is auto-indenting, disable other indenting. " For formatting see the ftplugin. setlocal autoindent nosmartindent nocindent indentexpr=
zyz2011-vim
runtime/indent/mail.vim
Vim Script
gpl2
308
" Vim indent file " Language: Java " Previous Maintainer: Toby Allsopp <toby.allsopp@peace.com> " Current Maintainer: Hong Xu <xuhdev@gmail.com> " Last Change: 2012 May 18 " Version: 1.0 " License: Same as Vim. " Copyright (c) 2012 Hong Xu " Before 2012, this file is maintained by Toby Allsopp. " Only load this indent...
zyz2011-vim
runtime/indent/java.vim
Vim Script
gpl2
4,115
" Vim indent file " Language: FrameScript " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-19 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=GetFrameScriptIndent() setlocal indentkeys=!^F,o,O,0=~Else,0=~EndIf,0=~EndLoop,0=~EndSub setlocal nosmar...
zyz2011-vim
runtime/indent/framescript.vim
Vim Script
gpl2
786
" Vim indent file " Language: Autoconf configure.{ac,in} file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-12-20 " TODO: how about nested [()]'s in one line " what's wrong with '\\\@!'? " Only load this indent file when no other was loaded. if exists...
zyz2011-vim
runtime/indent/config.vim
Vim Script
gpl2
2,166
" vim: set sw=3 sts=3: " Awk indent script. It can handle multi-line statements and expressions. " It works up to the point where the distinction between correct/incorrect " and personal taste gets fuzzy. Drop me an e-mail for bug reports and " reasonable style suggestions. " " Bugs: " ===== " - Some syntax errors ma...
zyz2011-vim
runtime/indent/awk.vim
Vim Script
gpl2
7,748
" Vim indent file " Language: Haml " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2010 May 21 if exists("b:did_indent") finish endif runtime! indent/ruby.vim unlet! b:did_indent let b:did_indent = 1 setlocal autoindent sw=2 et setlocal indentexpr=GetHamlIndent() setlocal indentkeys=o,O,*<Return>,},],0)...
zyz2011-vim
runtime/indent/haml.vim
Vim Script
gpl2
2,178
" Vim indent file " Language: readline configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-12-20 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=GetReadlineIndent() setlocal indentkeys=!^F,o,O,=$else,=$endif setlocal nosmartindent i...
zyz2011-vim
runtime/indent/readline.vim
Vim Script
gpl2
681
" Vim indent file " Language: eRuby " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2010 May 28 " URL: http://vim-ruby.rubyforge.org " Anon CVS: See above site " Release Coordinator: Doug Kearns <dougkearns@gmail.com> if exists("b:did_indent") finish endif runtime! indent/ruby.vim unlet! b:did_ind...
zyz2011-vim
runtime/indent/eruby.vim
Vim Script
gpl2
2,104
" Vim indent file " Language: Mathematica " Author: steve layland <layland@wolfram.com> " Last Change: Sat May 10 18:56:22 CDT 2005 " Source: http://vim.sourceforge.net/scripts/script.php?script_id=1274 " http://members.wolfram.com/layland/vim/indent/mma.vim " " NOTE: " Empty .m files wi...
zyz2011-vim
runtime/indent/mma.vim
Vim Script
gpl2
2,227
" Vim indent file " Language: Fortran95 (and Fortran90, Fortran77, F and elf90) " Version: 0.40 " Last Change: 2011 Dec. 28 " Maintainer: Ajit J. Thakkar <ajit@unb.ca>; <http://www.unb.ca/chem/ajit/> " Usage: Do :help fortran-indent from Vim " Only load this indent file when no other was loaded. if exists("b:did_inden...
zyz2011-vim
runtime/indent/fortran.vim
Vim Script
gpl2
6,559
" Vim indent file " Language: C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2005 Mar 27 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " C indenting is built-in, thus this is very simple setlocal cindent let b:undo_indent = "setl c...
zyz2011-vim
runtime/indent/c.vim
Vim Script
gpl2
325
" Vim indent file " Language: C-shell (tcsh) " Maintainer: GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com' " Last Modified: Sat 10 Dec 2011 09:23:00 AM EST " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=TcshGetIndent()...
zyz2011-vim
runtime/indent/tcsh.vim
Vim Script
gpl2
1,243
" Vim indent file " Language: dict(1) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-12-20 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent setlocal nosmartindent inoremap <buffer> #...
zyz2011-vim
runtime/indent/dictconf.vim
Vim Script
gpl2
325
" Vim indent file " Language: XFree86 Configuration File " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-12-20 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=GetXF86ConfIndent() setlocal indentkeys=!^F,o,O,=End setlocal nosmartindent if exists("*...
zyz2011-vim
runtime/indent/xf86conf.vim
Vim Script
gpl2
679
"------------------------------------------------------------------------------ " Description: Vim Ada indent file " Language: Ada (2005) " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik " Maintainer: Martin Krischik <krischik@users.sourceforge.net> " Neil...
zyz2011-vim
runtime/indent/ada.vim
Vim Script
gpl2
11,147
" Maintainer: Paulo Moura <pmoura@logtalk.org> " Revised on: 2008.06.02 " Language: Logtalk " This Logtalk indent file is a modified version of the Prolog " indent file written by Gergely Kontra " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 se...
zyz2011-vim
runtime/indent/logtalk.vim
Vim Script
gpl2
1,690
" Vim indent file " Language: Pascal " Maintainer: Neil Carter <n.carter@swansea.ac.uk> " Created: 2004 Jul 13 " Last Change: 2011 Apr 01 " " This is version 2.0, a complete rewrite. " " For further documentation, see http://psy.swansea.ac.uk/staff/carter/vim/ if exists("b:did_indent") finish endif let b:did...
zyz2011-vim
runtime/indent/pascal.vim
Vim Script
gpl2
5,653
" Vim indent file " Language: Perl 5 " Author: Andy Lester <andy@petdance.com> " URL: http://github.com/petdance/vim-perl/tree/master " Last Change: June 3, 2009 " Suggestions and improvements by : " Aaron J. Sherman (use syntax for hints) " Artem Chuprina (play nice with folding) " TODO thing...
zyz2011-vim
runtime/indent/perl.vim
Vim Script
gpl2
5,388
" MetaPost indent file " Language: MetaPost " Maintainer: Eugene Minkovskii <emin@mccme.ru> " Last Change: 2012 May 18 " Version: 0.1 " ========================================================================== " Identation Rules: {{{1 " First of all, MetaPost language don't expect any identation rules. " This screept...
zyz2011-vim
runtime/indent/mp.vim
Vim Script
gpl2
6,527
" Description: html indenter " Author: Johannes Zellner <johannes@zellner.org> " Last Change: Mo, 05 Jun 2006 22:32:41 CEST " Restoring 'cpo' and 'ic' added by Bram 2006 May 5 " Globals: g:html_indent_tags -- indenting tags " g:html_indent_strict -- inhibit 'O O' elements " g:html_indent_strict_table -- in...
zyz2011-vim
runtime/indent/html.vim
Vim Script
gpl2
7,267
" Vim indent file " Language: dictd(8) configuration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-12-20 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent setlocal nosmartindent inoremap <buffer> ...
zyz2011-vim
runtime/indent/dictdconf.vim
Vim Script
gpl2
326
" Vim indent file " Language: CUDA " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2008 Nov 29 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " It's just like C indenting setlocal cindent let b:undo_indent = "setl cin<"
zyz2011-vim
runtime/indent/cuda.vim
Vim Script
gpl2
305
" Vim indent file " Language: Lua script " Maintainer: Marcus Aurelius Farias <marcus.cf 'at' bol.com.br> " First Author: Max Ischenko <mfi 'at' ukr.net> " Last Change: 2007 Jul 23 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=...
zyz2011-vim
runtime/indent/lua.vim
Vim Script
gpl2
1,914
" Vim indent file " Language: Aap recipe " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Works mostly like Python. runtime! indent/python.vim
zyz2011-vim
runtime/indent/aap.vim
Vim Script
gpl2
265
" Vim indent file " Language: OCaml " Maintainers: Jean-Francois Yuen <jfyuen@happycoders.org> " Mike Leary <leary@nwlink.com> " Markus Mottl <markus.mottl@gmail.com> " URL: http://www.ocaml.info/vim/indent/ocaml.vim " Last Change: 2010 Sep 04 - Added an in...
zyz2011-vim
runtime/indent/ocaml.vim
Vim Script
gpl2
8,906
" Vim filetype indent file " Language: JSP files " Maintainer: David Fishburn <fishburn@ianywhere.com> " Version: 1.0 " Last Change: Wed Nov 08 2006 11:08:05 AM " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " If there has been no specific JSP indent script c...
zyz2011-vim
runtime/indent/jsp.vim
Vim Script
gpl2
462
" Vim indent file " Language: VisualBasic (ft=vb) / Basic (ft=basic) / SaxBasic (ft=vb) " Author: Johannes Zellner <johannes@zellner.org> " Last Change: Fri, 18 Jun 2004 07:22:42 CEST " Small update 2010 Jul 28 by Maxim Kim if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal autoindent setlocal ...
zyz2011-vim
runtime/indent/vb.vim
Vim Script
gpl2
2,044
" Vim indent file loader " Language: SQL " Maintainer: David Fishburn <fishburn at ianywhere dot com> " Last Change: Thu Sep 15 2005 10:27:51 AM " Version: 1.0 " Download: http://vim.sourceforge.net/script.php?script_id=495 " Description: Checks for a: " buffer local variable, " ...
zyz2011-vim
runtime/indent/sql.vim
Vim Script
gpl2
1,204
" Vim indent file " Language: occam " Maintainer: Mario Schweigler <ms44@kent.ac.uk> " Last Change: 23 April 2003 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 "{{{ Settings " Set the occam indent function setlocal indentexpr=GetOccamIndent() " I...
zyz2011-vim
runtime/indent/occam.vim
Vim Script
gpl2
4,634
" Vim indent file " Language: ChaiScript " Maintainer: Jason Turner <lefticus 'at' gmail com> " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=GetChaiScriptIndent() setlocal autoindent " Only define the function once. if exis...
zyz2011-vim
runtime/indent/chaiscript.vim
Vim Script
gpl2
1,135
" Vim indent file " Language: cobol " Author: Tim Pope <vimNOSPAM@tpope.info> " $Id: cobol.vim,v 1.1 2007/05/05 18:08:19 vimboss Exp $ if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal expandtab setlocal indentexpr=GetCobolIndent(v:lnum) setlocal indentkeys& setlocal indentkeys+=0<*>,0/,0$,0=01...
zyz2011-vim
runtime/indent/cobol.vim
Vim Script
gpl2
8,197
" Vim indent file " Language: Cucumber " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2010 May 21 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal autoindent setlocal indentexpr=GetCucumberIndent() setlocal indentkeys=o,O,*<Return>,<:>,0<Bar>,0#,=,!^F " Only define the function onc...
zyz2011-vim
runtime/indent/cucumber.vim
Vim Script
gpl2
2,165
" Vim indent file " Language: LaTeX " Maintainer: Zhou YiChao <broken.zhou AT gmail.com> " Created: Sat, 16 Feb 2002 16:50:19 +0100 " Last Change: 2012 Mar 18 19:19:50 " Version: 0.7 " Please email me if you found something we can do. Bug report and " feature request is welcome. " Last Update: {{{ " ...
zyz2011-vim
runtime/indent/tex.vim
Vim Script
gpl2
9,550
" Vim indent file " Language: Zimbu " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2011 Jun 19 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal ai nolisp nocin setlocal indentexpr=GetZimbuIndent(v:lnum) setlocal indentkeys=0{,0}...
zyz2011-vim
runtime/indent/zimbu.vim
Vim Script
gpl2
3,880
" Vim indent file " Language: Liquid " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2012 May 07 if exists('b:did_indent') finish endif set indentexpr= if exists('b:liquid_subtype') exe 'runtime! indent/'.b:liquid_subtype.'.vim' else runtime! indent/html.vim endif unlet! b:did_indent if &l:i...
zyz2011-vim
runtime/indent/liquid.vim
Vim Script
gpl2
1,880
" Vim indent file " Language: generic Changelog file " Maintainer: noone " Last Change: 2005 Mar 29 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal ai let b:undo_indent = "setl ai<"
zyz2011-vim
runtime/indent/changelog.vim
Vim Script
gpl2
264
" Vim indent file " Language: Dylan " Version: 0.01 " Last Change: 2003 Feb 04 " Maintainer: Brent A. Fulgham <bfulgham@debian.org> " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentkeys+==~begin,=~block,=~case,=~cleanup,=~define,=~end,...
zyz2011-vim
runtime/indent/dylan.vim
Vim Script
gpl2
2,662
" Vim indent file " Language: Perl 6 " Maintainer: Andy Lester <andy@petdance.com> " URL: http://github.com/petdance/vim-perl/tree/master " Last Change: 2009-07-04 " Contributors: Andy Lester <andy@petdance.com> " Hinrik Örn Sigurðsson <hinrik.sig@gmail.com> " " Adapted from Perl indent fi...
zyz2011-vim
runtime/indent/perl6.vim
Vim Script
gpl2
3,524
" Vim indent file " Language: CSS " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2012-05-30 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=GetCSSIndent() setlocal indentkeys=0{,0},!^F,o,O setlocal nosmartindent let b:undo_indent = "setl smartindent< indent...
zyz2011-vim
runtime/indent/css.vim
Vim Script
gpl2
1,719
" Vim indent file " Language: automake " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_indent") finish endif " same as makefile indenting for now. runtime! indent/make.vim
zyz2011-vim
runtime/indent/automake.vim
Vim Script
gpl2
231
" Vim indent file " Language: XSLT .xslt files " Maintainer: David Fishburn <fishburn@ianywhere.com> " Last Change: Wed May 14 2003 8:48:41 PM " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Use XML formatting rules runtime! indent/xml.vim
zyz2011-vim
runtime/indent/xslt.vim
Vim Script
gpl2
297
" Vim indent file " Language: tf (TinyFugue) " Maintainer: Christian J. Robinson <heptite@gmail.com> " URL: http://christianrobinson.name/vim/indent/tf.vim " Last Change: 2002 May 29 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 se...
zyz2011-vim
runtime/indent/tf.vim
Vim Script
gpl2
1,499
" Vim indent file " Language: Zsh Shell Script " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_indent") finish endif " Same as sh indenting for now. runtime! indent/sh.vim
zyz2011-vim
runtime/indent/zsh.vim
Vim Script
gpl2
231
" Vim indent file " Language: DocBook Documentation Format " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_indent") finish endif " Same as XML indenting for now. runtime! indent/xml.vim if exists('*XmlIndentGet') setlocal indentexpr=XmlIndentGet(v:lnum,0) en...
zyz2011-vim
runtime/indent/docbk.vim
Vim Script
gpl2
324
" Vim indent file " Language: Erlang " Author: Csaba Hoch <csaba.hoch@gmail.com> " Contributors: Edwin Fine <efine145_nospam01 at usa dot net> " Pawel 'kTT' Salata <rockplayer.pl@gmail.com> " Ricardo Catalinas Jiménez <jimenezrick@gmail.com> " License: Vim license " Version: ...
zyz2011-vim
runtime/indent/erlang.vim
Vim Script
gpl2
6,562
" Vim indent file " Language: R " Author: Jakson Alves de Aquino <jalvesaq@gmail.com> " Last Change: Fri Oct 14, 2011 09:50PM " Only load this indent file when no other was loaded. if exists("b:did_r_indent") finish endif let b:did_r_indent = 1 setlocal indentkeys=0{,0},:,!^F,o,O,e setlocal indentexpr=GetRInden...
zyz2011-vim
runtime/indent/r.vim
Vim Script
gpl2
14,790
" Vim indent file " Language: gitolite configuration " URL: https://github.com/tmatilai/gitolite.vim " Maintainer: Teemu Matilainen <teemu.matilainen@iki.fi> " Last Change: 2011-12-24 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal autoindent setlocal indentexpr=GetGitoliteIndent() setlocal in...
zyz2011-vim
runtime/indent/gitolite.vim
Vim Script
gpl2
996
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-ebcdic-uk %%Version: 1.0 0 %%EndComments /VIM-ebcdic-uk[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /...
zyz2011-vim
runtime/print/ebcdic-uk.ps
PostScript
gpl2
2,125
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-gb_roman %%Version: 1.0 0 %%EndComments % Different to ASCII at code points 36 and 126 /VIM-gb_roman[ 32{/.notdef}repeat /space /exclam /quotedbl /numbersign /yuan /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /minus /period /slash /zero /on...
zyz2011-vim
runtime/print/gb_roman.ps
PostScript
gpl2
769
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cp1257 %%Version: 1.0 0 %%EndComments /VIM-cp1257[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/cp1257.ps
PostScript
gpl2
2,200
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-13 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-13[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notd...
zyz2011-vim
runtime/print/iso-8859-13.ps
PostScript
gpl2
2,186
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-9 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-9[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
zyz2011-vim
runtime/print/iso-8859-9.ps
PostScript
gpl2
2,218
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cp1255 %%Version: 1.0 0 %%EndComments /VIM-cp1255[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/cp1255.ps
PostScript
gpl2
2,137
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-ks_roman %%Version: 1.0 0 %%EndComments % Different to ASCII at code points 96 and 126 /VIM-ks_roman[ 32{/.notdef}repeat /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /minus /period /slash /zero /...
zyz2011-vim
runtime/print/ks_roman.ps
PostScript
gpl2
765
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-jis_roman %%Version: 1.0 0 %%EndComments % Different to ASCII at code points 92 and 126 /VIM-jis_roman[ 32{/.notdef}repeat /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /minus /period /slash /zero...
zyz2011-vim
runtime/print/jis_roman.ps
PostScript
gpl2
767
%!PS-Adobe-3.0 Resource-ProcSet %%Title: VIM-CIDFont %%Version: 1.0 0 %%EndComments % Editing of this file is NOT RECOMMENDED. You run a very good risk of causing % all PostScript printing from VIM failing if you do. PostScript is not called % a write-only language for nothing! /CP currentpacking d T setpacking /SB 2...
zyz2011-vim
runtime/print/cidfont.ps
PostScript
gpl2
1,085
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cp1250 %%Version: 1.0 0 %%EndComments /VIM-cp1250[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/cp1250.ps
PostScript
gpl2
2,215
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-5 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-5[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
zyz2011-vim
runtime/print/iso-8859-5.ps
PostScript
gpl2
2,315
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-koi8-u %%Version: 1.0 0 %%EndComments /VIM-koi8-u[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/koi8-u.ps
PostScript
gpl2
2,326
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-15 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-15[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notd...
zyz2011-vim
runtime/print/iso-8859-15.ps
PostScript
gpl2
2,176
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-mac-roman %%Version: 1.0 0 %%EndComments /VIM-mac-roman[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /...
zyz2011-vim
runtime/print/mac-roman.ps
PostScript
gpl2
2,220
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cp1252 %%Version: 1.0 0 %%EndComments /VIM-cp1252[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/cp1252.ps
PostScript
gpl2
2,223
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-7 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-7[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
zyz2011-vim
runtime/print/iso-8859-7.ps
PostScript
gpl2
2,141
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-10 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-10[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notd...
zyz2011-vim
runtime/print/iso-8859-10.ps
PostScript
gpl2
2,128
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cns_roman %%Version: 1.0 0 %%EndComments % Different to ASCII at code point 126 /VIM-cns_roman[ 32{/.notdef}repeat /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /minus /period /slash /zero /one /t...
zyz2011-vim
runtime/print/cns_roman.ps
PostScript
gpl2
765
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cp1251 %%Version: 1.0 0 %%EndComments /VIM-cp1251[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/cp1251.ps
PostScript
gpl2
2,382
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cp1253 %%Version: 1.0 0 %%EndComments /VIM-cp1253[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/cp1253.ps
PostScript
gpl2
2,169
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-hp-roman8 %%Version: 1.0 0 %%EndComments /VIM-hp-roman8[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /...
zyz2011-vim
runtime/print/hp-roman8.ps
PostScript
gpl2
2,171
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-3 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-3[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
zyz2011-vim
runtime/print/iso-8859-3.ps
PostScript
gpl2
2,231
%!PS-Adobe-3.0 Resource-ProcSet %%Title: VIM-Prolog %%Version: 1.4 1 %%EndComments % Editing of this file is NOT RECOMMENDED. You run a very good risk of causing % all PostScript printing from VIM failing if you do. PostScript is not called % a write-only language for nothing! /packedarray where not{userdict begin/se...
zyz2011-vim
runtime/print/prolog.ps
PostScript
gpl2
1,976
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-dec-mcs %%Version: 1.0 0 %%EndComments /VIM-dec-mcs[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.not...
zyz2011-vim
runtime/print/dec-mcs.ps
PostScript
gpl2
2,191
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-14 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-14[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notd...
zyz2011-vim
runtime/print/iso-8859-14.ps
PostScript
gpl2
2,189
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-koi8-r %%Version: 1.0 0 %%EndComments /VIM-koi8-r[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/koi8-r.ps
PostScript
gpl2
2,318
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-latin1 %%Version: 1.0 0 %%EndComments /VIM-latin1[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/latin1.ps
PostScript
gpl2
2,192
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-4 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-4[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
zyz2011-vim
runtime/print/iso-8859-4.ps
PostScript
gpl2
2,132
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-8 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-8[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
zyz2011-vim
runtime/print/iso-8859-8.ps
PostScript
gpl2
2,111
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-cp1254 %%Version: 1.0 0 %%EndComments /VIM-cp1254[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notde...
zyz2011-vim
runtime/print/cp1254.ps
PostScript
gpl2
2,241
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-ascii %%Version: 1.0 0 %%EndComments /VIM-ascii[ 32{/.notdef}repeat /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /minus /period /slash /zero /one /two /three /four /five /six /seven /eight /nine ...
zyz2011-vim
runtime/print/ascii.ps
PostScript
gpl2
720
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-2 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-2[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef...
zyz2011-vim
runtime/print/iso-8859-2.ps
PostScript
gpl2
2,156
%!PS-Adobe-3.0 Resource-Encoding %%Title: VIM-iso-8859-11 %%Version: 1.0 0 %%EndComments /VIM-iso-8859-11[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notd...
zyz2011-vim
runtime/print/iso-8859-11.ps
PostScript
gpl2
2,130
" Vim support file to switch off loading indent files for file types " " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2001 Jun 11 if exists("did_indent_on") unlet did_indent_on endif " Remove all autocommands in the filetypeindent group silent! au! filetypeindent *
zyz2011-vim
runtime/indoff.vim
Vim Script
gpl2
282
" Menu Translations: Spanish for UTF-8 encoding source <sfile>:p:h/menu_es_es.latin1.vim
zyz2011-vim
runtime/lang/menu_es_es.utf-8.vim
Vim Script
gpl2
90
" Menu Translations: Simplified Chinese source <sfile>:p:h/menu_zh_cn.gb2312.vim
zyz2011-vim
runtime/lang/menu_zh_cn.gbk.vim
Vim Script
gpl2
82
" Menu Translations: Norwegian for UTF-8 encoding " menu_no_no.utf-8.vim 289 2004-05-16 18:00:52Z sunny source <sfile>:p:h/menu_no_no.latin1.vim
zyz2011-vim
runtime/lang/menu_no_no.utf-8.vim
Vim Script
gpl2
146
" Menu Translations: Spanish source <sfile>:p:h/menu_es_es.latin1.vim
zyz2011-vim
runtime/lang/menu_es.latin1.vim
Vim Script
gpl2
71
" Menu Translations: Afrikaans for UTF-8 encoding source <sfile>:p:h/menu_af_af.latin1.vim
zyz2011-vim
runtime/lang/menu_af.utf-8.vim
Vim Script
gpl2
92
" Menu Translations: Czech source <sfile>:p:h/menu_czech_czech_republic.1250.vim
zyz2011-vim
runtime/lang/menu_cs.cp1250.vim
Vim Script
gpl2
82
" Menu Translations: Polish source <sfile>:p:h/menu_polish_poland.1250.vim
zyz2011-vim
runtime/lang/menu_pl.cp1250.vim
Vim Script
gpl2
76
" Menu translations: Portuguese source <sfile>:p:h/menu_pt_br.vim
zyz2011-vim
runtime/lang/menu_pt_br.latin1.vim
Vim Script
gpl2
67
" Menu Translations: Finnish for UTF-8 encoding source <sfile>:p:h/menu_fi_fi.latin1.vim
zyz2011-vim
runtime/lang/menu_fi_fi.utf-8.vim
Vim Script
gpl2
90
" Menu Translations: German for iso-8859-1 encoding source <sfile>:p:h/menu_de_de.latin1.vim
zyz2011-vim
runtime/lang/menu_de.latin1.vim
Vim Script
gpl2
94
" Menu Translations: Italian for UTF-8 encoding source <sfile>:p:h/menu_it_it.latin1.vim
zyz2011-vim
runtime/lang/menu_it.utf-8.vim
Vim Script
gpl2
90
" Menu Translations: Hungarian (Magyar) " Original Translation: Zoltán Árpádffy " Maintained By: Kontra Gergely <kgergely@mcl.hu> " Last Change: 2012 May 01 " " This file was converted from menu_hu_hu.iso_8859-2.vim. See there for " remarks. " Quit when menu translations have already been done. if exists("did_menu_t...
zyz2011-vim
runtime/lang/menu_hu_hu.utf-8.vim
Vim Script
gpl2
10,840
" Menu Translations: Traditional Chinese " Translated By: Hung-Te Lin <piaip@csie.ntu.edu.tw> " Last Change: 2012 May 01 " {{{ Quit when menu translations have already been done. if exists("did_menu_trans") finish endif let did_menu_trans = 1 " }}} let s:keepcpo= &cpo set cpo&vim scriptencoding utf-8 " {{{ Help ...
zyz2011-vim
runtime/lang/menu_zh_tw.utf-8.vim
Vim Script
gpl2
13,583
" Menu Translations: Slovak source <sfile>:p:h/menu_slovak_slovak_republic.1250.vim
zyz2011-vim
runtime/lang/menu_sk.cp1250.vim
Vim Script
gpl2
88
" Menu Translations: Simplified Chinese source <sfile>:p:h/menu_zh_cn.gb2312.vim
zyz2011-vim
runtime/lang/menu_zh_cn.18030.vim
Vim Script
gpl2
82
" Menu Translations: Traditional Chinese source <sfile>:p:h/menu_chinese_taiwan.950.vim
zyz2011-vim
runtime/lang/menu_zh.big5.vim
Vim Script
gpl2
89
" Menu Translations: Polish " Maintainer: Mikolaj Machowski ( mikmach AT wp DOT pl ) " Initial Translation: Marcin Dalecki <martin@dalecki.de> " Last Change: 17 May 2010 " Quit when menu translations have already been done. if exists("did_menu_trans") finish endif let did_menu_trans = 1 let s:keepcpo= &cpo set cpo...
zyz2011-vim
runtime/lang/menu_pl_pl.utf-8.vim
Vim Script
gpl2
12,488
" Menu Translations: Simplified Chinese (for Windows) source <sfile>:p:h/menu_chinese_gb.936.vim
zyz2011-vim
runtime/lang/menu_zh_cn.cp936.vim
Vim Script
gpl2
98
" Menu Translations: Simplified Chinese (for Windows) source <sfile>:p:h/menu_zh_cn.gb2312.vim
zyz2011-vim
runtime/lang/menu_zh.gb2312.vim
Vim Script
gpl2
96