]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0688: text properties are not restored by undo v8.1.0688
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2019 14:09:57 +0000 (15:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2019 14:09:57 +0000 (15:09 +0100)
commitccae4672fd622f2feac8322be71b6e43e68dc4fc
treeac94dc01665017c2e109546a1f0e09ab7e5df728
parent6d3a1940be9d3f2b079f81baa9b19f839289b69e
patch 8.1.0688: text properties are not restored by undo

Problem:    Text properties are not restored by undo.
Solution:   Also save text properties for undo.
src/memline.c
src/proto/memline.pro
src/structs.h
src/undo.c
src/version.c