Skip to content

Commit

Permalink
check for passwords file, and update pyflakes-vim
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw committed Feb 10, 2012
1 parent 9cc6433 commit da33f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ vnoremap j gj
vnoremap k gk
" tagged eval
source ~/.vim-passwords.vimrc
if filereadable("~/.vim-passwords.vimrc")
source ~/.vim-passwords.vimrc
endif
map <Leader>e :TAGEval<CR>
set undodir=~/.vim/undodir
Expand Down
2 changes: 1 addition & 1 deletion bundle/pyflakes-vim

0 comments on commit da33f2a

Please sign in to comment.