changeset 74:e023d7764361

Removed unnecessary option setting.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 16 Feb 2014 22:54:54 -0800
parents 785d1a1faa6c
children 066c8654e754
files plugin/lawrencium.vim
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/lawrencium.vim	Sun Feb 16 22:33:11 2014 -0800
+++ b/plugin/lawrencium.vim	Sun Feb 16 22:54:54 2014 -0800
@@ -864,7 +864,6 @@
         return
     endif
 
-    execute "setlocal noreadonly"
     execute "setlocal winfixheight"
     execute "setlocal winheight=" . (line('$') + 1)
     execute "resize " . (line('$') + 1)