1
0
mirror of https://github.com/gryf/.vim.git synced 2026-02-19 17:45:47 +01:00

Added pmx specific stuff

This commit is contained in:
2012-03-19 21:45:52 +01:00
parent 7cbe6dca6d
commit 37c7794c40
10 changed files with 556 additions and 12 deletions

4
.vimrc
View File

@@ -424,5 +424,9 @@ if $TERM == 'linux' && !has('gui_running')
" fallback to basic 8-color colorscheme
colorscheme pablo
endif
if has('win32') && $_PMX == '1'
source $VIM/vimfiles/pmxrc.vim
endif
"}}}
" vim:ts=4:sw=4:wrap:fdm=marker: