# HG changeset patch # User Meredith Howard # Date 1401690065 14400 # Node ID 92f55dbabb83de1aa632c3b1aae5637e2d7908db # Parent 5475788810a418fbbeb92137ff7a38124332bf0e eh, fix fold marks diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -10,7 +10,7 @@ if has('win32') || has('win64') end -" {{{ Set up Vundle and plugins +" Set up Vundle and plugins {{{ let installed_vundle=0 if on_windows == 0 @@ -81,7 +81,7 @@ end " }}} -" {{{ Key maps, mostly plugin stuff on F-keys +" Key maps, mostly plugin stuff on F-keys {{{ nmap :Unite buffer nmap :Unite file nmap :VimShell @@ -114,7 +114,7 @@ map pp :setlocal paste! "}}} -" {{{ General settings +" General settings {{{ syntax on filetype plugin indent on @@ -208,7 +208,7 @@ end " }}} -" {{{ File type-specific settings +" File type-specific settings {{{ autocmd FileType text setlocal textwidth=78 function! PerlSettings () @@ -231,7 +231,7 @@ let perl_include_pod = 1 " }}} -" {{{ Plugin settings +" Plugin settings {{{ " > Gundo " I prefer python3 on windows if I have to use it. if on_windows == 1