Skip to content

Instantly share code, notes, and snippets.

View wswidzinski's full-sized avatar

Wojtek Świdziński wswidzinski

View GitHub Profile
@wswidzinski
wswidzinski / .vimrc
Last active May 20, 2016 18:40
.vimrc
" Use Vim settings, rather then Vi settings (much better!).
" " This must be first, because it changes other options as a side effect.
set nocompatible
set shell=bash
" TODO: this may not be in the correct place. It is intended to allow overriding <Leader>.
" source ~/.vimrc.before if it exists.
if filereadable(expand("~/.vimrc.before"))
source ~/.vimrc.before
endif
" Use Vim settings, rather then Vi settings (much better!).
" " This must be first, because it changes other options as a side effect.
set nocompatible
set shell=bash
" TODO: this may not be in the correct place. It is intended to allow overriding <Leader>.
" source ~/.vimrc.before if it exists.
if filereadable(expand("~/.vimrc.before"))
source ~/.vimrc.before
endif
UserForm.call({}).message_set.messages.map { |m| { predicate: m.predicate, path: m.path } }
[
{:predicate=>:key?, :path=>[:name]},
{:predicate=>:filled?, :path=>[:name]},
{:predicate=>:str?, :path=>[:name]},
{:predicate=>:size?, :path=>[:name]},
{:predicate=>:key?, :path=>[:surname]},
{:predicate=>:filled?, :path=>[:surname]},