From 6c99742f12f7f81642b764636b9dcbc1b525d492 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 24 May 2012 13:58:49 +0530 Subject: [PATCH] ... --- session.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.vim b/session.vim index f00c396cc7..2bfb0ea3ab 100644 --- a/session.vim +++ b/session.vim @@ -6,7 +6,7 @@ fun! CalibreLog() " making a release. enew read ! bzr log -l 500 - set nomodifiable noswapfile buftype=nofile + setl nomodifiable noswapfile buftype=nofile edit Changelog.yaml edit src/calibre/constants.py endfun