projects
/
dotvim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
smaller font for logfiles
[dotvim.git]
/
ftplugin
/
hub.vim
1
setlocal buftype=nofile
2
setlocal nomodifiable
3
setlocal syntax=hub
4
setlocal nowrap
5
if has('gui_running')
6
set guifont=DejaVu_Sans_Mono:h9:cANSI:qDRAFT
7
setlocal guioptions+=b
8
silent simalt ~x
9
endif
10
setlocal nolist
11
setlocal noswapfile
12
setlocal nobackup
13
setlocal noundofile
14
setlocal foldmethod=manual
15
setlocal colorcolumn="0"
16
17
match Ignore /\r$/