garybernhardt / dotfiles
My vim, bash, emacs, etc. configurations. These have grown over many years, so they may not make sense in places. ;)
Clone this repository (size: 1.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/garybernhardt/dotfiles/
| commit 161: | 9c7c9a59558e |
| parent 160: | d4366409c2e2 |
| branch: | default |
Commented out complexity script in vim
3 months ago
Changed (Δ2 bytes):
raw changeset »
.vimrc (1 lines added, 1 lines removed)
| … | … | @@ -340,7 +340,7 @@ set number |
340 |
340 |
set numberwidth=5 |
341 |
341 |
|
342 |
342 |
if has("gui_running") |
343 |
|
|
343 |
" source ~/proj/vim-complexity/repo/complexity.vim |
|
344 |
344 |
endif |
345 |
345 |
|
346 |
346 |
" Seriously, guys. It's not like :W is bound to anything anyway. |
