From e573387a3b62d76fc580dfe7c826bf57672748a6 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sat, 14 Jan 2012 05:42:36 +0900 Subject: [PATCH] - Setlocal wrap(experimental). --- autoload/vimfiler.vim | 4 ++-- doc/vimfiler.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/autoload/vimfiler.vim b/autoload/vimfiler.vim index 3f64cc3..b880023 100644 --- a/autoload/vimfiler.vim +++ b/autoload/vimfiler.vim @@ -1,7 +1,7 @@ "============================================================================= " FILE: vimfiler.vim " AUTHOR: Shougo Matsushita -" 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 @@ -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 diff --git a/doc/vimfiler.txt b/doc/vimfiler.txt index 102a888..400169e 100644 --- a/doc/vimfiler.txt +++ b/doc/vimfiler.txt @@ -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.