Skip to content

Instantly share code, notes, and snippets.

@sekimura
Created June 17, 2009 00:22
Show Gist options
  • Save sekimura/131000 to your computer and use it in GitHub Desktop.
Save sekimura/131000 to your computer and use it in GitHub Desktop.
diff --git a/googlereader.vim b/googlereader.vim
index 71f10bf..4b0fe80 100644
--- a/googlereader.vim
+++ b/googlereader.vim
@@ -335,7 +335,7 @@ function! s:ShowEntry()
execute winnr.'wincmd w'
endif
endif
- setlocal buftype=nofile bufhidden=hide noswapfile nowrap ft= nowrap nonumber mo
+ setlocal buftype=nofile bufhidden=hide noswapfile wrap ft= nonumber modifiable
silent! %d _
let entry = s:entries[row]
if readed == 'U'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment