]> granicus.if.org Git - vim/commit
patch 8.1.0230: directly checking 'buftype' value v8.1.0230
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Aug 2018 15:53:12 +0000 (17:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Aug 2018 15:53:12 +0000 (17:53 +0200)
commit91335e5a67aaa9937e65f1e779b9f3f10fd33ee4
treeab7a421b7c2dda741870488578e857c237adf517
parentd2855f5454c5c6c5f786b228c5b67757edfefcb1
patch 8.1.0230: directly checking 'buftype' value

Problem:    Directly checking 'buftype' value.
Solution:   Add the bt_normal() function. (Yegappan Lakshmanan)
src/buffer.c
src/ex_docmd.c
src/fileio.c
src/proto/buffer.pro
src/quickfix.c
src/version.c