Skip to content

Commit

Permalink
- Setlocal wrap(experimental).
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jan 13, 2012
1 parent a2f7b9a commit e573387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/vimfiler.vim
@@ -1,7 +1,7 @@
"=============================================================================
" FILE: vimfiler.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 06 Jan 2012.
" Last Modified: 14 Jan 2012.
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -66,7 +66,7 @@ function! vimfiler#default_settings()"{{{
setlocal noswapfile
setlocal noreadonly
setlocal nomodifiable
setlocal nowrap
setlocal wrap
setlocal nofoldenable
setlocal foldcolumn=0
setlocal nolist
Expand Down
3 changes: 3 additions & 0 deletions doc/vimfiler.txt
Expand Up @@ -723,6 +723,9 @@ vimfiler/popd *vimfiler-unite-action-vimfiler-popd*
==============================================================================
CHANGELOG *vimfiler-changelog*

2012-01-14
- Setlocal wrap(experimental).

2012-01-06
- Fixed write action.
- Fixed vimfiler switch.
Expand Down

0 comments on commit e573387

Please sign in to comment.