From cd70326cfda3713d099919e054ac31c6ebb71eaf Mon Sep 17 00:00:00 2001 From: Gerhard Hellmann Date: Wed, 27 Jun 2018 13:05:41 +0200 Subject: [PATCH] Fixed example for defaultwidth. The README already show the correct example for defaultwidth-overruling. But the vim-documentation still was wrong. --- doc/vim-tw.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vim-tw.txt b/doc/vim-tw.txt index bd5718b..33c0f85 100644 --- a/doc/vim-tw.txt +++ b/doc/vim-tw.txt @@ -61,7 +61,7 @@ the vim-airline plugin (https://github.com/bling/vim-airline) is not required but it greatly enhances the status-bar and takes the guess-work out of reports. If you experience line-wrapping issues, add the following line to your .vimrc -let g:task_rc_override = 'defaultwidth=999' +let g:task_rc_override = 'rc.defaultwidth=999' ============================================================================== 3. MAPPING *tw-mappings*