]> granicus.if.org Git - vim/commit
patch 8.1.0579: cannot attach properties to text v8.1.0579
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Dec 2018 21:20:09 +0000 (22:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Dec 2018 21:20:09 +0000 (22:20 +0100)
commit98aefe7c3250bb5d4153b994f878594d1745424e
tree262ae31c2dbf4ac0353f5564a2419a79267fa3ae
parent5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1
patch 8.1.0579: cannot attach properties to text

Problem:    Cannot attach properties to text.
Solution:   First part of adding text properties.
26 files changed:
Filelist
runtime/doc/Makefile
runtime/doc/eval.txt
runtime/doc/textprop.txt [new file with mode: 0644]
src/Make_all.mak
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Makefile
src/buffer.c
src/edit.c
src/evalfunc.c
src/ex_getln.c
src/feature.h
src/memline.c
src/misc1.c
src/misc2.c
src/proto.h
src/proto/memline.pro
src/proto/textprop.pro [new file with mode: 0644]
src/screen.c
src/structs.h
src/testdir/Make_all.mak
src/testdir/test_textprop.vim [new file with mode: 0644]
src/textprop.c [new file with mode: 0644]
src/userfunc.c
src/version.c