Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Created December 11, 2010 08:00
Show Gist options
  • Save lynndylanhurley/737243 to your computer and use it in GitHub Desktop.
Save lynndylanhurley/737243 to your computer and use it in GitHub Desktop.
delimitMate Report
==================
* Options: ( ) default, (g) global, (b) buffer
( ) delimitMate_apostrophes = ''
( ) delimitMate_autoclose = 1
( ) delimitMate_balance_matchpairs = 0
( ) delimitMate_excluded_ft = ''
( ) delimitMate_excluded_regions = 'Comment'
(g) delimitMate_expand_cr = 1
(g) delimitMate_expand_space = 1
( ) delimitMate_matchpairs = '(:),{:},[:]'
( ) delimitMate_nesting_quotes = []
( ) delimitMate_quotes = '" '' `'
( ) delimitMate_smart_matchpairs = '^\%(\w\|\!\)'
( ) delimitMate_smart_quotes = 1
--------------------
* Mappings:
All mappings were set-up.
--------------------
* Showcase:
Open: (|)
Delete: |
Exit: ()|
Space: ( | )
Delete space: (|)
Car return: (
|
)
Delete car return: (|)
Open: {|}
Delete: |
Exit: {}|
Space: { | }
Delete space: {|}
Car return: {
|
}
Delete car return: {|
}
Open: [|]
Delete: |
Exit: []|
Space: [ | ]
Delete space: [|]
Car return: [
|
]
Delete car return: [|]
Open: "|"
Delete: |
Exit: ""|
Space: " | "
Delete space: "|"
Car return: "
|
"
Delete car return: "|"
Open: '|'
Delete: |
Exit: ''|
Space: ' | '
Delete space: '|'
Car return: '
|
'
Delete car return: '|'
Open: `|`
Delete: |
Exit: ``|
Space: ` | `
Delete space: `|`
Car return: `
|
`
Delete car return: `|`
--- Options ---
autoindent nofoldenable helplang=en hlsearch linebreak number shiftwidth=4 sidescrolloff=7 noswapfile wildmenu
background=dark foldmethod=indent hidden ignorecase modified scroll=28 showcmd smartindent tabstop=4 window=57
expandtab foldnestmax=3 history=1000 incsearch mouse=a scrolloff=3 sidescroll=1 softtabstop=4 visualbell t_vb=
backspace=indent,eol,start
completefunc=neocomplcache#manual_complete
completeopt=preview,menuone
fileencodings=ucs-bom,utf-8,default,latin1
guioptions=aegirLt
runtimepath=~/.vim,~/.vim/bundle/Command-T,~/.vim/bundle/Decho,~/.vim/bundle/EasyGrep,~/.vim/bundle/Son-of-Obisidian,~/.vim/bundle/ack.vim,~/.vim/bundle/adobe,~/.vim/bundle/delimitMate,~/.vim/bundle/devbox-dark-256,~/.vim/bundle/dirdiff,~/.vim/bundle/django,~/.vim/bundle/django-vim,~/.vim/bundle/dotrc,~/.vim/bundle/gist-vim,~/.vim/bundle/gundo.vim,~/.vim/bundle/jQuery,~/.vim/bundle/molokai,~/.vim/bundle/neocomplcache,~/.vim/bundle/nerdcommenter,~/.vim/bundle/nerdtree,~/.vim/bundle/newspaper,~/.vim/bundle/nginx.vim,~/.vim/bundle/peaksea,~/.vim/bundle/php,~/.vim/bundle/pyflakes-vim,~/.vim/bundle/python-indent,~/.vim/bundle/snipmate.vim,~/.vim/bundle/syntastic,~/.vim/bundle/taglist.vim,~/.vim/bundle/tlib_vim,~/.vim/bundle/vcscommand,~/.vim/bundle/vim-align,~/.vim/bundle/vim-easytags,~/.vim/bundle/vim-fuzzyfinder,~/.vim/bundle/vim-javascript,~/.vim/bundle/vim-l9,~/.vim/bundle/vim-markdown,~/.vim/bundle/vim-matchit,~/.vim/bundle/vim-ragtag,~/.vim/bundle/vim-reload,~/.vim/bundle/vim-repeat,~/.vim/bundle/vim-surround,~/.vim/bundle/vim-trailing-whitespace,~/.vim/bundle/vim-yankring,~/.vim/bundle/vip,~/.vim/bundle/zencoding-vim,~/.vim/bundle/zenesque.vim,/usr/local/share/vim/vimfiles,/usr/local/share/vim/vim73,/usr/local/share/vim/vimfiles/after,~/.vim/bundle/snipmate.vim/after,~/.vim/after
tags=./tags,tags,/usr/share/php/tags,Code/pureMVC/tags
termencoding=utf-8
wildignore=*.o,*.obj,*~
wildmode=list:longest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment