Skip to content

Instantly share code, notes, and snippets.

@haya14busa
Created December 17, 2013 16:02
Show Gist options
  • Select an option

  • Save haya14busa/8007305 to your computer and use it in GitHub Desktop.

Select an option

Save haya14busa/8007305 to your computer and use it in GitHub Desktop.
" おまじない
" Load Once {{{
if exists('g:loaded_helloworld') && g:loaded_helloworld
finish
endif
let g:loaded_helloworld = 1
" }}}
" Saving 'cpoptions' {{{
let s:save_cpo = &cpo
set cpo&vim
" }}}
" Restore 'cpoptions' {{{
let &cpo = s:save_cpo
unlet s:save_cpo
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment