From 7fb561f9a9e80190b607f646ee06a5a088a35d1f Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Sun, 13 Sep 2009 13:42:16 +0200 Subject: [PATCH] Initial vim config commit --- .vim/.netrwhist | 10 + .vim/after/ftplugin/mail.vim | 2 + .vim/colors/brookstream.vim | 83 ++++ .vim/colors/candy.vim | 78 +++ .vim/colors/darkdot.vim | 80 ++++ .vim/colors/dw_blue.vim | 66 +++ .vim/colors/impactG.vim | 68 +++ .vim/colors/neverness.vim | 105 ++++ .vim/colors/zenburn.vim | 299 ++++++++++++ .vim/compiler/tex.vim | 1 + .vim/doc/imaps.txt.gz | 1 + .vim/doc/tags | 905 +++++++++++++++++++++++++++++++++++ .vim/ftplugin/mail.vim | 59 +++ .vim/indent/tex.vim | 1 + .vim/plugin/SyntaxFolds.vim | 1 + .vim/plugin/filebrowser.vim | 1 + .vim/plugin/imaps.vim | 1 + .vim/plugin/lbdbq.vim | 127 +++++ .vim/plugin/libList.vim | 1 + .vim/plugin/remoteOpen.vim | 1 + .vim/spell/en.utf-8.add | 25 + .vim/spell/en.utf-8.add.spl | Bin 0 -> 351 bytes .vimcolor | 70 +++ .vimrc | 109 +++++ 24 files changed, 2094 insertions(+) create mode 100644 .vim/.netrwhist create mode 100644 .vim/after/ftplugin/mail.vim create mode 100644 .vim/colors/brookstream.vim create mode 100644 .vim/colors/candy.vim create mode 100644 .vim/colors/darkdot.vim create mode 100644 .vim/colors/dw_blue.vim create mode 100644 .vim/colors/impactG.vim create mode 100644 .vim/colors/neverness.vim create mode 100644 .vim/colors/zenburn.vim create mode 120000 .vim/compiler/tex.vim create mode 120000 .vim/doc/imaps.txt.gz create mode 100644 .vim/doc/tags create mode 100644 .vim/ftplugin/mail.vim create mode 120000 .vim/indent/tex.vim create mode 120000 .vim/plugin/SyntaxFolds.vim create mode 120000 .vim/plugin/filebrowser.vim create mode 120000 .vim/plugin/imaps.vim create mode 100644 .vim/plugin/lbdbq.vim create mode 120000 .vim/plugin/libList.vim create mode 120000 .vim/plugin/remoteOpen.vim create mode 100644 .vim/spell/en.utf-8.add create mode 100644 .vim/spell/en.utf-8.add.spl create mode 100644 .vimcolor create mode 100644 .vimrc diff --git a/.vim/.netrwhist b/.vim/.netrwhist new file mode 100644 index 0000000..ef6f6bb --- /dev/null +++ b/.vim/.netrwhist @@ -0,0 +1,10 @@ +let g:netrw_dirhistmax =10 +let g:netrw_dirhist_cnt =8 +let g:netrw_dirhist_1='/home/penny/src/moodle/ehl/local/tests/unit_tests' +let g:netrw_dirhist_2='/home/penny/src/moodle/ehl/local/migrate/config' +let g:netrw_dirhist_3='/home/penny/.offlineimap' +let g:netrw_dirhist_4='/home/penny/src/ehl-sync/bin' +let g:netrw_dirhist_5='/home/penny/src/newmoodle/lib/Liip/Moodle/Builder' +let g:netrw_dirhist_6='/home/penny/src/tabaction/moodle/ims/frageplayer/tabaction-moodle/config' +let g:netrw_dirhist_7='/home/penny/src/moodle/debian/debian' +let g:netrw_dirhist_8='/home/penny/src/moodle/ehl/theme/EHL_2008-2009/styles_lib' diff --git a/.vim/after/ftplugin/mail.vim b/.vim/after/ftplugin/mail.vim new file mode 100644 index 0000000..a189f2c --- /dev/null +++ b/.vim/after/ftplugin/mail.vim @@ -0,0 +1,2 @@ +set nohlsearch noshowmatch modelines=0 tw=75 et noai +set spell diff --git a/.vim/colors/brookstream.vim b/.vim/colors/brookstream.vim new file mode 100644 index 0000000..ee907c6 --- /dev/null +++ b/.vim/colors/brookstream.vim @@ -0,0 +1,83 @@ +"-------------------------------------------------------------------- +" Name Of File: brookstream.vim. +" Description: Gvim colorscheme, works best with version 6.1 GUI . +" Maintainer: Peter Bäckström. +" Creator: Peter Bäckström. +" URL: http://www.brookstream.org (Swedish). +" Credits: Inspiration from the darkdot scheme. +" Last Change: Friday, April 13, 2003. +" Installation: Drop this file in your $VIMRUNTIME/colors/ directory. +"-------------------------------------------------------------------- + +set background=dark +hi clear +if exists("syntax_on") + syntax reset +endif +let g:colors_name="brookstream" + +"-------------------------------------------------------------------- + +hi Normal gui=none guibg=#000000 guifg=#bbbbbb +hi Cursor guibg=#44ff44 guifg=#000000 +hi Directory guifg=#44ffff +hi DiffAdd guibg=#080808 guifg=#ffff00 +hi DiffDelete guibg=#080808 guifg=#444444 +hi DiffChange guibg=#080808 guifg=#ffffff +hi DiffText guibg=#080808 guifg=#bb0000 +hi ErrorMsg guibg=#880000 guifg=#ffffff +hi Folded guifg=#000088 +hi IncSearch guibg=#000000 guifg=#bbcccc +hi LineNr guibg=#050505 guifg=#4682b4 +hi ModeMsg guifg=#ffffff +hi MoreMsg guifg=#44ff44 +hi NonText guifg=#4444ff +hi Question guifg=#ffff00 +hi SpecialKey guifg=#4444ff +hi StatusLine gui=none guibg=#2f4f4f guifg=#ffffff +hi StatusLineNC gui=none guibg=#bbbbbb guifg=#000000 +hi Title guifg=#ffffff +hi Visual gui=none guibg=#bbbbbb guifg=#000000 +hi WarningMsg guifg=#ffff00 + +" syntax highlighting groups ---------------------------------------- + +hi Comment guifg=#696969 +hi Constant guifg=#00aaaa +hi Identifier guifg=#00e5ee +hi Statement guifg=#00ffff +hi PreProc guifg=#8470ff +hi Type guifg=#ffffff +hi Special gui=none guifg=#87cefa +hi Underlined gui=bold guifg=#4444ff +hi Ignore guifg=#444444 +hi Error guibg=#000000 guifg=#bb0000 +hi Todo guibg=#aa0006 guifg=#fff300 +hi Operator gui=none guifg=#00bfff +hi Function guifg=#1e90ff +hi String gui=None guifg=#4682b4 +hi Boolean guifg=#9bcd9b + +"hi link Character Constant +"hi link Number Constant +"hi link Boolean Constant +"hi link Float Number +"hi link Conditional Statement +"hi link Label Statement +"hi link Keyword Statement +"hi link Exception Statement +"hi link Repeat Statement +"hi link Include PreProc +"hi link Define PreProc +"hi link Macro PreProc +"hi link PreCondit PreProc +"hi link StorageClass Type +"hi link Structure Type +"hi link Typedef Type +"hi link Tag Special +"hi link Delimiter Special +"hi link SpecialComment Special +"hi link Debug Special +"hi link FoldColumn Folded + +"- end of colorscheme ----------------------------------------------- diff --git a/.vim/colors/candy.vim b/.vim/colors/candy.vim new file mode 100644 index 0000000..545ff7c --- /dev/null +++ b/.vim/colors/candy.vim @@ -0,0 +1,78 @@ +" Vim color file +" Maintainer: Tiza +" Last Change: 2002/04/28 Sun 19:35. +" version: 1.0 +" This color scheme uses a dark background. + +set background=dark +hi clear +if exists("syntax_on") + syntax reset +endif + +let colors_name = "candy" + +hi Normal guifg=#f0f0f8 guibg=#000000 + +" Search +hi IncSearch gui=UNDERLINE guifg=#80ffff guibg=#0060c0 +hi Search gui=NONE guifg=#f0f0f8 guibg=#0060c0 + +" Messages +hi ErrorMsg gui=BOLD guifg=#ffa0ff guibg=NONE +hi WarningMsg gui=BOLD guifg=#ffa0ff guibg=NONE +hi ModeMsg gui=BOLD guifg=#40f0d0 guibg=NONE +hi MoreMsg gui=BOLD guifg=#00ffff guibg=#008070 +hi Question gui=BOLD guifg=#e8e800 guibg=NONE + +" Split area +hi StatusLine gui=NONE guifg=#000000 guibg=#c8c8d8 +hi StatusLineNC gui=NONE guifg=#707080 guibg=#c8c8d8 +hi VertSplit gui=NONE guifg=#606080 guibg=#c8c8d8 +hi WildMenu gui=NONE guifg=#000000 guibg=#a0a0ff + +" Diff +hi DiffText gui=NONE guifg=#ff78f0 guibg=#a02860 +hi DiffChange gui=NONE guifg=#e03870 guibg=#601830 +hi DiffDelete gui=NONE guifg=#a0d0ff guibg=#0020a0 +hi DiffAdd gui=NONE guifg=#a0d0ff guibg=#0020a0 + +" Cursor +hi Cursor gui=NONE guifg=#00ffff guibg=#008070 +hi lCursor gui=NONE guifg=#ffffff guibg=#8800ff +hi CursorIM gui=NONE guifg=#ffffff guibg=#8800ff + +" Fold +hi Folded gui=NONE guifg=#40f0f0 guibg=#005080 +hi FoldColumn gui=NONE guifg=#40c0ff guibg=#00305c + +" Other +hi Directory gui=NONE guifg=#40f0d0 guibg=NONE +hi LineNr gui=NONE guifg=#9090a0 guibg=NONE +hi NonText gui=BOLD guifg=#4080ff guibg=NONE +hi SpecialKey gui=BOLD guifg=#8080ff guibg=NONE +hi Title gui=BOLD guifg=#f0f0f8 guibg=NONE +hi Visual gui=NONE guifg=#e0e0f0 guibg=#707080 + +" Syntax group +hi Comment gui=NONE guifg=#c0c0d0 guibg=NONE +hi Constant gui=NONE guifg=#90d0ff guibg=NONE +hi Error gui=BOLD guifg=#ffffff guibg=#ff0088 +hi Identifier gui=NONE guifg=#40f0f0 guibg=NONE +hi Ignore gui=NONE guifg=#000000 guibg=NONE +hi PreProc gui=NONE guifg=#40f0a0 guibg=NONE +hi Special gui=NONE guifg=#e0e080 guibg=NONE +hi Statement gui=NONE guifg=#ffa0ff guibg=NONE +hi Todo gui=BOLD,UNDERLINE guifg=#ffa0a0 guibg=NONE +hi Type gui=NONE guifg=#ffc864 guibg=NONE +hi Underlined gui=UNDERLINE guifg=#f0f0f8 guibg=NONE + +" HTML +hi htmlLink gui=UNDERLINE +hi htmlBold gui=BOLD +hi htmlBoldItalic gui=BOLD,ITALIC +hi htmlBoldUnderline gui=BOLD,UNDERLINE +hi htmlBoldUnderlineItalic gui=BOLD,UNDERLINE,ITALIC +hi htmlItalic gui=ITALIC +hi htmlUnderline gui=UNDERLINE +hi htmlUnderlineItalic gui=UNDERLINE,ITALIC diff --git a/.vim/colors/darkdot.vim b/.vim/colors/darkdot.vim new file mode 100644 index 0000000..0275896 --- /dev/null +++ b/.vim/colors/darkdot.vim @@ -0,0 +1,80 @@ +" Vim color file +" Maintainer: David Lazar +" Last Change: Thu May 20 16:27:13 EEST 2004 +" Version: 2.2 +" URL: http://www.c7obs.net/~david/stuff/darkdot.vim +" +" This colorscheme script was created using Hans Fugal's colorscheme template + +set background=dark +hi clear +if exists("syntax_on") + syntax reset +endif +let g:colors_name="darkdot" + +hi Normal cterm=none gui=none guibg=#101020 guifg=#a8aaaa +hi Cursor cterm=none guibg=#44ff44 guifg=#000000 +hi link CursorIM Cursor +hi Directory ctermfg=cyan guifg=#44ffff +hi DiffAdd ctermbg=blue ctermfg=yellow guibg=#080888 guifg=#ffff00 +hi DiffDelete ctermbg=black ctermfg=darkgray guibg=#080808 guifg=#444444 +hi DiffChange ctermbg=black guibg=#080808 guifg=#ffffff +hi DiffText ctermbg=black ctermfg=darkred guibg=#080808 guifg=#bb0000 +hi ErrorMsg ctermbg=darkred ctermfg=white guibg=#880000 guifg=#ffffff +hi Folded ctermbg=black ctermfg=darkblue guibg=black guifg=#000088 +hi link FoldColumn Folded +hi IncSearch ctermbg=black ctermfg=gray guibg=#000000 guifg=#bbcccc +hi LineNr ctermfg=yellow guibg=#404040 guifg=#ffff00 +hi ModeMsg ctermfg=white guifg=#ffffff +hi MoreMsg ctermfg=green guifg=#44ff44 +hi NonText ctermfg=blue guifg=#4444ff +hi Question ctermfg=yellow guifg=#ffff00 +hi Search ctermbg=NONE ctermfg=green guibg=NONE guifg=green +hi SpecialKey ctermfg=blue guifg=#4444ff +hi StatusLine cterm=none ctermbg=darkcyan ctermfg=white gui=none guibg=#00aaaa guifg=#ffffff +hi StatusLineNC cterm=none ctermbg=gray ctermfg=black gui=none guibg=#bbbbbb guifg=#000000 +hi link VertSplit StatusLineNC +hi Title ctermfg=white guifg=#ffffff +hi Visual cterm=none ctermbg=gray ctermfg=black gui=none guibg=#bbbbbb guifg=#000000 +hi link VisualNOS Visual +hi WarningMsg ctermfg=yellow guifg=#ffff00 +"hi WildMenu +"hi Menu +"hi Scrollbar +"hi Tooltip + +" syntax highlighting groups +hi Comment ctermfg=blue guifg=#4444ff +hi Constant ctermfg=darkcyan guifg=#00aaaa +hi Identifier ctermfg=white guifg=#ffffff +hi Statement ctermfg=cyan guifg=#44ffff +hi PreProc ctermfg=darkcyan guifg=#00aaaa +hi Type ctermfg=white guifg=#ffffff +hi Special ctermfg=blue cterm=bold guifg=#6666ff gui=bold +hi Underlined ctermfg=blue guifg=#4444ff +hi Ignore ctermfg=darkgray guifg=#444444 +hi Error ctermbg=black ctermfg=darkred guibg=#000000 guifg=#bb0000 +hi Todo ctermbg=darkred ctermfg=yellow guibg=#aa0006 guifg=#fff300 + +hi link Character Constant +hi link Number Constant +hi link Boolean Constant +hi link Float Number +hi link Conditional Statement +hi link Label Statement +hi link Keyword Statement +hi link Exception Statement +hi link Repeat Statement +hi link Include PreProc +hi link Define PreProc +hi link Macro PreProc +hi link PreCondit PreProc +hi link StorageClass Type +hi link Structure Type +hi link Typedef Type +hi link Tag Special +hi link Delimiter Special +hi link SpecialComment Special +hi link Debug Special +hi link FoldColumn Folded diff --git a/.vim/colors/dw_blue.vim b/.vim/colors/dw_blue.vim new file mode 100644 index 0000000..c50f7ff --- /dev/null +++ b/.vim/colors/dw_blue.vim @@ -0,0 +1,66 @@ +"-------------------------------------------------------------------- +" Name Of File: dw_blue.vim. +" Description: Gvim colorscheme, designed against VIM 7.0 GUI +" By: Steve Cadwallader +" Contact: demwiz@gmail.com +" Credits: Inspiration from the brookstream and redblack schemes. +" Last Change: Saturday, September 17, 2006. +" Installation: Drop this file in your $VIMRUNTIME/colors/ directory. +"-------------------------------------------------------------------- + +set background=dark +hi clear +if exists("syntax_on") + syntax reset +endif +let g:colors_name="dw_blue" + +"-------------------------------------------------------------------- + +hi Boolean guifg=#0000ff +hi cDefine guifg=#0000ff +hi cInclude guifg=#ffffff +hi Comment guifg=#696969 +hi Constant guifg=#0000ff +hi Cursor guibg=#444444 guifg=#ffffff +hi CursorColumn guibg=#000011 +hi CursorLine guibg=#000018 +hi DiffAdd guibg=#333333 guifg=#0000ff +hi DiffChange guibg=#333333 guifg=#0000ff +hi DiffDelete guibg=#333333 guifg=#0000ff +hi DiffText guibg=#333333 guifg=#ffffff +hi Directory guibg=#000000 guifg=#0000ff +hi ErrorMsg guibg=#ffffff guifg=#000000 +hi FoldColumn guibg=#222222 guifg=#ff0000 +hi Folded guibg=#222222 guifg=#ff0000 +hi Function guibg=#000000 guifg=#0000ff +hi Identifier guibg=#000000 guifg=#0000cc +hi IncSearch gui=none guibg=#0000bb guifg=#000000 +hi LineNr guibg=#000000 guifg=#000088 +hi MatchParen gui=none guibg=#222222 guifg=#0000ff +hi ModeMsg guibg=#000000 guifg=#0000ff +hi MoreMsg guibg=#000000 guifg=#0000ff +hi NonText guibg=#000000 guifg=#ffffff +hi Normal gui=none guibg=#000000 guifg=#c0c0c0 +hi Operator gui=none guifg=#696969 +hi PreProc gui=none guifg=#ffffff +hi Question guifg=#0000ff +hi Search gui=none guibg=#0000ff guifg=#000000 +hi SignColumn guibg=#111111 guifg=#ffffff +hi Special gui=none guibg=#000000 guifg=#ffffff +hi SpecialKey guibg=#000000 guifg=#0000ff +hi Statement gui=bold guifg=#0000ff +hi StatusLine gui=none guibg=#0000ff guifg=#000000 +hi StatusLineNC gui=none guibg=#444444 guifg=#000000 +hi String gui=none guifg=#0000bb +hi TabLine gui=none guibg=#444444 guifg=#000000 +hi TabLineFill gui=underline guibg=#000000 guifg=#ffffff +hi TabLineSel gui=none guibg=#0000aa guifg=#000000 +hi Title gui=none guifg=#0000ff +hi Todo gui=none guibg=#000000 guifg=#ff0000 +hi Type gui=none guifg=#ffffff +hi VertSplit gui=none guibg=#000000 guifg=#ffffff +hi Visual guibg=#0000dd guifg=#000000 +hi WarningMsg guibg=#888888 guifg=#000000 + +"- end of colorscheme ----------------------------------------------- diff --git a/.vim/colors/impactG.vim b/.vim/colors/impactG.vim new file mode 100644 index 0000000..fcf3462 --- /dev/null +++ b/.vim/colors/impactG.vim @@ -0,0 +1,68 @@ +" Vim color file +" Maintainer: Shirk +" Last Change: 19 September 2005 - 0.2 +" URL: trinity.gentoofreaks.org + +" cool help screens +" :he group-name +" :he highlight-groups +" :he cterm-colors + +set background=dark "or light +hi clear +if exists("syntax_on") + syntax reset +endif +let g:colors_name="impact" + +if exists("g:impact_transbg") + hi Normal ctermfg=LightGray guifg=LightGray ctermbg=none + hi NonText ctermfg=DarkGray guifg=DarkGray ctermbg=none + + hi Statement ctermfg=Blue guifg=Blue ctermbg=none + hi Comment ctermfg=DarkGray guifg=DarkGray ctermbg=none guibg=Black cterm=bold gui=bold term=bold + hi Constant ctermfg=DarkCyan guifg=DarkCyan ctermbg=none guibg=Black + hi Identifier ctermfg=Cyan guifg=Cyan ctermbg=none guibg=Black + hi Type ctermfg=DarkGreen guifg=DarkGreen ctermbg=none guibg=Black + hi Folded ctermfg=DarkGreen guifg=DarkGreen ctermbg=none guibg=Black cterm=underline gui=underline term=none + hi Special ctermfg=Blue guifg=Blue ctermbg=none guibg=Black + hi PreProc ctermfg=LightGray guifg=LightGray ctermbg=none guibg=Black cterm=bold gui=bold term=bold + hi Scrollbar ctermfg=Blue guifg=Blue ctermbg=none guibg=Black + hi Cursor ctermfg=white guifg=white ctermbg=none guibg=Black + hi ErrorMsg ctermfg=Red guifg=Red ctermbg=none guibg=Black cterm=bold gui=bold term=bold + hi WarningMsg ctermfg=Yellow guifg=Yellow ctermbg=none guibg=Black + hi VertSplit ctermfg=White guifg=White ctermbg=none guibg=Black + hi Directory ctermfg=Cyan guifg=Cyan ctermbg=DarkBlue guibg=DarkBlue + hi Visual ctermfg=White guifg=White ctermbg=DarkGray guibg=DarkGray cterm=underline gui=underline term=none + hi Title ctermfg=White guifg=White ctermbg=DarkBlue guibg=DarkBlue + + hi StatusLine term=bold cterm=bold gui=bold,underline ctermfg=White guifg=White ctermbg=Black guibg=Black + hi StatusLineNC term=bold cterm=bold gui=bold,underline ctermfg=Gray guifg=Gray ctermbg=Black guibg=Black + hi LineNr term=bold cterm=bold gui=bold ctermfg=White guifg=White ctermbg=DarkGray guibg=DarkGray +else + hi Normal ctermfg=LightGray guifg=LightGray ctermbg=Black guibg=Black + hi NonText ctermfg=DarkGray guifg=DarkGray ctermbg=Black guibg=Black + + hi Statement ctermfg=Blue guifg=Blue ctermbg=Black guibg=Black + hi Comment ctermfg=DarkGray guifg=DarkGray ctermbg=Black guibg=Black cterm=bold gui=bold term=bold + hi Constant ctermfg=DarkCyan guifg=DarkCyan ctermbg=Black guibg=Black + hi Identifier ctermfg=Cyan guifg=Cyan ctermbg=Black guibg=Black + hi Type ctermfg=DarkGreen guifg=DarkGreen ctermbg=Black guibg=Black + hi Folded ctermfg=DarkGreen guifg=DarkGreen ctermbg=Black guibg=Black cterm=underline gui=underline term=none + hi Special ctermfg=Blue guifg=Blue ctermbg=Black guibg=Black + hi PreProc ctermfg=LightGray guifg=LightGray ctermbg=Black guibg=Black cterm=bold gui=bold term=bold + hi Scrollbar ctermfg=Blue guifg=Blue ctermbg=Black guibg=Black + hi Cursor ctermfg=white guifg=white ctermbg=Black guibg=Black + hi ErrorMsg ctermfg=Red guifg=Red ctermbg=Black guibg=Black cterm=bold gui=bold term=bold + hi WarningMsg ctermfg=Yellow guifg=Yellow ctermbg=Black guibg=Black + hi VertSplit ctermfg=White guifg=White ctermbg=Black guibg=Black + hi Directory ctermfg=Cyan guifg=Cyan ctermbg=DarkBlue guibg=DarkBlue + hi Visual ctermfg=White guifg=White ctermbg=DarkGray guibg=DarkGray cterm=underline gui=underline term=none + hi Title ctermfg=White guifg=White ctermbg=DarkBlue guibg=DarkBlue + + hi StatusLine term=bold cterm=bold gui=bold,underline ctermfg=White guifg=White ctermbg=Black guibg=Black + hi StatusLineNC term=bold cterm=bold gui=bold,underline ctermfg=Gray guifg=Gray ctermbg=Black guibg=Black + hi LineNr term=bold cterm=bold gui=bold ctermfg=White guifg=White ctermbg=DarkGray guibg=DarkGray +endif + + diff --git a/.vim/colors/neverness.vim b/.vim/colors/neverness.vim new file mode 100644 index 0000000..01e61d8 --- /dev/null +++ b/.vim/colors/neverness.vim @@ -0,0 +1,105 @@ +" NEVERNESS colour scheme +" Author: Yann GOLANSKI +" Version: 1.0 +" Last Change: 22 May 2006 +" url http://web.njit.edu/~kevin/rgb.txt.html + +set background=dark +hi clear +if exists("syntax_on") + syntax reset +endif + +let g:colors_name = 'neverness' + +" Comments: grey +hi Comment ctermfg=DarkCyan ctermbg=black guifg=#848484 guibg=#000000 gui=none + +" Constants: SkyBlue +hi Boolean ctermfg=Cyan ctermbg=black guifg=#87ceeb guibg=#000000 gui=none +hi Character ctermfg=Cyan ctermbg=black guifg=#87ceeb guibg=#000000 gui=none +hi Constant ctermfg=Cyan ctermbg=black guifg=#87ceeb guibg=#000000 gui=none +hi Float ctermfg=Cyan ctermbg=black guifg=#87ceeb guibg=#000000 gui=none +hi Number ctermfg=Cyan ctermbg=black guifg=#87ceeb guibg=#000000 gui=none +hi String ctermfg=Cyan ctermbg=black guifg=#87ceeb guibg=#000000 gui=none + +" Identifier: SteelBlue1 +hi Identifier ctermfg=LightCyan ctermbg=black guifg=#63b8ff guibg=#000000 gui=none +hi Function ctermfg=LightCyan ctermbg=black guifg=#63b8ff guibg=#000000 gui=none + +" Statement: SteelBlue +hi Conditional ctermfg=DarkBlue ctermbg=black guifg=#4682b4 guibg=#000000 gui=bold +hi Exception ctermfg=DarkBlue ctermbg=black guifg=#4682b4 guibg=#000000 gui=bold +hi Keyword ctermfg=DarkBlue ctermbg=black guifg=#4682b4 guibg=#000000 gui=bold +hi Label ctermfg=DarkBlue ctermbg=black guifg=#4682b4 guibg=#000000 gui=bold +hi Operator ctermfg=DarkBlue ctermbg=black guifg=#4682b4 guibg=#000000 gui=bold +hi Repeat ctermfg=DarkBlue ctermbg=black guifg=#4682b4 guibg=#000000 gui=bold +hi Statement ctermfg=DarkBlue ctermbg=black guifg=#4682b4 guibg=#000000 gui=bold + +" PreProc: DarkOrchid1 +hi PreProc ctermfg=DarkGreen ctermbg=black guifg=#bf3eff guibg=#000000 gui=none +hi Include ctermfg=DarkGreen ctermbg=black guifg=#bf3eff guibg=#000000 gui=none +hi Define ctermfg=DarkGreen ctermbg=black guifg=#bf3eff guibg=#000000 gui=none +hi Macro ctermfg=DarkGreen ctermbg=black guifg=#bf3eff guibg=#000000 gui=none +hi PreCondit ctermfg=DarkGreen ctermbg=black guifg=#bf3eff guibg=#000000 gui=none + +" Type: orchid2 +hi Type ctermfg=DarkGreen ctermbg=black guifg=#ee7ae9 guibg=#000000 gui=bold +hi StorageClass ctermfg=DarkGreen ctermbg=black guifg=#ee7ae9 guibg=#000000 gui=bold +hi Structure ctermfg=DarkGreen ctermbg=black guifg=#ee7ae9 guibg=#000000 gui=bold +hi Typedef ctermfg=DarkGreen ctermbg=black guifg=#ee7ae9 guibg=#000000 gui=bold + +" Special: cyan2 +hi Special ctermfg=DarkGray ctermbg=black guifg=#00eeee guibg=#000000 gui=none +hi SpecialChar ctermfg=DarkGray ctermbg=black guifg=#00eeee guibg=#000000 gui=none +hi Tag ctermfg=DarkGray ctermbg=black guifg=#00eeee guibg=#000000 gui=none +hi SpecialComment ctermfg=DarkGray ctermbg=black guifg=#00eeee guibg=#000000 gui=none +hi Delimiter ctermfg=DarkGray ctermbg=black guifg=#00eeee guibg=#000000 gui=none +hi Debug ctermfg=DarkGray ctermbg=black guifg=#00eeee guibg=#000000 gui=none + +" Underline: NavajoWhite2 +hi Underlined ctermfg=LightGray ctermbg=black guifg=#eecfa1 guibg=#000000 gui=none + +" Ignore: black +hi Ignore ctermfg=LightGray ctermbg=black guifg=#ffffff guibg=#000000 gui=none + +" Error: red +hi Error ctermfg=LightGray ctermbg=black guifg=#ff0000 guibg=#232323 gui=bold + +" To do: SlateGray3 +hi Todo ctermfg=LightMagenta ctermbg=black guifg=#9fb6cd guibg=#232323 gui=none + +" Others: These are "highlight-groups" and "highlight-default" in help section. +hi Cursor guifg=#43705a guibg=#e6fff3 gui=none +hi DiffAdd guifg=#e6fff3 guibg=#43705a gui=bold +hi DiffChange guifg=#e6fff3 guibg=#43705a gui=none +hi DiffDelete guifg=#e6fff3 guibg=#43705a gui=none +hi DiffText guifg=#000000 guibg=#e6fff3 gui=bold +hi Directory guifg=#e6fff3 guibg=#000000 gui=none +hi ErrorMsg guifg=#e6fff3 guibg=#61a181 gui=bold +hi FoldColumn guifg=#9bcfb5 guibg=#43705a gui=bold +hi Folded guifg=#9bcfb5 guibg=#43705a gui=bold +hi IncSearch guifg=#1d3026 guibg=#61a181 gui=bold +hi lCursor guifg=#43705a guibg=#e6fff3 gui=none +hi LineNr ctermfg=DarkMagenta ctermbg=black guifg=#9bcfb5 guibg=#000000 gui=bold +hi ModeMsg guifg=#9bcfb5 guibg=#000000 gui=bold +hi MoreMsg guifg=#9bcfb5 guibg=#000000 gui=bold +hi NonText guifg=#c0c0c0 guibg=#000000 gui=bold +hi Normal guifg=#ffffff guibg=#000000 gui=none +hi Question guifg=#9bcfb5 guibg=#000000 gui=bold +hi Search guifg=#1d3026 guibg=#61a181 gui=bold +hi SpecialKey guifg=#9bcfb5 guibg=#000000 gui=none +hi StatusLine guifg=#e6fff3 guibg=#61a181 gui=bold +hi StatusLineNC guifg=#1d3026 guibg=#61a181 gui=bold +hi Title guifg=#e6fff3 guibg=#1d3026 gui=bold +hi VertSplit guifg=#61a181 guibg=#61a181 gui=none +hi Visual guifg=#e6fff3 guibg=#61a181 gui=none +hi VisualNOS guifg=#9bcfb5 guibg=#000000 gui=none +hi WarningMsg guifg=#1d3026 guibg=#61a181 gui=bold +hi WildMenu guifg=#43705a guibg=#e6fff3 gui=none + +" Spelling... +hi SpellBad ctermfg=DarkRed ctermbg=black +hi SpellCap ctermfg=DarkBlue ctermbg=black +hi SpellRare ctermfg=DarkYellow ctermbg=black +hi SpellLocal ctermfg=DarkGreen ctermbg=black diff --git a/.vim/colors/zenburn.vim b/.vim/colors/zenburn.vim new file mode 100644 index 0000000..a24ea1a --- /dev/null +++ b/.vim/colors/zenburn.vim @@ -0,0 +1,299 @@ +" Vim color file +" Maintainer: Jani Nurminen +" Last Change: $Id: zenburn.vim,v 2.4 2008/11/18 20:43:18 slinky Exp $ +" URL: http://slinky.imukuppi.org/zenburnpage/ +" License: GPL +" +" Nothing too fancy, just some alien fruit salad to keep you in the zone. +" This syntax file was designed to be used with dark environments and +" low light situations. Of course, if it works during a daybright office, go +" ahead :) +" +" Owes heavily to other Vim color files! With special mentions +" to "BlackDust", "Camo" and "Desert". +" +" To install, copy to ~/.vim/colors directory. Then :colorscheme zenburn. +" See also :help syntax +" +" Credits: +" - Jani Nurminen - original Zenburn +" - Steve Hall & Cream posse - higher-contrast Visual selection +" - Kurt Maier - 256 color console coloring, low and high contrast toggle, +" bug fixing +" - Charlie - spotted too bright StatusLine in non-high contrast mode +" - Pablo Castellazzi - CursorLine fix for 256 color mode +" - Tim Smith - force dark background +" +" CONFIGURABLE PARAMETERS: +" +" You can use the default (don't set any parameters), or you can +" set some parameters to tweak the Zenburn colours. +" +" * You can now set a darker background for bright environments. To activate, use: +" contrast Zenburn, use: +" +" let g:zenburn_high_Contrast = 1 +" +" * To get more contrast to the Visual selection, use +" +" let g:zenburn_alternate_Visual = 1 +" +" * To use alternate colouring for Error message, use +" +" let g:zenburn_alternate_Error = 1 +" +" * The new default for Include is a duller orange. To use the original +" colouring for Include, use +" +" let g:zenburn_alternate_Include = 1 +" +" * Work-around to a Vim bug, it seems to misinterpret ctermfg and 234 and 237 +" as light values, and sets background to light for some people. If you have +" this problem, use: +" +" let g:zenburn_force_dark_Background = 1 +" +" * To turn the parameter(s) back to defaults, use UNLET: +" +" unlet g:zenburn_alternate_Include +" +" Setting to 0 won't work! +" +" That's it, enjoy! +" +" TODO +" - Visual alternate color is broken? Try GVim >= 7.0.66 if you have trouble +" - IME colouring (CursorIM) + +set background=dark +hi clear +if exists("syntax_on") + syntax reset +endif +let g:colors_name="zenburn" + +hi Boolean guifg=#dca3a3 +hi Character guifg=#dca3a3 gui=bold +hi Comment guifg=#7f9f7f gui=italic +hi Conditional guifg=#f0dfaf gui=bold +hi Constant guifg=#dca3a3 gui=bold +hi Cursor guifg=#000d18 guibg=#8faf9f gui=bold +hi Debug guifg=#bca3a3 gui=bold +hi Define guifg=#ffcfaf gui=bold +hi Delimiter guifg=#8f8f8f +hi DiffAdd guifg=#709080 guibg=#313c36 gui=bold +hi DiffChange guibg=#333333 +hi DiffDelete guifg=#333333 guibg=#464646 +hi DiffText guifg=#ecbcbc guibg=#41363c gui=bold +hi Directory guifg=#dcdccc gui=bold +hi ErrorMsg guifg=#80d4aa guibg=#2f2f2f gui=bold +hi Exception guifg=#c3bf9f gui=bold +hi Float guifg=#c0bed1 +hi FoldColumn guifg=#93b3a3 guibg=#3f4040 +hi Folded guifg=#93b3a3 guibg=#3f4040 +hi Function guifg=#efef8f +hi Identifier guifg=#efdcbc +hi IncSearch guibg=#f8f893 guifg=#385f38 +hi Keyword guifg=#f0dfaf gui=bold +hi Label guifg=#dfcfaf gui=underline +hi LineNr guifg=#9fafaf guibg=#262626 +hi Macro guifg=#ffcfaf gui=bold +hi ModeMsg guifg=#ffcfaf gui=none +hi MoreMsg guifg=#ffffff gui=bold +hi NonText guifg=#404040 +hi Number guifg=#8cd0d3 +hi Operator guifg=#f0efd0 +hi PreCondit guifg=#dfaf8f gui=bold +hi PreProc guifg=#ffcfaf gui=bold +hi Question guifg=#ffffff gui=bold +hi Repeat guifg=#ffd7a7 gui=bold +hi Search guifg=#ffffe0 guibg=#284f28 +hi SpecialChar guifg=#dca3a3 gui=bold +hi SpecialComment guifg=#82a282 gui=bold +hi Special guifg=#cfbfaf +hi SpecialKey guifg=#9ece9e +hi Statement guifg=#e3ceab gui=none +hi StatusLine guifg=#313633 guibg=#ccdc90 +hi StatusLineNC guifg=#2e3330 guibg=#88b090 +hi StorageClass guifg=#c3bf9f gui=bold +hi String guifg=#cc9393 +hi Structure guifg=#efefaf gui=bold +hi Tag guifg=#e89393 gui=bold +hi Title guifg=#efefef gui=bold +hi Todo guifg=#dfdfdf guibg=bg gui=bold +hi Typedef guifg=#dfe4cf gui=bold +hi Type guifg=#dfdfbf gui=bold +hi Underlined guifg=#dcdccc gui=underline +hi VertSplit guifg=#2e3330 guibg=#688060 +hi VisualNOS guifg=#333333 guibg=#f18c96 gui=bold,underline +hi WarningMsg guifg=#ffffff guibg=#333333 gui=bold +hi WildMenu guibg=#2c302d guifg=#cbecd0 gui=underline + +hi SpellBad guisp=#bc6c4c guifg=#dc8c6c +hi SpellCap guisp=#6c6c9c guifg=#8c8cbc +hi SpellRare guisp=#bc6c9c guifg=#bc8cbc +hi SpellLocal guisp=#7cac7c guifg=#9ccc9c + +" Entering Kurt zone +if &t_Co > 255 + hi Boolean ctermfg=181 + hi Character ctermfg=181 cterm=bold + hi Comment ctermfg=108 + hi Conditional ctermfg=223 cterm=bold + hi Constant ctermfg=181 cterm=bold + hi Cursor ctermfg=233 ctermbg=109 cterm=bold + hi Debug ctermfg=181 cterm=bold + hi Define ctermfg=223 cterm=bold + hi Delimiter ctermfg=245 + hi DiffAdd ctermfg=66 ctermbg=237 cterm=bold + hi DiffChange ctermbg=236 + hi DiffDelete ctermfg=236 ctermbg=238 + hi DiffText ctermfg=217 ctermbg=237 cterm=bold + hi Directory ctermfg=188 cterm=bold + hi ErrorMsg ctermfg=115 ctermbg=236 cterm=bold + hi Exception ctermfg=249 cterm=bold + hi Float ctermfg=251 + hi FoldColumn ctermfg=109 ctermbg=238 + hi Folded ctermfg=109 ctermbg=238 + hi Function ctermfg=228 + hi Identifier ctermfg=223 + hi IncSearch ctermbg=228 ctermfg=238 + hi Keyword ctermfg=223 cterm=bold + hi Label ctermfg=187 cterm=underline + hi LineNr ctermfg=248 ctermbg=235 + hi Macro ctermfg=223 cterm=bold + hi ModeMsg ctermfg=223 cterm=none + hi MoreMsg ctermfg=15 cterm=bold + hi NonText ctermfg=238 + hi Number ctermfg=116 + hi Operator ctermfg=230 + hi PreCondit ctermfg=180 cterm=bold + hi PreProc ctermfg=223 cterm=bold + hi Question ctermfg=15 cterm=bold + hi Repeat ctermfg=223 cterm=bold + hi Search ctermfg=230 ctermbg=236 + hi SpecialChar ctermfg=181 cterm=bold + hi SpecialComment ctermfg=108 cterm=bold + hi Special ctermfg=181 + hi SpecialKey ctermfg=151 + hi Statement ctermfg=187 ctermbg=234 cterm=none + hi StatusLine ctermfg=236 ctermbg=186 + hi StatusLineNC ctermfg=235 ctermbg=108 + hi StorageClass ctermfg=249 cterm=bold + hi String ctermfg=174 + hi Structure ctermfg=229 cterm=bold + hi Tag ctermfg=181 cterm=bold + hi Title ctermfg=7 ctermbg=234 cterm=bold + hi Todo ctermfg=108 ctermbg=234 cterm=bold + hi Typedef ctermfg=253 cterm=bold + hi Type ctermfg=187 cterm=bold + hi Underlined ctermfg=188 ctermbg=234 cterm=bold + hi VertSplit ctermfg=236 ctermbg=65 + hi VisualNOS ctermfg=236 ctermbg=210 cterm=bold + hi WarningMsg ctermfg=15 ctermbg=236 cterm=bold + hi WildMenu ctermbg=236 ctermfg=194 cterm=bold + hi CursorLine ctermbg=236 cterm=none + + " spellchecking, always "bright" background + hi SpellLocal ctermfg=14 ctermbg=237 + hi SpellBad ctermfg=9 ctermbg=237 + hi SpellCap ctermfg=12 ctermbg=237 + hi SpellRare ctermfg=13 ctermbg=237 + + " pmenu + hi PMenu ctermfg=248 ctermbg=0 + hi PMenuSel ctermfg=223 ctermbg=235 + + if exists("g:zenburn_high_Contrast") + hi Normal ctermfg=188 ctermbg=234 + else + hi Normal ctermfg=188 ctermbg=237 + hi Cursor ctermbg=109 + hi diffadd ctermbg=237 + hi diffdelete ctermbg=238 + hi difftext ctermbg=237 + hi errormsg ctermbg=237 + hi foldcolumn ctermbg=238 + hi folded ctermbg=238 + hi incsearch ctermbg=228 + hi linenr ctermbg=238 + hi search ctermbg=238 + hi statement ctermbg=237 + hi statusline ctermbg=144 + hi statuslinenc ctermbg=108 + hi title ctermbg=237 + hi todo ctermbg=237 + hi underlined ctermbg=237 + hi vertsplit ctermbg=65 + hi visualnos ctermbg=210 + hi warningmsg ctermbg=236 + hi wildmenu ctermbg=236 + endif +endif + +if exists("g:zenburn_force_dark_Background") + " Force dark background, because of a bug in VIM: VIM sets background + " automatically during "hi Normal ctermfg=X"; it misinterprets the high + " value (234 or 237 above) as a light color, and wrongly sets background to + " light. See ":help highlight" for details. + set background=dark +endif + +if exists("g:zenburn_high_Contrast") + " use new darker background + hi Normal guifg=#dcdccc guibg=#1f1f1f + hi CursorLine guibg=#121212 gui=bold + hi Pmenu guibg=#242424 guifg=#ccccbc + hi PMenuSel guibg=#353a37 guifg=#ccdc90 gui=bold + hi PmenuSbar guibg=#2e3330 guifg=#000000 + hi PMenuThumb guibg=#a0afa0 guifg=#040404 + hi MatchParen guifg=#f0f0c0 guibg=#383838 gui=bold + hi SignColumn guifg=#9fafaf guibg=#181818 gui=bold + hi TabLineFill guifg=#cfcfaf guibg=#181818 gui=bold + hi TabLineSel guifg=#efefef guibg=#1c1c1b gui=bold + hi TabLine guifg=#b6bf98 guibg=#181818 gui=bold + hi CursorColumn guifg=#dcdccc guibg=#2b2b2b +else + " Original, lighter background + hi Normal guifg=#dcdccc guibg=#3f3f3f + hi CursorLine guibg=#434443 + hi Pmenu guibg=#2c2e2e guifg=#9f9f9f + hi PMenuSel guibg=#242424 guifg=#d0d0a0 gui=bold + hi PmenuSbar guibg=#2e3330 guifg=#000000 + hi PMenuThumb guibg=#a0afa0 guifg=#040404 + hi MatchParen guifg=#b2b2a0 guibg=#2e2e2e gui=bold + hi SignColumn guifg=#9fafaf guibg=#343434 gui=bold + hi TabLineFill guifg=#cfcfaf guibg=#353535 gui=bold + hi TabLineSel guifg=#efefef guibg=#3a3a39 gui=bold + hi TabLine guifg=#b6bf98 guibg=#353535 gui=bold + hi CursorColumn guifg=#dcdccc guibg=#4f4f4f +endif + + +if exists("g:zenburn_alternate_Visual") + " Visual with more contrast, thanks to Steve Hall & Cream posse + " gui=none fixes weird highlight problem in at least GVim 7.0.66, thanks to Kurt Maier + hi Visual guifg=#000000 guibg=#71d3b4 gui=none + hi VisualNOS guifg=#000000 guibg=#71d3b4 gui=none +else + " use default visual + hi Visual guifg=#233323 guibg=#71d3b4 gui=none + hi VisualNOS guifg=#233323 guibg=#71d3b4 gui=none +endif + +if exists("g:zenburn_alternate_Error") + " use a bit different Error + hi Error guifg=#ef9f9f guibg=#201010 gui=bold +else + " default + hi Error guifg=#e37170 guibg=#332323 gui=none +endif + +if exists("g:zenburn_alternate_Include") + " original setting + hi Include guifg=#ffcfaf gui=bold +else + " new, less contrasted one + hi Include guifg=#dfaf8f gui=bold +endif + " TODO check for more obscure syntax groups that they're ok diff --git a/.vim/compiler/tex.vim b/.vim/compiler/tex.vim new file mode 120000 index 0000000..96de836 --- /dev/null +++ b/.vim/compiler/tex.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/compiler/tex.vim \ No newline at end of file diff --git a/.vim/doc/imaps.txt.gz b/.vim/doc/imaps.txt.gz new file mode 120000 index 0000000..cf5808b --- /dev/null +++ b/.vim/doc/imaps.txt.gz @@ -0,0 +1 @@ +/usr/share/vim/addons/doc/imaps.txt.gz \ No newline at end of file diff --git a/.vim/doc/tags b/.vim/doc/tags new file mode 100644 index 0000000..f8054d6 --- /dev/null +++ b/.vim/doc/tags @@ -0,0 +1,905 @@ +Alph latexhelp.txt.gz /*Alph* +Alt-B latex-suite.txt.gz /*Alt-B* +Alt-C latex-suite.txt.gz /*Alt-C* +Alt-I latex-suite.txt.gz /*Alt-I* +Alt-L latex-suite.txt.gz /*Alt-L* +BibTeX latexhelp.txt.gz /*BibTeX* +IMAP_PutTextWithMovement latex-suite.txt.gz /*IMAP_PutTextWithMovement* +Imap_DeleteEmptyPlaceHolders latex-suite.txt.gz /*Imap_DeleteEmptyPlaceHolders* +Imap_FreezeImap latex-suite.txt.gz /*Imap_FreezeImap* +Imap_PlaceHolderEnd latex-suite.txt.gz /*Imap_PlaceHolderEnd* +Imap_PlaceHolderStart latex-suite.txt.gz /*Imap_PlaceHolderStart* +Imap_StickyPlaceHolders latex-suite.txt.gz /*Imap_StickyPlaceHolders* +Imap_UsePlaceHolders latex-suite.txt.gz /*Imap_UsePlaceHolders* +LaTeX latexhelp.txt.gz /*LaTeX* +Plug_IMAP_DeleteAndJumBack latex-suite.txt.gz /*Plug_IMAP_DeleteAndJumBack* +Plug_IMAP_DeleteAndJumpForward latex-suite.txt.gz /*Plug_IMAP_DeleteAndJumpForward* +Plug_IMAP_JumpBack latex-suite.txt.gz /*Plug_IMAP_JumpBack* +Plug_IMAP_JumpForward latex-suite.txt.gz /*Plug_IMAP_JumpForward* +Plug_Tex_InsertItem latex-suite.txt.gz /*Plug_Tex_InsertItem* +Plug_Tex_LeftRight latex-suite.txt.gz /*Plug_Tex_LeftRight* +Plug_Tex_MathBF latex-suite.txt.gz /*Plug_Tex_MathBF* +Plug_Tex_MathCal latex-suite.txt.gz /*Plug_Tex_MathCal* +Roman latexhelp.txt.gz /*Roman* +TClearCiteHist latex-suite.txt.gz /*TClearCiteHist* +TLook latex-suite.txt.gz /*TLook* +TLookAll latex-suite.txt.gz /*TLookAll* +TLookBib latex-suite.txt.gz /*TLookBib* +TMacro latex-suite.txt.gz /*TMacro* +TMacroDelete latex-suite.txt.gz /*TMacroDelete* +TMacroEdit latex-suite.txt.gz /*TMacroEdit* +TMacroNew latex-suite.txt.gz /*TMacroNew* +TPackage latex-suite.txt.gz /*TPackage* +TPackageUpdate latex-suite.txt.gz /*TPackageUpdate* +TPackageUpdateAll latex-suite.txt.gz /*TPackageUpdateAll* +TPartComp latex-suite.txt.gz /*TPartComp* +TPartView latex-suite.txt.gz /*TPartView* +TSection latex-suite.txt.gz /*TSection* +TSectionAdvanced latex-suite.txt.gz /*TSectionAdvanced* +TTemplate latex-suite.txt.gz /*TTemplate* +Tex_AutoFolding latex-suite.txt.gz /*Tex_AutoFolding* +Tex_BIBINPUTS latex-suite.txt.gz /*Tex_BIBINPUTS* +Tex_CatchVisMapErrors latex-suite.txt.gz /*Tex_CatchVisMapErrors* +Tex_Com_name latex-suite.txt.gz /*Tex_Com_name* +Tex_CompileRule_format latex-suite.txt.gz /*Tex_CompileRule_format* +Tex_Debug latex-suite.txt.gz /*Tex_Debug* +Tex_DefaultTargetFormat latex-suite.txt.gz /*Tex_DefaultTargetFormat* +Tex_Diacritics latex-suite.txt.gz /*Tex_Diacritics* +Tex_Env_name latex-suite.txt.gz /*Tex_Env_name* +Tex_EnvironmentMaps latex-suite.txt.gz /*Tex_EnvironmentMaps* +Tex_EnvironmentMenus latex-suite.txt.gz /*Tex_EnvironmentMenus* +Tex_ExplorerHeight latex-suite.txt.gz /*Tex_ExplorerHeight* +Tex_FoldedCommands latex-suite.txt.gz /*Tex_FoldedCommands* +Tex_FoldedEnvironments latex-suite.txt.gz /*Tex_FoldedEnvironments* +Tex_FoldedMisc latex-suite.txt.gz /*Tex_FoldedMisc* +Tex_FoldedSections latex-suite.txt.gz /*Tex_FoldedSections* +Tex_Folding latex-suite.txt.gz /*Tex_Folding* +Tex_FontMaps latex-suite.txt.gz /*Tex_FontMaps* +Tex_FontMenus latex-suite.txt.gz /*Tex_FontMenus* +Tex_GotoError latex-suite.txt.gz /*Tex_GotoError* +Tex_HotKeyMappings latex-suite.txt.gz /*Tex_HotKeyMappings* +Tex_IgnoreLevel latex-suite.txt.gz /*Tex_IgnoreLevel* +Tex_IgnoredWarnings latex-suite.txt.gz /*Tex_IgnoredWarnings* +Tex_ImageDir latex-suite.txt.gz /*Tex_ImageDir* +Tex_ItemStyle_environment latex-suite.txt.gz /*Tex_ItemStyle_environment* +Tex_Leader latex-suite.txt.gz /*Tex_Leader* +Tex_Leader2 latex-suite.txt.gz /*Tex_Leader2* +Tex_MainFileExpression latex-suite.txt.gz /*Tex_MainFileExpression* +Tex_MainMenuLocation latex-suite.txt.gz /*Tex_MainMenuLocation* +Tex_MathMenus latex-suite.txt.gz /*Tex_MathMenus* +Tex_Menus latex-suite.txt.gz /*Tex_Menus* +Tex_MultipleCompileFormats latex-suite.txt.gz /*Tex_MultipleCompileFormats* +Tex_NestElementMenus latex-suite.txt.gz /*Tex_NestElementMenus* +Tex_NestPackagesMenu latex-suite.txt.gz /*Tex_NestPackagesMenu* +Tex_PackagesMenu latex-suite.txt.gz /*Tex_PackagesMenu* +Tex_ProjectSourceFiles latex-suite.txt.gz /*Tex_ProjectSourceFiles* +Tex_PromptedCommands latex-suite.txt.gz /*Tex_PromptedCommands* +Tex_PromptedEnvironments latex-suite.txt.gz /*Tex_PromptedEnvironments* +Tex_RememberCiteSearch latex-suite.txt.gz /*Tex_RememberCiteSearch* +Tex_SectionMaps latex-suite.txt.gz /*Tex_SectionMaps* +Tex_SectionMenus latex-suite.txt.gz /*Tex_SectionMenus* +Tex_SmartKeyBS latex-suite.txt.gz /*Tex_SmartKeyBS* +Tex_SmartKeyQuote latex-suite.txt.gz /*Tex_SmartKeyQuote* +Tex_TEXINPUTS latex-suite.txt.gz /*Tex_TEXINPUTS* +Tex_UseMakefile latex-suite.txt.gz /*Tex_UseMakefile* +Tex_UseMenuWizard latex-suite.txt.gz /*Tex_UseMenuWizard* +Tex_UsePython latex-suite.txt.gz /*Tex_UsePython* +Tex_UseSimpleLabelSearch latex-suite.txt.gz /*Tex_UseSimpleLabelSearch* +Tex_UseUtfMenus latex-suite.txt.gz /*Tex_UseUtfMenus* +Tex_ViewRuleComplete_format latex-suite.txt.gz /*Tex_ViewRuleComplete_format* +Tex_ViewRule_format latex-suite.txt.gz /*Tex_ViewRule_format* +Tex_ViewerCwindowHeight latex-suite.txt.gz /*Tex_ViewerCwindowHeight* +Tex_ViewerPreviewHeight latex-suite.txt.gz /*Tex_ViewerPreviewHeight* +Tshortcuts latex-suite.txt.gz /*Tshortcuts* +\Alph latexhelp.txt.gz /*\\Alph* +\Huge latexhelp.txt.gz /*\\Huge* +\LARGE latexhelp.txt.gz /*\\LARGE* +\Large latexhelp.txt.gz /*\\Large* +\Roman latexhelp.txt.gz /*\\Roman* +\\ latexhelp.txt.gz /*\\\\* +\\\\ latexhelp.txt.gz /*\\\\\\\\* +\addcontentsline latexhelp.txt.gz /*\\addcontentsline* +\address latexhelp.txt.gz /*\\address* +\addtocontents latexhelp.txt.gz /*\\addtocontents* +\addtocounter latexhelp.txt.gz /*\\addtocounter* +\addtolength latexhelp.txt.gz /*\\addtolength* +\addvspace latexhelp.txt.gz /*\\addvspace* +\alph latexhelp.txt.gz /*\\alph* +\and latexhelp.txt.gz /*\\and* +\appendix latexhelp.txt.gz /*\\appendix* +\arabic latexhelp.txt.gz /*\\arabic* +\author latexhelp.txt.gz /*\\author* +\begin latexhelp.txt.gz /*\\begin* +\bfseries latexhelp.txt.gz /*\\bfseries* +\bibitem latexhelp.txt.gz /*\\bibitem* +\bibliography latexhelp.txt.gz /*\\bibliography* +\bibliographystyle latexhelp.txt.gz /*\\bibliographystyle* +\bigskip latexhelp.txt.gz /*\\bigskip* +\cc latexhelp.txt.gz /*\\cc* +\cdots latexhelp.txt.gz /*\\cdots* +\centering latexhelp.txt.gz /*\\centering* +\chapter latexhelp.txt.gz /*\\chapter* +\circle latexhelp.txt.gz /*\\circle* +\cite latexhelp.txt.gz /*\\cite* +\cleardoublepage latexhelp.txt.gz /*\\cleardoublepage* +\clearpage latexhelp.txt.gz /*\\clearpage* +\cline latexhelp.txt.gz /*\\cline* +\closing latexhelp.txt.gz /*\\closing* +\dashbox latexhelp.txt.gz /*\\dashbox* +\date latexhelp.txt.gz /*\\date* +\ddots latexhelp.txt.gz /*\\ddots* +\depth latexhelp.txt.gz /*\\depth* +\documentclass latexhelp.txt.gz /*\\documentclass* +\dotfill latexhelp.txt.gz /*\\dotfill* +\emph latexhelp.txt.gz /*\\emph* +\end latexhelp.txt.gz /*\\end* +\enlargethispage latexhelp.txt.gz /*\\enlargethispage* +\fbox latexhelp.txt.gz /*\\fbox* +\flushbottom latexhelp.txt.gz /*\\flushbottom* +\fnsymbol latexhelp.txt.gz /*\\fnsymbol* +\fontencoding latexhelp.txt.gz /*\\fontencoding* +\fontfamily latexhelp.txt.gz /*\\fontfamily* +\fontseries latexhelp.txt.gz /*\\fontseries* +\fontshape latexhelp.txt.gz /*\\fontshape* +\fontsize latexhelp.txt.gz /*\\fontsize* +\footnote latexhelp.txt.gz /*\\footnote* +\footnotemark latexhelp.txt.gz /*\\footnotemark* +\footnotesize latexhelp.txt.gz /*\\footnotesize* +\footnotetext latexhelp.txt.gz /*\\footnotetext* +\frac latexhelp.txt.gz /*\\frac* +\frame latexhelp.txt.gz /*\\frame* +\framebox latexhelp.txt.gz /*\\framebox* +\fussy latexhelp.txt.gz /*\\fussy* +\height latexhelp.txt.gz /*\\height* +\hfill latexhelp.txt.gz /*\\hfill* +\hline latexhelp.txt.gz /*\\hline* +\hrulefill latexhelp.txt.gz /*\\hrulefill* +\hspace latexhelp.txt.gz /*\\hspace* +\huge latexhelp.txt.gz /*\\huge* +\hyphenation latexhelp.txt.gz /*\\hyphenation* +\include latexhelp.txt.gz /*\\include* +\includeonly latexhelp.txt.gz /*\\includeonly* +\indent latexhelp.txt.gz /*\\indent* +\input latexhelp.txt.gz /*\\input* +\item latexhelp.txt.gz /*\\item* +\itshape latexhelp.txt.gz /*\\itshape* +\kill latexhelp.txt.gz /*\\kill* +\label latexhelp.txt.gz /*\\label* +\large latexhelp.txt.gz /*\\large* +\ldots latexhelp.txt.gz /*\\ldots* +\lefteqn latexhelp.txt.gz /*\\lefteqn* +\letter latexhelp.txt.gz /*\\letter* +\line latexhelp.txt.gz /*\\line* +\linebreak latexhelp.txt.gz /*\\linebreak* +\linethickness latexhelp.txt.gz /*\\linethickness* +\listoffigures latexhelp.txt.gz /*\\listoffigures* +\listoftables latexhelp.txt.gz /*\\listoftables* +\location latexhelp.txt.gz /*\\location* +\lrbox latexhelp.txt.gz /*\\lrbox* +\makebox latexhelp.txt.gz /*\\makebox* +\makelabels latexhelp.txt.gz /*\\makelabels* +\maketitle latexhelp.txt.gz /*\\maketitle* +\marginpar latexhelp.txt.gz /*\\marginpar* +\markboth latexhelp.txt.gz /*\\markboth* +\markright latexhelp.txt.gz /*\\markright* +\mathbf latexhelp.txt.gz /*\\mathbf* +\mathcal latexhelp.txt.gz /*\\mathcal* +\mathit latexhelp.txt.gz /*\\mathit* +\mathnormal latexhelp.txt.gz /*\\mathnormal* +\mathrm latexhelp.txt.gz /*\\mathrm* +\mathsf latexhelp.txt.gz /*\\mathsf* +\mathtt latexhelp.txt.gz /*\\mathtt* +\mathversion latexhelp.txt.gz /*\\mathversion* +\mbox latexhelp.txt.gz /*\\mbox* +\mdseries latexhelp.txt.gz /*\\mdseries* +\medskip latexhelp.txt.gz /*\\medskip* +\multicolumn latexhelp.txt.gz /*\\multicolumn* +\multiput latexhelp.txt.gz /*\\multiput* +\name latexhelp.txt.gz /*\\name* +\newcommand latexhelp.txt.gz /*\\newcommand* +\newcounter latexhelp.txt.gz /*\\newcounter* +\newenvironment latexhelp.txt.gz /*\\newenvironment* +\newfont latexhelp.txt.gz /*\\newfont* +\newlength latexhelp.txt.gz /*\\newlength* +\newline latexhelp.txt.gz /*\\newline* +\newpage latexhelp.txt.gz /*\\newpage* +\newsavebox latexhelp.txt.gz /*\\newsavebox* +\newtheorem latexhelp.txt.gz /*\\newtheorem* +\nocite latexhelp.txt.gz /*\\nocite* +\nofiles latexhelp.txt.gz /*\\nofiles* +\noindent latexhelp.txt.gz /*\\noindent* +\nolinebreak latexhelp.txt.gz /*\\nolinebreak* +\nonumber latexhelp.txt.gz /*\\nonumber* +\nopagebreak latexhelp.txt.gz /*\\nopagebreak* +\normalfont latexhelp.txt.gz /*\\normalfont* +\normalsize latexhelp.txt.gz /*\\normalsize* +\onecolumn latexhelp.txt.gz /*\\onecolumn* +\opening latexhelp.txt.gz /*\\opening* +\oval latexhelp.txt.gz /*\\oval* +\overbrace latexhelp.txt.gz /*\\overbrace* +\overline latexhelp.txt.gz /*\\overline* +\pagebreak latexhelp.txt.gz /*\\pagebreak* +\pagenumbering latexhelp.txt.gz /*\\pagenumbering* +\pageref latexhelp.txt.gz /*\\pageref* +\pagestyle latexhelp.txt.gz /*\\pagestyle* +\par latexhelp.txt.gz /*\\par* +\paragraph latexhelp.txt.gz /*\\paragraph* +\parbox latexhelp.txt.gz /*\\parbox* +\part latexhelp.txt.gz /*\\part* +\picture-framebox latexhelp.txt.gz /*\\picture-framebox* +\ps latexhelp.txt.gz /*\\ps* +\pushtabs latexhelp.txt.gz /*\\pushtabs* +\put latexhelp.txt.gz /*\\put* +\raggedbottom latexhelp.txt.gz /*\\raggedbottom* +\raggedleft latexhelp.txt.gz /*\\raggedleft* +\raggedright latexhelp.txt.gz /*\\raggedright* +\raisebox latexhelp.txt.gz /*\\raisebox* +\ref latexhelp.txt.gz /*\\ref* +\refstepcounter latexhelp.txt.gz /*\\refstepcounter* +\renewcommand latexhelp.txt.gz /*\\renewcommand* +\renewenvironment latexhelp.txt.gz /*\\renewenvironment* +\reversemarginpar latexhelp.txt.gz /*\\reversemarginpar* +\rmfamily latexhelp.txt.gz /*\\rmfamily* +\roman latexhelp.txt.gz /*\\roman* +\rule latexhelp.txt.gz /*\\rule* +\savebox latexhelp.txt.gz /*\\savebox* +\sbox latexhelp.txt.gz /*\\sbox* +\scriptsize latexhelp.txt.gz /*\\scriptsize* +\scshape latexhelp.txt.gz /*\\scshape* +\section latexhelp.txt.gz /*\\section* +\selectfont latexhelp.txt.gz /*\\selectfont* +\setcounter latexhelp.txt.gz /*\\setcounter* +\setlength latexhelp.txt.gz /*\\setlength* +\settodepth latexhelp.txt.gz /*\\settodepth* +\settoheight latexhelp.txt.gz /*\\settoheight* +\settowidth latexhelp.txt.gz /*\\settowidth* +\sffamily latexhelp.txt.gz /*\\sffamily* +\shortstack latexhelp.txt.gz /*\\shortstack* +\signature latexhelp.txt.gz /*\\signature* +\sloppy latexhelp.txt.gz /*\\sloppy* +\slshape latexhelp.txt.gz /*\\slshape* +\small latexhelp.txt.gz /*\\small* +\smallskip latexhelp.txt.gz /*\\smallskip* +\space latexhelp.txt.gz /*\\space* +\sqrt latexhelp.txt.gz /*\\sqrt* +\startbreaks latexhelp.txt.gz /*\\startbreaks* +\stepcounter latexhelp.txt.gz /*\\stepcounter* +\stopbreaks latexhelp.txt.gz /*\\stopbreaks* +\subparagraph latexhelp.txt.gz /*\\subparagraph* +\subsection latexhelp.txt.gz /*\\subsection* +\subsubsection latexhelp.txt.gz /*\\subsubsection* +\symbol latexhelp.txt.gz /*\\symbol* +\table latexhelp.txt.gz /*\\table* +\tableofcontents latexhelp.txt.gz /*\\tableofcontents* +\telephone latexhelp.txt.gz /*\\telephone* +\textbf latexhelp.txt.gz /*\\textbf* +\textit latexhelp.txt.gz /*\\textit* +\textmd latexhelp.txt.gz /*\\textmd* +\textnormal latexhelp.txt.gz /*\\textnormal* +\textrm latexhelp.txt.gz /*\\textrm* +\textsc latexhelp.txt.gz /*\\textsc* +\textsf latexhelp.txt.gz /*\\textsf* +\textsl latexhelp.txt.gz /*\\textsl* +\texttt latexhelp.txt.gz /*\\texttt* +\textup latexhelp.txt.gz /*\\textup* +\thanks latexhelp.txt.gz /*\\thanks* +\thebibliography latexhelp.txt.gz /*\\thebibliography* +\thispagestyle latexhelp.txt.gz /*\\thispagestyle* +\tiny latexhelp.txt.gz /*\\tiny* +\title latexhelp.txt.gz /*\\title* +\totalheight latexhelp.txt.gz /*\\totalheight* +\ttfamily latexhelp.txt.gz /*\\ttfamily* +\twocolumn latexhelp.txt.gz /*\\twocolumn* +\typein latexhelp.txt.gz /*\\typein* +\typeout latexhelp.txt.gz /*\\typeout* +\underbrace latexhelp.txt.gz /*\\underbrace* +\underline latexhelp.txt.gz /*\\underline* +\upshape latexhelp.txt.gz /*\\upshape* +\usebox latexhelp.txt.gz /*\\usebox* +\usecounter latexhelp.txt.gz /*\\usecounter* +\usefont latexhelp.txt.gz /*\\usefont* +\usepackage latexhelp.txt.gz /*\\usepackage* +\value latexhelp.txt.gz /*\\value* +\vdots latexhelp.txt.gz /*\\vdots* +\vector latexhelp.txt.gz /*\\vector* +\verb latexhelp.txt.gz /*\\verb* +\vfill latexhelp.txt.gz /*\\vfill* +\vline latexhelp.txt.gz /*\\vline* +\vspace latexhelp.txt.gz /*\\vspace* +\width latexhelp.txt.gz /*\\width* +adding-bib-options latex-suite.txt.gz /*adding-bib-options* +alph latexhelp.txt.gz /*alph* +altkey-mappings latex-suite.txt.gz /*altkey-mappings* +arabic latexhelp.txt.gz /*arabic* +array latexhelp.txt.gz /*array* +article-class latexhelp.txt.gz /*article-class* +auc-tex-mappings latex-suite.txt.gz /*auc-tex-mappings* +automatic-package-detection latex-suite.txt.gz /*automatic-package-detection* +bibtex latexhelp.txt.gz /*bibtex* +bibtex-bindings latex-suite.txt.gz /*bibtex-bindings* +book-class latexhelp.txt.gz /*book-class* +center latexhelp.txt.gz /*center* +changing-commands latex-suite.txt.gz /*changing-commands* +changing-environments latex-suite.txt.gz /*changing-environments* +cite-search-caching latex-suite.txt.gz /*cite-search-caching* +compiler-dependency latex-suite.txt.gz /*compiler-dependency* +compiler-output-customization latex-suite.txt.gz /*compiler-output-customization* +compiler-rules latex-suite.txt.gz /*compiler-rules* +compiling-multiple latex-suite.txt.gz /*compiling-multiple* +completion-window-preferences latex-suite.txt.gz /*completion-window-preferences* +custom-macros-menu latex-suite.txt.gz /*custom-macros-menu* +custom-packages latex-suite.txt.gz /*custom-packages* +customize-alt-key-maps latex-suite.txt.gz /*customize-alt-key-maps* +customize-imap-maps latex-suite.txt.gz /*customize-imap-maps* +customizing-compiling latex-suite.txt.gz /*customizing-compiling* +customizing-folding latex-suite.txt.gz /*customizing-folding* +customizing-latex-completion latex-suite.txt.gz /*customizing-latex-completion* +customizing-latex-suite latex-suite.txt.gz /*customizing-latex-suite* +customizing-macros latex-suite.txt.gz /*customizing-macros* +customizing-menus latex-suite.txt.gz /*customizing-menus* +customizing-packages latex-suite.txt.gz /*customizing-packages* +customizing-place-holders latex-suite.txt.gz /*customizing-place-holders* +customizing-smart-keys latex-suite.txt.gz /*customizing-smart-keys* +customizing-viewing latex-suite.txt.gz /*customizing-viewing* +customizing-what-to-fold latex-suite.txt.gz /*customizing-what-to-fold* +default-folding latex-suite.txt.gz /*default-folding* +description latexhelp.txt.gz /*description* +diacritic-mappings latex-suite.txt.gz /*diacritic-mappings* +displaymath latexhelp.txt.gz /*displaymath* +draft latexhelp.txt.gz /*draft* +editing-folding latex-suite.txt.gz /*editing-folding* +empty latexhelp.txt.gz /*empty* +enabling-searching latex-suite.txt.gz /*enabling-searching* +enclosing-commands latex-suite.txt.gz /*enclosing-commands* +enclosing-env-f5 latex-suite.txt.gz /*enclosing-env-f5* +enclosing-env-threeletter latex-suite.txt.gz /*enclosing-env-threeletter* +enclosing-environments latex-suite.txt.gz /*enclosing-environments* +enumerate latexhelp.txt.gz /*enumerate* +environment-mappings latex-suite.txt.gz /*environment-mappings* +eqnarray latexhelp.txt.gz /*eqnarray* +equation latexhelp.txt.gz /*equation* +figure latexhelp.txt.gz /*figure* +final latexhelp.txt.gz /*final* +fleqn latexhelp.txt.gz /*fleqn* +flushleft latexhelp.txt.gz /*flushleft* +flushright latexhelp.txt.gz /*flushright* +fold-setting-adding latex-suite.txt.gz /*fold-setting-adding* +fold-setting-advanced latex-suite.txt.gz /*fold-setting-advanced* +font-lowlevelcommands latexhelp.txt.gz /*font-lowlevelcommands* +font-maps latex-suite.txt.gz /*font-maps* +font-size latexhelp.txt.gz /*font-size* +font-styles latexhelp.txt.gz /*font-styles* +forward-searching latex-suite.txt.gz /*forward-searching* +greek-letter-mappings latex-suite.txt.gz /*greek-letter-mappings* +headings latexhelp.txt.gz /*headings* +hyph- latexhelp.txt.gz /*hyph-* +im_1 imaps.txt.gz /*im_1* +imaps-usage imaps.txt.gz /*imaps-usage* +imaps.txt imaps.txt.gz /*imaps.txt* +imaps.txt-toc imaps.txt.gz /*imaps.txt-toc* +inserting-commands latex-suite.txt.gz /*inserting-commands* +inserting-env-f5 latex-suite.txt.gz /*inserting-env-f5* +inserting-env-shift-f1 latex-suite.txt.gz /*inserting-env-shift-f1* +inserting-env-threeletter latex-suite.txt.gz /*inserting-env-threeletter* +inserting-environments latex-suite.txt.gz /*inserting-environments* +inserting-packages latex-suite.txt.gz /*inserting-packages* +inverse-searching latex-suite.txt.gz /*inverse-searching* +itemize latexhelp.txt.gz /*itemize* +landscape latexhelp.txt.gz /*landscape* +latex latexhelp.txt.gz /*latex* +latex-boxes latexhelp.txt.gz /*latex-boxes* +latex-breaking latexhelp.txt.gz /*latex-breaking* +latex-classes latexhelp.txt.gz /*latex-classes* +latex-command-maps latex-suite.txt.gz /*latex-command-maps* +latex-commands latexhelp.txt.gz /*latex-commands* +latex-compiling latex-suite.txt.gz /*latex-compiling* +latex-completion latex-suite.txt.gz /*latex-completion* +latex-completion-cite latex-suite.txt.gz /*latex-completion-cite* +latex-counters latexhelp.txt.gz /*latex-counters* +latex-definitions latexhelp.txt.gz /*latex-definitions* +latex-environments latexhelp.txt.gz /*latex-environments* +latex-folding latex-suite.txt.gz /*latex-folding* +latex-footnotes latexhelp.txt.gz /*latex-footnotes* +latex-hor-space latexhelp.txt.gz /*latex-hor-space* +latex-inputting latexhelp.txt.gz /*latex-inputting* +latex-layout latexhelp.txt.gz /*latex-layout* +latex-lengths latexhelp.txt.gz /*latex-lengths* +latex-letters latexhelp.txt.gz /*latex-letters* +latex-macros latex-suite.txt.gz /*latex-macros* +latex-margin-notes latexhelp.txt.gz /*latex-margin-notes* +latex-master-file latex-suite.txt.gz /*latex-master-file* +latex-master-file-specification latex-suite.txt.gz /*latex-master-file-specification* +latex-math latexhelp.txt.gz /*latex-math* +latex-modes latexhelp.txt.gz /*latex-modes* +latex-package-scanning latex-suite.txt.gz /*latex-package-scanning* +latex-packages latex-suite.txt.gz /*latex-packages* +latex-page-styles latexhelp.txt.gz /*latex-page-styles* +latex-paragraphs latexhelp.txt.gz /*latex-paragraphs* +latex-parameters latexhelp.txt.gz /*latex-parameters* +latex-project latex-suite.txt.gz /*latex-project* +latex-project-example latex-suite.txt.gz /*latex-project-example* +latex-project-settings latex-suite.txt.gz /*latex-project-settings* +latex-references latexhelp.txt.gz /*latex-references* +latex-sectioning latexhelp.txt.gz /*latex-sectioning* +latex-spaces-boxes latexhelp.txt.gz /*latex-spaces-boxes* +latex-special latexhelp.txt.gz /*latex-special* +latex-start-end latexhelp.txt.gz /*latex-start-end* +latex-suite-commands latex-suite.txt.gz /*latex-suite-commands* +latex-suite-commands-maps latex-suite.txt.gz /*latex-suite-commands-maps* +latex-suite-credits latex-suite.txt.gz /*latex-suite-credits* +latex-suite-maintainer latex-suite.txt.gz /*latex-suite-maintainer* +latex-suite-maps latex-suite.txt.gz /*latex-suite-maps* +latex-suite-quickstart.txt latex-suite-quickstart.txt.gz /*latex-suite-quickstart.txt* +latex-suite-quickstart.txt-toc latex-suite-quickstart.txt.gz /*latex-suite-quickstart.txt-toc* +latex-suite-templates latex-suite.txt.gz /*latex-suite-templates* +latex-suite.txt latex-suite.txt.gz /*latex-suite.txt* +latex-suite.txt-toc latex-suite.txt.gz /*latex-suite.txt-toc* +latex-terminal latexhelp.txt.gz /*latex-terminal* +latex-toc latexhelp.txt.gz /*latex-toc* +latex-typefaces latexhelp.txt.gz /*latex-typefaces* +latex-ver-space latexhelp.txt.gz /*latex-ver-space* +latex-viewing latex-suite.txt.gz /*latex-viewing* +latex-viewing-rules latex-suite.txt.gz /*latex-viewing-rules* +latexhelp.txt latexhelp.txt.gz /*latexhelp.txt* +leqno latexhelp.txt.gz /*leqno* +letter-class latexhelp.txt.gz /*letter-class* +list latexhelp.txt.gz /*list* +lq_1 latex-suite-quickstart.txt.gz /*lq_1* +lq_10 latex-suite-quickstart.txt.gz /*lq_10* +lq_2 latex-suite-quickstart.txt.gz /*lq_2* +lq_3 latex-suite-quickstart.txt.gz /*lq_3* +lq_4 latex-suite-quickstart.txt.gz /*lq_4* +lq_5 latex-suite-quickstart.txt.gz /*lq_5* +lq_6 latex-suite-quickstart.txt.gz /*lq_6* +lq_7 latex-suite-quickstart.txt.gz /*lq_7* +lq_8 latex-suite-quickstart.txt.gz /*lq_8* +lq_8_1 latex-suite-quickstart.txt.gz /*lq_8_1* +lq_9 latex-suite-quickstart.txt.gz /*lq_9* +lq_9_1 latex-suite-quickstart.txt.gz /*lq_9_1* +lq_9_2 latex-suite-quickstart.txt.gz /*lq_9_2* +lq_a_bc latex-suite-quickstart.txt.gz /*lq_a_bc* +lq_a_bd latex-suite-quickstart.txt.gz /*lq_a_bd* +lq_a_be latex-suite-quickstart.txt.gz /*lq_a_be* +lq_a_bf latex-suite-quickstart.txt.gz /*lq_a_bf* +lq_a_bg latex-suite-quickstart.txt.gz /*lq_a_bg* +lq_a_bh latex-suite-quickstart.txt.gz /*lq_a_bh* +lq_a_bi latex-suite-quickstart.txt.gz /*lq_a_bi* +lq_a_bj latex-suite-quickstart.txt.gz /*lq_a_bj* +lq_a_bk latex-suite-quickstart.txt.gz /*lq_a_bk* +lq_a_bl latex-suite-quickstart.txt.gz /*lq_a_bl* +lq_a_bm latex-suite-quickstart.txt.gz /*lq_a_bm* +lq_a_bn latex-suite-quickstart.txt.gz /*lq_a_bn* +lq_a_bo latex-suite-quickstart.txt.gz /*lq_a_bo* +lq_u_1 latex-suite-quickstart.txt.gz /*lq_u_1* +lq_u_2 latex-suite-quickstart.txt.gz /*lq_u_2* +lq_u_3 latex-suite-quickstart.txt.gz /*lq_u_3* +lq_u_4 latex-suite-quickstart.txt.gz /*lq_u_4* +lq_u_5 latex-suite-quickstart.txt.gz /*lq_u_5* +lq_u_6 latex-suite-quickstart.txt.gz /*lq_u_6* +lq_u_7 latex-suite-quickstart.txt.gz /*lq_u_7* +lq_u_8 latex-suite-quickstart.txt.gz /*lq_u_8* +lq_u_9 latex-suite-quickstart.txt.gz /*lq_u_9* +lr-mode latexhelp.txt.gz /*lr-mode* +ls-completion-custom latex-suite.txt.gz /*ls-completion-custom* +ls-completion-ref latex-suite.txt.gz /*ls-completion-ref* +ls-completion-usage latex-suite.txt.gz /*ls-completion-usage* +ls-filename-completion latex-suite.txt.gz /*ls-filename-completion* +ls-general-purpose-settings latex-suite.txt.gz /*ls-general-purpose-settings* +ls-imap-f7 latex-suite.txt.gz /*ls-imap-f7* +ls-imap-s-f7 latex-suite.txt.gz /*ls-imap-s-f7* +ls-imaps-syntax latex-suite.txt.gz /*ls-imaps-syntax* +ls-new-macros latex-suite.txt.gz /*ls-new-macros* +ls-set-grepprg latex-suite.txt.gz /*ls-set-grepprg* +ls-vmap-f7 latex-suite.txt.gz /*ls-vmap-f7* +ls_1 latex-suite.txt.gz /*ls_1* +ls_10 latex-suite.txt.gz /*ls_10* +ls_10_1 latex-suite.txt.gz /*ls_10_1* +ls_10_1_1 latex-suite.txt.gz /*ls_10_1_1* +ls_10_1_2 latex-suite.txt.gz /*ls_10_1_2* +ls_10_2 latex-suite.txt.gz /*ls_10_2* +ls_10_2_1 latex-suite.txt.gz /*ls_10_2_1* +ls_10_2_10 latex-suite.txt.gz /*ls_10_2_10* +ls_10_2_11 latex-suite.txt.gz /*ls_10_2_11* +ls_10_2_12 latex-suite.txt.gz /*ls_10_2_12* +ls_10_2_13 latex-suite.txt.gz /*ls_10_2_13* +ls_10_2_14 latex-suite.txt.gz /*ls_10_2_14* +ls_10_2_15 latex-suite.txt.gz /*ls_10_2_15* +ls_10_2_16 latex-suite.txt.gz /*ls_10_2_16* +ls_10_2_2 latex-suite.txt.gz /*ls_10_2_2* +ls_10_2_3 latex-suite.txt.gz /*ls_10_2_3* +ls_10_2_4 latex-suite.txt.gz /*ls_10_2_4* +ls_10_2_5 latex-suite.txt.gz /*ls_10_2_5* +ls_10_2_6 latex-suite.txt.gz /*ls_10_2_6* +ls_10_2_7 latex-suite.txt.gz /*ls_10_2_7* +ls_10_2_8 latex-suite.txt.gz /*ls_10_2_8* +ls_10_2_9 latex-suite.txt.gz /*ls_10_2_9* +ls_11 latex-suite.txt.gz /*ls_11* +ls_11_1 latex-suite.txt.gz /*ls_11_1* +ls_11_10 latex-suite.txt.gz /*ls_11_10* +ls_11_10_1 latex-suite.txt.gz /*ls_11_10_1* +ls_11_1_1 latex-suite.txt.gz /*ls_11_1_1* +ls_11_1_2 latex-suite.txt.gz /*ls_11_1_2* +ls_11_2 latex-suite.txt.gz /*ls_11_2* +ls_11_2_1 latex-suite.txt.gz /*ls_11_2_1* +ls_11_2_2 latex-suite.txt.gz /*ls_11_2_2* +ls_11_2_3 latex-suite.txt.gz /*ls_11_2_3* +ls_11_2_4 latex-suite.txt.gz /*ls_11_2_4* +ls_11_3 latex-suite.txt.gz /*ls_11_3* +ls_11_3_1 latex-suite.txt.gz /*ls_11_3_1* +ls_11_3_10 latex-suite.txt.gz /*ls_11_3_10* +ls_11_3_11 latex-suite.txt.gz /*ls_11_3_11* +ls_11_3_12 latex-suite.txt.gz /*ls_11_3_12* +ls_11_3_13 latex-suite.txt.gz /*ls_11_3_13* +ls_11_3_2 latex-suite.txt.gz /*ls_11_3_2* +ls_11_3_3 latex-suite.txt.gz /*ls_11_3_3* +ls_11_3_4 latex-suite.txt.gz /*ls_11_3_4* +ls_11_3_5 latex-suite.txt.gz /*ls_11_3_5* +ls_11_3_6 latex-suite.txt.gz /*ls_11_3_6* +ls_11_3_7 latex-suite.txt.gz /*ls_11_3_7* +ls_11_3_8 latex-suite.txt.gz /*ls_11_3_8* +ls_11_3_9 latex-suite.txt.gz /*ls_11_3_9* +ls_11_4 latex-suite.txt.gz /*ls_11_4* +ls_11_4_1 latex-suite.txt.gz /*ls_11_4_1* +ls_11_4_2 latex-suite.txt.gz /*ls_11_4_2* +ls_11_5 latex-suite.txt.gz /*ls_11_5* +ls_11_5_1 latex-suite.txt.gz /*ls_11_5_1* +ls_11_5_2 latex-suite.txt.gz /*ls_11_5_2* +ls_11_5_3 latex-suite.txt.gz /*ls_11_5_3* +ls_11_5_4 latex-suite.txt.gz /*ls_11_5_4* +ls_11_5_5 latex-suite.txt.gz /*ls_11_5_5* +ls_11_6 latex-suite.txt.gz /*ls_11_6* +ls_11_6_1 latex-suite.txt.gz /*ls_11_6_1* +ls_11_6_2 latex-suite.txt.gz /*ls_11_6_2* +ls_11_6_3 latex-suite.txt.gz /*ls_11_6_3* +ls_11_6_4 latex-suite.txt.gz /*ls_11_6_4* +ls_11_6_5 latex-suite.txt.gz /*ls_11_6_5* +ls_11_6_6 latex-suite.txt.gz /*ls_11_6_6* +ls_11_6_7 latex-suite.txt.gz /*ls_11_6_7* +ls_11_6_8 latex-suite.txt.gz /*ls_11_6_8* +ls_11_7 latex-suite.txt.gz /*ls_11_7* +ls_11_7_1 latex-suite.txt.gz /*ls_11_7_1* +ls_11_7_2 latex-suite.txt.gz /*ls_11_7_2* +ls_11_8 latex-suite.txt.gz /*ls_11_8* +ls_11_8_1 latex-suite.txt.gz /*ls_11_8_1* +ls_11_8_2 latex-suite.txt.gz /*ls_11_8_2* +ls_11_8_3 latex-suite.txt.gz /*ls_11_8_3* +ls_11_8_4 latex-suite.txt.gz /*ls_11_8_4* +ls_11_8_5 latex-suite.txt.gz /*ls_11_8_5* +ls_11_8_6 latex-suite.txt.gz /*ls_11_8_6* +ls_11_8_7 latex-suite.txt.gz /*ls_11_8_7* +ls_11_9 latex-suite.txt.gz /*ls_11_9* +ls_11_9_1 latex-suite.txt.gz /*ls_11_9_1* +ls_11_9_2 latex-suite.txt.gz /*ls_11_9_2* +ls_12 latex-suite.txt.gz /*ls_12* +ls_2 latex-suite.txt.gz /*ls_2* +ls_3 latex-suite.txt.gz /*ls_3* +ls_3_1 latex-suite.txt.gz /*ls_3_1* +ls_3_10 latex-suite.txt.gz /*ls_3_10* +ls_3_10_1 latex-suite.txt.gz /*ls_3_10_1* +ls_3_10_2 latex-suite.txt.gz /*ls_3_10_2* +ls_3_10_3 latex-suite.txt.gz /*ls_3_10_3* +ls_3_10_4 latex-suite.txt.gz /*ls_3_10_4* +ls_3_11 latex-suite.txt.gz /*ls_3_11* +ls_3_12 latex-suite.txt.gz /*ls_3_12* +ls_3_12_1 latex-suite.txt.gz /*ls_3_12_1* +ls_3_12_2 latex-suite.txt.gz /*ls_3_12_2* +ls_3_1_1 latex-suite.txt.gz /*ls_3_1_1* +ls_3_1_1_1 latex-suite.txt.gz /*ls_3_1_1_1* +ls_3_1_1_2 latex-suite.txt.gz /*ls_3_1_1_2* +ls_3_1_1_3 latex-suite.txt.gz /*ls_3_1_1_3* +ls_3_1_2 latex-suite.txt.gz /*ls_3_1_2* +ls_3_1_2_1 latex-suite.txt.gz /*ls_3_1_2_1* +ls_3_1_2_2 latex-suite.txt.gz /*ls_3_1_2_2* +ls_3_1_3 latex-suite.txt.gz /*ls_3_1_3* +ls_3_2 latex-suite.txt.gz /*ls_3_2* +ls_3_2_1 latex-suite.txt.gz /*ls_3_2_1* +ls_3_2_2 latex-suite.txt.gz /*ls_3_2_2* +ls_3_2_3 latex-suite.txt.gz /*ls_3_2_3* +ls_3_3 latex-suite.txt.gz /*ls_3_3* +ls_3_4 latex-suite.txt.gz /*ls_3_4* +ls_3_5 latex-suite.txt.gz /*ls_3_5* +ls_3_6 latex-suite.txt.gz /*ls_3_6* +ls_3_7 latex-suite.txt.gz /*ls_3_7* +ls_3_8 latex-suite.txt.gz /*ls_3_8* +ls_3_8_1 latex-suite.txt.gz /*ls_3_8_1* +ls_3_9 latex-suite.txt.gz /*ls_3_9* +ls_4 latex-suite.txt.gz /*ls_4* +ls_4_1 latex-suite.txt.gz /*ls_4_1* +ls_4_2 latex-suite.txt.gz /*ls_4_2* +ls_4_3 latex-suite.txt.gz /*ls_4_3* +ls_4_3_1 latex-suite.txt.gz /*ls_4_3_1* +ls_4_4 latex-suite.txt.gz /*ls_4_4* +ls_4_4_1 latex-suite.txt.gz /*ls_4_4_1* +ls_4_4_2 latex-suite.txt.gz /*ls_4_4_2* +ls_5 latex-suite.txt.gz /*ls_5* +ls_5_1 latex-suite.txt.gz /*ls_5_1* +ls_5_2 latex-suite.txt.gz /*ls_5_2* +ls_5_3 latex-suite.txt.gz /*ls_5_3* +ls_5_3_1 latex-suite.txt.gz /*ls_5_3_1* +ls_5_4 latex-suite.txt.gz /*ls_5_4* +ls_5_5 latex-suite.txt.gz /*ls_5_5* +ls_6 latex-suite.txt.gz /*ls_6* +ls_6_1 latex-suite.txt.gz /*ls_6_1* +ls_6_2 latex-suite.txt.gz /*ls_6_2* +ls_6_3 latex-suite.txt.gz /*ls_6_3* +ls_6_4 latex-suite.txt.gz /*ls_6_4* +ls_6_5 latex-suite.txt.gz /*ls_6_5* +ls_7 latex-suite.txt.gz /*ls_7* +ls_7_1 latex-suite.txt.gz /*ls_7_1* +ls_7_2 latex-suite.txt.gz /*ls_7_2* +ls_7_3 latex-suite.txt.gz /*ls_7_3* +ls_8 latex-suite.txt.gz /*ls_8* +ls_8_1 latex-suite.txt.gz /*ls_8_1* +ls_8_2 latex-suite.txt.gz /*ls_8_2* +ls_8_2_1 latex-suite.txt.gz /*ls_8_2_1* +ls_8_2_2 latex-suite.txt.gz /*ls_8_2_2* +ls_8_2_3 latex-suite.txt.gz /*ls_8_2_3* +ls_8_2_4 latex-suite.txt.gz /*ls_8_2_4* +ls_8_2_5 latex-suite.txt.gz /*ls_8_2_5* +ls_8_3 latex-suite.txt.gz /*ls_8_3* +ls_9 latex-suite.txt.gz /*ls_9* +ls_9_1 latex-suite.txt.gz /*ls_9_1* +ls_9_2 latex-suite.txt.gz /*ls_9_2* +ls_a_bA latex-suite.txt.gz /*ls_a_bA* +ls_a_bB latex-suite.txt.gz /*ls_a_bB* +ls_a_bC latex-suite.txt.gz /*ls_a_bC* +ls_a_bD latex-suite.txt.gz /*ls_a_bD* +ls_a_bE latex-suite.txt.gz /*ls_a_bE* +ls_a_bF latex-suite.txt.gz /*ls_a_bF* +ls_a_bG latex-suite.txt.gz /*ls_a_bG* +ls_a_bH latex-suite.txt.gz /*ls_a_bH* +ls_a_bI latex-suite.txt.gz /*ls_a_bI* +ls_a_bJ latex-suite.txt.gz /*ls_a_bJ* +ls_a_bK latex-suite.txt.gz /*ls_a_bK* +ls_a_bL latex-suite.txt.gz /*ls_a_bL* +ls_a_bM latex-suite.txt.gz /*ls_a_bM* +ls_a_bN latex-suite.txt.gz /*ls_a_bN* +ls_a_bO latex-suite.txt.gz /*ls_a_bO* +ls_a_bP latex-suite.txt.gz /*ls_a_bP* +ls_a_bQ latex-suite.txt.gz /*ls_a_bQ* +ls_a_bR latex-suite.txt.gz /*ls_a_bR* +ls_a_bS latex-suite.txt.gz /*ls_a_bS* +ls_a_bT latex-suite.txt.gz /*ls_a_bT* +ls_a_bU latex-suite.txt.gz /*ls_a_bU* +ls_a_bV latex-suite.txt.gz /*ls_a_bV* +ls_a_bW latex-suite.txt.gz /*ls_a_bW* +ls_a_bX latex-suite.txt.gz /*ls_a_bX* +ls_a_bY latex-suite.txt.gz /*ls_a_bY* +ls_a_bZ latex-suite.txt.gz /*ls_a_bZ* +ls_a_bc latex-suite.txt.gz /*ls_a_bc* +ls_a_bd latex-suite.txt.gz /*ls_a_bd* +ls_a_be latex-suite.txt.gz /*ls_a_be* +ls_a_bf latex-suite.txt.gz /*ls_a_bf* +ls_a_bg latex-suite.txt.gz /*ls_a_bg* +ls_a_bh latex-suite.txt.gz /*ls_a_bh* +ls_a_bi latex-suite.txt.gz /*ls_a_bi* +ls_a_bj latex-suite.txt.gz /*ls_a_bj* +ls_a_bk latex-suite.txt.gz /*ls_a_bk* +ls_a_bl latex-suite.txt.gz /*ls_a_bl* +ls_a_bm latex-suite.txt.gz /*ls_a_bm* +ls_a_bn latex-suite.txt.gz /*ls_a_bn* +ls_a_bo latex-suite.txt.gz /*ls_a_bo* +ls_a_bp latex-suite.txt.gz /*ls_a_bp* +ls_a_bq latex-suite.txt.gz /*ls_a_bq* +ls_a_br latex-suite.txt.gz /*ls_a_br* +ls_a_bs latex-suite.txt.gz /*ls_a_bs* +ls_a_bt latex-suite.txt.gz /*ls_a_bt* +ls_a_bu latex-suite.txt.gz /*ls_a_bu* +ls_a_bv latex-suite.txt.gz /*ls_a_bv* +ls_a_bw latex-suite.txt.gz /*ls_a_bw* +ls_a_bx latex-suite.txt.gz /*ls_a_bx* +ls_a_by latex-suite.txt.gz /*ls_a_by* +ls_a_bz latex-suite.txt.gz /*ls_a_bz* +ls_a_cA latex-suite.txt.gz /*ls_a_cA* +ls_a_cB latex-suite.txt.gz /*ls_a_cB* +ls_a_cC latex-suite.txt.gz /*ls_a_cC* +ls_a_cD latex-suite.txt.gz /*ls_a_cD* +ls_a_cE latex-suite.txt.gz /*ls_a_cE* +ls_a_cF latex-suite.txt.gz /*ls_a_cF* +ls_a_cG latex-suite.txt.gz /*ls_a_cG* +ls_a_cH latex-suite.txt.gz /*ls_a_cH* +ls_a_cI latex-suite.txt.gz /*ls_a_cI* +ls_a_cJ latex-suite.txt.gz /*ls_a_cJ* +ls_a_cK latex-suite.txt.gz /*ls_a_cK* +ls_a_cL latex-suite.txt.gz /*ls_a_cL* +ls_a_cM latex-suite.txt.gz /*ls_a_cM* +ls_a_cN latex-suite.txt.gz /*ls_a_cN* +ls_a_cO latex-suite.txt.gz /*ls_a_cO* +ls_a_cP latex-suite.txt.gz /*ls_a_cP* +ls_a_cQ latex-suite.txt.gz /*ls_a_cQ* +ls_a_cR latex-suite.txt.gz /*ls_a_cR* +ls_a_cS latex-suite.txt.gz /*ls_a_cS* +ls_a_cT latex-suite.txt.gz /*ls_a_cT* +ls_a_cU latex-suite.txt.gz /*ls_a_cU* +ls_a_cV latex-suite.txt.gz /*ls_a_cV* +ls_a_cW latex-suite.txt.gz /*ls_a_cW* +ls_a_cX latex-suite.txt.gz /*ls_a_cX* +ls_a_cY latex-suite.txt.gz /*ls_a_cY* +ls_a_cZ latex-suite.txt.gz /*ls_a_cZ* +ls_a_ca latex-suite.txt.gz /*ls_a_ca* +ls_a_cb latex-suite.txt.gz /*ls_a_cb* +ls_a_cc latex-suite.txt.gz /*ls_a_cc* +ls_a_cd latex-suite.txt.gz /*ls_a_cd* +ls_a_ce latex-suite.txt.gz /*ls_a_ce* +ls_a_cf latex-suite.txt.gz /*ls_a_cf* +ls_a_cg latex-suite.txt.gz /*ls_a_cg* +ls_a_ch latex-suite.txt.gz /*ls_a_ch* +ls_a_ci latex-suite.txt.gz /*ls_a_ci* +ls_a_cj latex-suite.txt.gz /*ls_a_cj* +ls_a_ck latex-suite.txt.gz /*ls_a_ck* +ls_a_cl latex-suite.txt.gz /*ls_a_cl* +ls_a_cm latex-suite.txt.gz /*ls_a_cm* +ls_a_cn latex-suite.txt.gz /*ls_a_cn* +ls_a_co latex-suite.txt.gz /*ls_a_co* +ls_a_cp latex-suite.txt.gz /*ls_a_cp* +ls_a_cq latex-suite.txt.gz /*ls_a_cq* +ls_a_cr latex-suite.txt.gz /*ls_a_cr* +ls_a_cs latex-suite.txt.gz /*ls_a_cs* +ls_a_ct latex-suite.txt.gz /*ls_a_ct* +ls_a_cu latex-suite.txt.gz /*ls_a_cu* +ls_a_cv latex-suite.txt.gz /*ls_a_cv* +ls_a_cw latex-suite.txt.gz /*ls_a_cw* +ls_a_cx latex-suite.txt.gz /*ls_a_cx* +ls_a_cy latex-suite.txt.gz /*ls_a_cy* +ls_a_cz latex-suite.txt.gz /*ls_a_cz* +ls_a_dA latex-suite.txt.gz /*ls_a_dA* +ls_a_dB latex-suite.txt.gz /*ls_a_dB* +ls_a_dC latex-suite.txt.gz /*ls_a_dC* +ls_a_dD latex-suite.txt.gz /*ls_a_dD* +ls_a_dE latex-suite.txt.gz /*ls_a_dE* +ls_a_dF latex-suite.txt.gz /*ls_a_dF* +ls_a_dG latex-suite.txt.gz /*ls_a_dG* +ls_a_dH latex-suite.txt.gz /*ls_a_dH* +ls_a_dI latex-suite.txt.gz /*ls_a_dI* +ls_a_dJ latex-suite.txt.gz /*ls_a_dJ* +ls_a_dK latex-suite.txt.gz /*ls_a_dK* +ls_a_dL latex-suite.txt.gz /*ls_a_dL* +ls_a_dM latex-suite.txt.gz /*ls_a_dM* +ls_a_dN latex-suite.txt.gz /*ls_a_dN* +ls_a_dO latex-suite.txt.gz /*ls_a_dO* +ls_a_dP latex-suite.txt.gz /*ls_a_dP* +ls_a_dQ latex-suite.txt.gz /*ls_a_dQ* +ls_a_dR latex-suite.txt.gz /*ls_a_dR* +ls_a_dS latex-suite.txt.gz /*ls_a_dS* +ls_a_dT latex-suite.txt.gz /*ls_a_dT* +ls_a_dU latex-suite.txt.gz /*ls_a_dU* +ls_a_dV latex-suite.txt.gz /*ls_a_dV* +ls_a_dW latex-suite.txt.gz /*ls_a_dW* +ls_a_dX latex-suite.txt.gz /*ls_a_dX* +ls_a_dY latex-suite.txt.gz /*ls_a_dY* +ls_a_dZ latex-suite.txt.gz /*ls_a_dZ* +ls_a_da latex-suite.txt.gz /*ls_a_da* +ls_a_db latex-suite.txt.gz /*ls_a_db* +ls_a_dc latex-suite.txt.gz /*ls_a_dc* +ls_a_dd latex-suite.txt.gz /*ls_a_dd* +ls_a_de latex-suite.txt.gz /*ls_a_de* +ls_a_df latex-suite.txt.gz /*ls_a_df* +ls_a_dg latex-suite.txt.gz /*ls_a_dg* +ls_a_dh latex-suite.txt.gz /*ls_a_dh* +ls_a_di latex-suite.txt.gz /*ls_a_di* +ls_a_dj latex-suite.txt.gz /*ls_a_dj* +ls_a_dk latex-suite.txt.gz /*ls_a_dk* +ls_a_dl latex-suite.txt.gz /*ls_a_dl* +ls_a_dm latex-suite.txt.gz /*ls_a_dm* +ls_a_dn latex-suite.txt.gz /*ls_a_dn* +ls_a_do latex-suite.txt.gz /*ls_a_do* +ls_a_dp latex-suite.txt.gz /*ls_a_dp* +ls_a_dq latex-suite.txt.gz /*ls_a_dq* +ls_a_dr latex-suite.txt.gz /*ls_a_dr* +ls_a_ds latex-suite.txt.gz /*ls_a_ds* +ls_a_dt latex-suite.txt.gz /*ls_a_dt* +ls_a_du latex-suite.txt.gz /*ls_a_du* +ls_a_dv latex-suite.txt.gz /*ls_a_dv* +ls_a_dw latex-suite.txt.gz /*ls_a_dw* +ls_a_dx latex-suite.txt.gz /*ls_a_dx* +ls_a_dy latex-suite.txt.gz /*ls_a_dy* +ls_a_dz latex-suite.txt.gz /*ls_a_dz* +ls_a_eA latex-suite.txt.gz /*ls_a_eA* +ls_a_eB latex-suite.txt.gz /*ls_a_eB* +ls_a_eC latex-suite.txt.gz /*ls_a_eC* +ls_a_eD latex-suite.txt.gz /*ls_a_eD* +ls_a_eE latex-suite.txt.gz /*ls_a_eE* +ls_a_eF latex-suite.txt.gz /*ls_a_eF* +ls_a_eG latex-suite.txt.gz /*ls_a_eG* +ls_a_ea latex-suite.txt.gz /*ls_a_ea* +ls_a_eb latex-suite.txt.gz /*ls_a_eb* +ls_a_ec latex-suite.txt.gz /*ls_a_ec* +ls_a_ed latex-suite.txt.gz /*ls_a_ed* +ls_a_ee latex-suite.txt.gz /*ls_a_ee* +ls_a_ef latex-suite.txt.gz /*ls_a_ef* +ls_a_eg latex-suite.txt.gz /*ls_a_eg* +ls_a_eh latex-suite.txt.gz /*ls_a_eh* +ls_a_ei latex-suite.txt.gz /*ls_a_ei* +ls_a_ej latex-suite.txt.gz /*ls_a_ej* +ls_a_ek latex-suite.txt.gz /*ls_a_ek* +ls_a_el latex-suite.txt.gz /*ls_a_el* +ls_a_em latex-suite.txt.gz /*ls_a_em* +ls_a_en latex-suite.txt.gz /*ls_a_en* +ls_a_eo latex-suite.txt.gz /*ls_a_eo* +ls_a_ep latex-suite.txt.gz /*ls_a_ep* +ls_a_eq latex-suite.txt.gz /*ls_a_eq* +ls_a_er latex-suite.txt.gz /*ls_a_er* +ls_a_es latex-suite.txt.gz /*ls_a_es* +ls_a_et latex-suite.txt.gz /*ls_a_et* +ls_a_eu latex-suite.txt.gz /*ls_a_eu* +ls_a_ev latex-suite.txt.gz /*ls_a_ev* +ls_a_ew latex-suite.txt.gz /*ls_a_ew* +ls_a_ex latex-suite.txt.gz /*ls_a_ex* +ls_a_ey latex-suite.txt.gz /*ls_a_ey* +ls_a_ez latex-suite.txt.gz /*ls_a_ez* +ls_u_1 latex-suite.txt.gz /*ls_u_1* +ls_u_2 latex-suite.txt.gz /*ls_u_2* +ls_u_3 latex-suite.txt.gz /*ls_u_3* +ls_u_4 latex-suite.txt.gz /*ls_u_4* +lsq-compiling latex-suite-quickstart.txt.gz /*lsq-compiling* +lsq-conclusions latex-suite-quickstart.txt.gz /*lsq-conclusions* +lsq-debugging latex-suite-quickstart.txt.gz /*lsq-debugging* +lsq-folding latex-suite-quickstart.txt.gz /*lsq-folding* +lsq-insert-environment latex-suite-quickstart.txt.gz /*lsq-insert-environment* +lsq-inserting-reference latex-suite-quickstart.txt.gz /*lsq-inserting-reference* +lsq-inserting-template latex-suite-quickstart.txt.gz /*lsq-inserting-template* +lsq-keyboard-shortcuts latex-suite-quickstart.txt.gz /*lsq-keyboard-shortcuts* +lsq-lsq-inserting-package latex-suite-quickstart.txt.gz /*lsq-lsq-inserting-package* +lsq-quick-forward-searching latex-suite-quickstart.txt.gz /*lsq-quick-forward-searching* +lsq-quick-inverse-searching latex-suite-quickstart.txt.gz /*lsq-quick-inverse-searching* +lsq-using-tutorial latex-suite-quickstart.txt.gz /*lsq-using-tutorial* +lsq-viewing-dvi latex-suite-quickstart.txt.gz /*lsq-viewing-dvi* +macro-enabling latex-suite.txt.gz /*macro-enabling* +math, latexhelp.txt.gz /*math,* +math-misc latexhelp.txt.gz /*math-misc* +math-mode latexhelp.txt.gz /*math-mode* +math-spacing latexhelp.txt.gz /*math-spacing* +math-symbols latexhelp.txt.gz /*math-symbols* +math: latexhelp.txt.gz /*math:* +math; latexhelp.txt.gz /*math;* +matn! latexhelp.txt.gz /*matn!* +minipage latexhelp.txt.gz /*minipage* +notitlepage latexhelp.txt.gz /*notitlepage* +onecolumn latexhelp.txt.gz /*onecolumn* +oneside latexhelp.txt.gz /*oneside* +openany latexhelp.txt.gz /*openany* +openbib latexhelp.txt.gz /*openbib* +openright latexhelp.txt.gz /*openright* +overriding-macros latex-suite.txt.gz /*overriding-macros* +package-actions latex-suite.txt.gz /*package-actions* +paragraph-mode latexhelp.txt.gz /*paragraph-mode* +part-compiling latex-suite.txt.gz /*part-compiling* +pausing-imaps latex-suite.txt.gz /*pausing-imaps* +picture latexhelp.txt.gz /*picture* +picture-makebox latexhelp.txt.gz /*picture-makebox* +place-holder latex-suite.txt.gz /*place-holder* +place-holders latex-suite.txt.gz /*place-holders* +plain latexhelp.txt.gz /*plain* +pre-lengths latexhelp.txt.gz /*pre-lengths* +quotation latexhelp.txt.gz /*quotation* +quote-l latexhelp.txt.gz /*quote-l* +recommended-settings latex-suite.txt.gz /*recommended-settings* +remapping-latex-suite-keys latex-suite.txt.gz /*remapping-latex-suite-keys* +report-class latexhelp.txt.gz /*report-class* +roman latexhelp.txt.gz /*roman* +rqno latexhelp.txt.gz /*rqno* +section-mappings latex-suite.txt.gz /*section-mappings* +slides-class latexhelp.txt.gz /*slides-class* +smart-backspace latex-suite.txt.gz /*smart-backspace* +smart-keys latex-suite.txt.gz /*smart-keys* +sub-sup latexhelp.txt.gz /*sub-sup* +subscripts latexhelp.txt.gz /*subscripts* +superscripts latexhelp.txt.gz /*superscripts* +supporting-packages latex-suite.txt.gz /*supporting-packages* +tab' latexhelp.txt.gz /*tab'* +tab+ latexhelp.txt.gz /*tab+* +tab- latexhelp.txt.gz /*tab-* +tab< latexhelp.txt.gz /*tab<* +tab= latexhelp.txt.gz /*tab=* +tab> latexhelp.txt.gz /*tab>* +tab` latexhelp.txt.gz /*tab`* +taba latexhelp.txt.gz /*taba* +tabbing latexhelp.txt.gz /*tabbing* +tabular latexhelp.txt.gz /*tabular* +theorem latexhelp.txt.gz /*theorem* +titlepage latexhelp.txt.gz /*titlepage* +twocolumn latexhelp.txt.gz /*twocolumn* +twoside latexhelp.txt.gz /*twoside* +verbatim latexhelp.txt.gz /*verbatim* +verse latexhelp.txt.gz /*verse* +why-IMAP latex-suite.txt.gz /*why-IMAP* diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim new file mode 100644 index 0000000..516d1b5 --- /dev/null +++ b/.vim/ftplugin/mail.vim @@ -0,0 +1,59 @@ +let g:mail_alias_source = "Abook" +let g:SuperTabDefaultCompletionType = "" +source /usr/share/vim-scripts/plugin/supertab.vim +match + +fun! LBDBCompleteFn(findstart, base) + if a:findstart + " locate the start of the word + let line = getline('.') + let start = col('.') - 1 + while start > 0 && line[start - 1] =~ '[^:,]' + let start -= 1 + endwhile + while start < col('.') && line[start] =~ '[:, ]' + let start += 1 + endwhile + return start + else + let res = [] + let query = substitute(a:base, '"', '', 'g') + let query = substitute(query, '\s*<.*>\s*', '', 'g') + for m in LbdbQuery(query) + call complete_add(printf('"%s" <%s>', escape(m[0], '"'), m[1])) + if complete_check() + break + endif + endfor + return res + endif +endfun + +set completefunc=LBDBCompleteFn + +ino +ino + +" And this magic by James Vega, which ensures that we only complete with lbdb +" on the recipient lines of the mail header. +"ino DelegateCompletion(1) +"ino DelegateCompletion(0) +" +"fun! DelegateCompletion(next) +" if getline('.') =~? '^\%(To\|B\=Cc\):' +" return "\x18\x15" +" elseif a:next +" return "\x0e" +" else +" return "\x10" +" endif +"endfun + +nmap 1 :w:%!mailplate --keep-unknown --auto +nmap 3 :w:%!mailplate --keep-unknown mjollnir +nmap 2 :w:%!mailplate --keep-unknown sgn +nmap 4 :w:%!mailplate --keep-unknown catalyst +nmap 5 :w:%!mailplate --keep-unknown mahara +nmap 6 :w:%!mailplate --keep-unknown liip +nmap 7 :w:%!mailplate --keep-unknown gmail + diff --git a/.vim/indent/tex.vim b/.vim/indent/tex.vim new file mode 120000 index 0000000..551e3a9 --- /dev/null +++ b/.vim/indent/tex.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/indent/tex.vim \ No newline at end of file diff --git a/.vim/plugin/SyntaxFolds.vim b/.vim/plugin/SyntaxFolds.vim new file mode 120000 index 0000000..6368bba --- /dev/null +++ b/.vim/plugin/SyntaxFolds.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/SyntaxFolds.vim \ No newline at end of file diff --git a/.vim/plugin/filebrowser.vim b/.vim/plugin/filebrowser.vim new file mode 120000 index 0000000..de8cea6 --- /dev/null +++ b/.vim/plugin/filebrowser.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/filebrowser.vim \ No newline at end of file diff --git a/.vim/plugin/imaps.vim b/.vim/plugin/imaps.vim new file mode 120000 index 0000000..078bfb9 --- /dev/null +++ b/.vim/plugin/imaps.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/imaps.vim \ No newline at end of file diff --git a/.vim/plugin/lbdbq.vim b/.vim/plugin/lbdbq.vim new file mode 100644 index 0000000..9588761 --- /dev/null +++ b/.vim/plugin/lbdbq.vim @@ -0,0 +1,127 @@ +" Name: lbdbq.vim +" Summary: functions and mode mappings for querying lbdb from Vim +" Copyright: Copyright (C) 2007 Stefano Zacchiroli +" License: GNU GPL version 3 or above +" Maintainer: Stefano Zacchiroli +" URL: http://www.vim.org/scripts/script.php?script_id=1757 +" Version: 0.3 + +if exists("loaded_lbdbq") + finish +endif +let loaded_lbdbq = 1 + +" queries lbdb with a query string and return a list of pairs: +" [['full name', 'email'], ['full name', 'email'], ...] +function! LbdbQuery(qstring) + let output = system("lbdbq '" . a:qstring . "'") + let results = [] + for line in split(output, "\n")[1:] " skip first line (lbdbq summary) + let fields = split(line, "\t") + let results += [ [fields[1], fields[0]] ] + endfor + return results +endfunction + +" check if a potential query string has already been expanded in a complete +" recipient. E.g.: 'Stefano Zacchiroli ' is a complete +" recipient, 'stefano zacchiroli' and 'stefano' are not +function! LbdbIsExpanded(qstring) + return (a:qstring =~ '^\S\+@\S\+$\|<\S\+@\S\+>$') +endfunction + +function! LbdbTrim(s) + return substitute(a:s, '^\s*\(.\{-}\)\s*$', '\1', '') +endfunction + +" expand a (short) contact given as a query string, asking interactively if +" disambiguation is needed +" E.g.: 'stefano zacchiroli' -> 'Stefano Zacchiroli ' +function! LbdbExpandContact(qstring) + let qstring = LbdbTrim(a:qstring) + if LbdbIsExpanded(qstring) + return qstring + else " try to expand (short) contact + let contacts = LbdbQuery(qstring) + let contact = [] + if empty(contacts) " no matching (long) contact found + return qstring + elseif len(contacts) > 1 " multiple matches: disambiguate + let choices = ["Choose a recipient for '" . qstring . "':"] + let counter = 1 + for contact in contacts + let choices += [ printf("%2d. %s <%s>", counter, contact[0], contact[1]) ] + let counter += 1 + endfor + let result = inputlist(choices) + if result <= 0 || result > len(choices) + return a:qstring + endif + let contact = contacts[result-1] + else " len(contacts) == 1, i.e. one single match + let contact = contacts[0] + endif + return printf("\"%s\" <%s>", escape(contact[0], '"'), contact[1]) + endif +endfunction + +" as above but support input strings composed by comma separated (short) +" contacts +function! LbdbExpandContacts(raw) + let raw = LbdbTrim(a:raw) + let qstrings = split(raw, '\s*,\s*') + let exp_strings = [] + for qstring in qstrings + let exp_strings += [ LbdbExpandContact(qstring) ] + endfor + return join(exp_strings, ', ') +endfunction + +" expand all (short) contacts on a given recipient line, asking interactively +" if disambiguation is needed. +" E.g.: +" 'To: stefano zacchiroli, bram' +" -> 'To: Stefano Zacchiroli , Bram Moolenaar +function! LbdbExpandRcptLine(recpt_line) + if a:recpt_line =~ '^\w\+:' " line is the *beginning* of a RFC822 field + let raw = substitute(a:recpt_line, '^\w\+:\s*', '', '') + let recpt_kind = substitute(a:recpt_line, '^\(\w\+\):\s*.*$', '\1', '') + let exp_line = recpt_kind . ': ' . LbdbExpandContacts(raw) + elseif a:recpt_line =~ '^\s\+' " line is the *continuation* of a RFC822 field + let raw = substitute(a:recpt_line, '^\s\+', '', '') + let lpadding = substitute(a:recpt_line, '\S.*$', '', '') + let exp_line = lpadding . LbdbExpandContacts(raw) + else + return a:recpt_line + endif + if a:recpt_line =~ ',\s*$' + let exp_line .= ',' + endif + return exp_line +endfunction + +function! LbdbExpandCurLine() + call setline(line('.'), LbdbExpandRcptLine(getline('.'))) +endfunction + +function! LbdbExpandVisual() + if visualmode() ==# 'v' + normal gvy + let raw = getreg('"') + let expanded = '' + if raw =~ "," + let expanded = LbdbExpandContacts(raw) + else + let expanded = LbdbExpandContact(raw) + endif + call setreg('"', expanded) + normal gvP + elseif visualmode() ==# 'V' + call LbdbExpandCurLine() + end +endfunction + +nmap lb :call LbdbExpandCurLine() +vmap lb :call LbdbExpandVisual() +imap lb :call LbdbExpandCurLine()A + diff --git a/.vim/plugin/libList.vim b/.vim/plugin/libList.vim new file mode 120000 index 0000000..b9192da --- /dev/null +++ b/.vim/plugin/libList.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/libList.vim \ No newline at end of file diff --git a/.vim/plugin/remoteOpen.vim b/.vim/plugin/remoteOpen.vim new file mode 120000 index 0000000..3a06168 --- /dev/null +++ b/.vim/plugin/remoteOpen.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/plugin/remoteOpen.vim \ No newline at end of file diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add new file mode 100644 index 0000000..dee9451 --- /dev/null +++ b/.vim/spell/en.utf-8.add @@ -0,0 +1,25 @@ +Moodle +Mahara +API +APIs +plugins +Moodlers +plugin +MoodleMoot +MoodleMoot +ePortfolio +LMS +blog +Moodles +Mahara's +PHP5 +OO +PHP +currentsection +hideothersubsections +DML +XMLDB +DDL +UI +PREV +php diff --git a/.vim/spell/en.utf-8.add.spl b/.vim/spell/en.utf-8.add.spl new file mode 100644 index 0000000000000000000000000000000000000000..31df49c7caef2701f2dbf9f0bcec88cddfed7c2a GIT binary patch literal 351 zcmZWlyN<#z5ZqbP>iUEj63K}zJ3&|S1L(f%z6vHr6zF7WN8X*s z+TUdry|H$87m>e@x;eI{vxD>V4?KF+EJClaa5zISBk&lEm=K9aV$T^wHlwx!iJCo& zXFG6wB3hD2Svz7&nPa~r2Aa%h-mJ!C7BMVXM6DgEHL10#Zb?<8zNM$hR0oo7f#o-{ zn-*D5N$FOd4e%@BLX6%s=*;+0h1bopJh8Z>+B414bLlkvh|jF34h9F5%#&oC0#Us} T@(Ev@Q;_e8|DKvV+K4;=Pe49g literal 0 HcmV?d00001 diff --git a/.vimcolor b/.vimcolor new file mode 100644 index 0000000..b53bc12 --- /dev/null +++ b/.vimcolor @@ -0,0 +1,70 @@ +" Vim color file +" Maintainer: Shirk +" Last Change: 19 September 2005 - 0.2 +" URL: trinity.gentoofreaks.org + +" cool help screens +" :he group-name +" :he highlight-groups +" :he cterm-colors + +set background=dark "or light +hi clear +if exists("syntax_on") + syntax reset +endif +let g:colors_name="impact-penny" + +if exists("g:impact_transbg") + hi Normal ctermfg=LightGray ctermbg=none cterm=none term=none + hi NonText ctermfg=DarkGray ctermbg=none cterm=none term=none + + hi Statement ctermfg=Blue ctermbg=none + hi Comment ctermfg=DarkGray ctermbg=none + hi Constant ctermfg=DarkCyan ctermbg=none + hi Identifier ctermfg=LightCyan ctermbg=none + hi Type ctermfg=DarkGreen ctermbg=none + hi Folded ctermfg=DarkGreen ctermbg=none cterm=underline term=none + hi Special ctermfg=Blue ctermbg=none + hi PreProc ctermfg=LightGray ctermbg=none + hi Scrollbar ctermfg=Blue ctermbg=none + hi Cursor ctermfg=white ctermbg=none + hi ErrorMsg ctermfg=Red ctermbg=none + hi WarningMsg ctermfg=Yellow ctermbg=none + hi VertSplit ctermfg=White ctermbg=none + hi Directory ctermfg=Cyan ctermbg=DarkBlue + hi Visual ctermfg=White ctermbg=DarkGray cterm=underline term=none + hi Title ctermfg=White ctermbg=DarkBlue + + hi StatusLine term=none cterm=none,underline ctermfg=White ctermbg=Black + hi StatusLineNC term=none cterm=none,underline ctermfg=Gray ctermbg=Black + hi LineNr term=none cterm=none ctermfg=White ctermbg=DarkGray + hi Search term=bold cterm=bold ctermfg=Cyan ctermbg=DarkBlue + hi phpTodo term=bold cterm=bold ctermfg=White + hi vimLineComment cterm=none term=none +else + hi Normal ctermfg=LightGray ctermbg=Black + hi NonText ctermfg=DarkGray ctermbg=Black + + hi Statement ctermfg=Blue ctermbg=Black + hi Comment ctermfg=DarkGray ctermbg=Black + hi Constant ctermfg=DarkCyan ctermbg=Black + hi Identifier ctermfg=Cyan ctermbg=Black + hi Type ctermfg=DarkGreen ctermbg=Black + hi Folded ctermfg=DarkGreen ctermbg=Black cterm=underline term=none + hi Special ctermfg=Blue ctermbg=Black + hi PreProc ctermfg=LightGray ctermbg=Black + hi Scrollbar ctermfg=Blue ctermbg=Black + hi Cursor ctermfg=white ctermbg=Black + hi ErrorMsg ctermfg=Red ctermbg=Black + hi WarningMsg ctermfg=Yellow ctermbg=Black + hi VertSplit ctermfg=White ctermbg=Black + hi Directory ctermfg=Cyan ctermbg=DarkBlue + hi Visual ctermfg=White ctermbg=DarkGray cterm=underline term=none + hi Title ctermfg=White ctermbg=DarkBlue + + hi StatusLine term=none cterm=none,underline ctermfg=White ctermbg=Black + hi StatusLineNC term=none cterm=none,underline ctermfg=Gray ctermbg=Black + hi LineNr term=none cterm=none ctermfg=White ctermbg=DarkGray + hi vimLineComment cterm=none term=none +endif diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..7bdcc26 --- /dev/null +++ b/.vimrc @@ -0,0 +1,109 @@ +" Syntax highlighting +syn on + +" Allow modified buffers that aren't visible +set hidden + +" A nice colourscheme for dark background +" colorscheme torte +let g:impact_transbg=1 +let g:patchreview_tmpdir='/tmp' +source ~/.vimcolor + +" A nice colourscheme (the default) for light background +" colorscheme default + +" When a bracket is inserted, briefly jump to the matching one. The +" jump is only done if the match can be seen on the screen. +set showmatch + +" Allow fancy tag jumping (using ^) +source $VIMRUNTIME/macros/matchit.vim + +" Set up gvim for UTF-8 +set guifont=Bitstream\ Vera\ Sans\ Mono\ 9 +set guifontwide=-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1 +set guioptions-=T +set encoding=utf-8 + +" Don't let the cursor get withing 4 lines of the top or bottom of the screen +set scrolloff=4 + +" make searches case-insensitive, unless they contain upper-case letters: +set ignorecase +set smartcase + +" incremental search (i.e. more the cursor as you type your search) +set incsearch + +" Highlight search results +set hlsearch + +" Don't move the cursor to the start of the line when you jump around +" documents +set nostartofline + +" Insert spaces when you press tab +set expandtab + +" How wide are tabs? +set tabstop=4 + +" Number of spaces to use for each step of autoindent +set shiftwidth=4 + +" Allows you to backspace spaces like they were tabs (and other stuff I'm not +" sure about) +set smarttab + +" Make the tab completion more bash-like +set wildmode=longest,list + +" use {} +set foldmethod=marker + +" auto-fold PHP scripts +" let php_folding = 1 " too slow. + +" Disable wrapping by default +set textwidth=0 + +" random perl tweaks +let perl_include_pod = 1 +let perl_want_scope_in_variables = 1 +let perl_extended_vars = 1 +let perl_string_as_statement = 1 +" let perl_fold = 1 +" let perl_fold_blocks = 1 + +" remap buffer and edit stuff +map ,e :e =expand("%:p:h")."/" +map ,b :ls:e # + +" set runtimepath+=/usr/share/vim-scripts/colors/ +" set rtp=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after,/usr/share/vim-scripts + +match Error /\s\+$/ + +"make me not use the arrow keys +":map +":map +":map +":map +":imap +":imap +":imap +":imap + +" needed for mail thing +filetype plugin indent on + +" paste toggle +set pastetoggle= + +" instructions for vim +set modeline + +" inline sql highlighting +let php_sql_query = 1 + -- 2.39.5