Skip to content

Commit

Permalink
Merge pull request #2 from heavenshell/fix_nowrap
Browse files Browse the repository at this point in the history
Fix table format using nowrap option.
  • Loading branch information
mattn committed Mar 13, 2012
2 parents 6ebae3a + ce16c36 commit 8b63897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/vdbi.vim
Expand Up @@ -217,6 +217,7 @@ function! vdbi#open_view(typ, label, rows)
silent edit `='[VDBI:View]'`
setlocal bufhidden=hide buftype=nofile noswapfile nobuflisted
setlocal filetype=vdbi conceallevel=3 concealcursor=nvic
setlocal nowrap
auto CursorMoved <buffer> call s:cursor_moved()
auto BufWipeout <buffer> call vdbi#shutdown()
hi def link VdbiDataSetSep Ignore
Expand Down

0 comments on commit 8b63897

Please sign in to comment.