Skip to content

Instantly share code, notes, and snippets.

@bootleq
Created September 14, 2011 02:00
Show Gist options
  • Select an option

  • Save bootleq/1215683 to your computer and use it in GitHub Desktop.

Select an option

Save bootleq/1215683 to your computer and use it in GitHub Desktop.
Test example for indent adjustment when leaving insert mode.
def
# vim: ft=ruby expandtab sts=2 sw=2
set all&
set nocompatible
set modeline
filetype indent on
set rtp-=~/.vim
set rtp+=~/.vim/bundle/neocomplcache
@bootleq

bootleq commented Sep 14, 2011

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment