fixed typo on vimpyre bundle list

This commit is contained in:
Bruno Miguel Silva
2012-11-19 11:27:31 +00:00
parent 134e006890
commit 878e119655
2 changed files with 20 additions and 12 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
vimpyre list_installed
======================
vim-scripts/ack.vim
vim-scripts/bufexplorer.zip
vim-scripts/DrawIt
vim-scripts/fugitive.vim
vim-scripts/The-NERD-tree
vim-scripts/UltiSnips
altercation(vim-colors-solarized
nvie/vim-flake8
jistr/vim-nerdtree-tabs
* vim-scripts/ack.vim
* vim-scripts/bufexplorer.zip
* vim-scripts/DrawIt
* vim-scripts/fugitive.vim
* vim-scripts/The-NERD-tree
* vim-scripts/UltiSnips
* altercation/vim-colors-solarized
* nvie/vim-flake8
* jistr/vim-nerdtree-tabs
+11 -3
View File
@@ -54,8 +54,9 @@ map <C-l> <C-w>l
nmap <silent> <C-n> :set invrelativenumber<CR>
nmap <silent> <Leader>h :nohlsearch<CR>
nmap <silent> <Leader>b :BufExplorer<CR>
"set bg=dark
set bg=dark
if has("gui_running")
" set guifont=Monaco:h12
@@ -77,8 +78,15 @@ nnoremap <silent> <Leader>qd :call QuoteWord('"')<CR>
nnoremap <silent> <Leader>q( :call QuoteWord('()')<CR>
nnoremap <silent> <Leader>q[ :call QuoteWord('[]')<CR>
nnoremap <silent> <Leader>q{ :call QuoteWord('{}')<CR>
nnoremap <silent> _t mt:%!perltidy -q<cr>'tzz
vnoremap <silent> _t :!perltidy -q<cr>
vnoremap <silent> <Leader>qs di'<ESC>pa'<ESC>
vnoremap <silent> <Leader>qd di"<ESC>pa"<ESC>
vnoremap <silent> <Leader>q( di(<ESC>pa)<ESC>
vnoremap <silent> <Leader>q[ di[<ESC>pa]<ESC>
vnoremap <silent> <Leader>q{ di{<ESC>pa}<ESC>
nnoremap <silent> _t mt:%!perltidy -q<CR>'tzz
vnoremap <silent> _t :!perltidy -q<CR>
" set compiler to perlcritic; make for current file; open error window
nnoremap <silent>_pc :compiler perlcritic<CR>:make<CR>:cope<CR><CR>
nnoremap ç <C-]>
nnoremap Ç <C-O>