]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1857 v7.4.1857
authorBram Moolenaar <Bram@vim.org>
Sun, 29 May 2016 14:17:08 +0000 (16:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 May 2016 14:17:08 +0000 (16:17 +0200)
commit9f5842e63fc63d438cbffcec503e072a06f74dc2
tree722a0cb6e032ac36deecd818f08991106d1fcadd
parent324a78f3b649e7b14741519ecf19c4aba178772d
patch 7.4.1857
Problem:    When a channel appends to a buffer that is 'nomodifiable' there is
            an error but appending is done anyway.
Solution:   Add the 'modifiable' option.  Refuse to write to a 'nomodifiable'
            when the value is 1.
runtime/doc/channel.txt
src/channel.c
src/structs.h
src/testdir/test_channel.vim
src/version.c