Skip to content

Commit

Permalink
vim: Import v8.1.0677
Browse files Browse the repository at this point in the history
* 8.1.0677: look-behind match may use the wrong line number
* 8.1.0676: textprop screendump test fails
* 8.1.0675: text property column in screen columns is not practical
* Update runtime files
* 8.1.0674: leaking memory when updating a single line
* 8.1.0673: functionality for signs is spread out over several files
* 8.1.0672: the Lua interface doesn't know about v:null
  • Loading branch information
chrisbra committed Jan 1, 2019
1 parent d69eccc commit d045f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [8.1.0671](https://github.com/vim/vim/releases/tag/v8.1.0671): cursor in the wrong column after auto-formatting\n* [8.1.0670](https://github.com/vim/vim/releases/tag/v8.1.0670): macro for popup menu width is unused\n* [8.1.0669](https://github.com/vim/vim/releases/tag/v8.1.0669): the ex_sign() function is too long\n* [8.1.0668](https://github.com/vim/vim/releases/tag/v8.1.0668): no test for overstrike mode in the command line\n* [8.1.0667](https://github.com/vim/vim/releases/tag/v8.1.0667): textprop test leaves file behind\n* [8.1.0666](https://github.com/vim/vim/releases/tag/v8.1.0666): text property test fails\n* [8.1.0665](https://github.com/vim/vim/releases/tag/v8.1.0665): text property display wrong when 'spell' is set
* [8.1.0677](https://github.com/vim/vim/releases/tag/v8.1.0677): look-behind match may use the wrong line number\n* [8.1.0676](https://github.com/vim/vim/releases/tag/v8.1.0676): textprop screendump test fails\n* [8.1.0675](https://github.com/vim/vim/releases/tag/v8.1.0675): text property column in screen columns is not practical\n* Update runtime files\n* [8.1.0674](https://github.com/vim/vim/releases/tag/v8.1.0674): leaking memory when updating a single line\n* [8.1.0673](https://github.com/vim/vim/releases/tag/v8.1.0673): functionality for signs is spread out over several files\n* [8.1.0672](https://github.com/vim/vim/releases/tag/v8.1.0672): the Lua interface doesn't know about v:null
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 51 files
+3 −1 Filelist
+15 −1 runtime/autoload/RstFold.vim
+4 −3 runtime/doc/autocmd.txt
+15 −12 runtime/doc/eval.txt
+7 −3 runtime/doc/help.txt
+24 −30 runtime/doc/intro.txt
+1 −9 runtime/doc/message.txt
+2 −2 runtime/doc/sign.txt
+22 −2 runtime/doc/syntax.txt
+2 −1 runtime/doc/tags
+5 −2 runtime/doc/textprop.txt
+10 −1 runtime/doc/todo.txt
+3 −3 runtime/ftplugin/help.vim
+5 −5 runtime/ftplugin/logcheck.vim
+6 −1 runtime/ftplugin/rst.vim
+1 −4 runtime/pack/dist/opt/matchit/doc/matchit.txt
+2 −3 runtime/pack/dist/opt/matchit/plugin/matchit.vim
+9 −9 runtime/syntax/automake.vim
+2 −1 runtime/syntax/rst.vim
+11 −11 runtime/syntax/tpp.vim
+1 −1 runtime/tutor/tutor.es
+1 −1 runtime/tutor/tutor.es.utf-8
+1 −0 src/Make_bc5.mak
+1 −0 src/Make_cyg_ming.mak
+4 −0 src/Make_dice.mak
+5 −0 src/Make_ivc.mak
+6 −0 src/Make_manx.mak
+1 −0 src/Make_morph.mak
+4 −0 src/Make_mvc.mak
+5 −0 src/Make_sas.mak
+6 −2 src/Make_vms.mms
+10 −0 src/Makefile
+1 −0 src/README.txt
+0 −636 src/buffer.c
+0 −18 src/evalfunc.c
+0 −1,246 src/ex_cmds.c
+4 −0 src/if_lua.c
+3 −0 src/proto.h
+0 −17 src/proto/buffer.pro
+0 −15 src/proto/ex_cmds.pro
+25 −0 src/proto/sign.pro
+1 −0 src/proto/textprop.pro
+1 −1 src/regexp.c
+3 −6 src/screen.c
+1,880 −0 src/sign.c
+1 −1 src/structs.h
+2 −16 src/testdir/dumps/Test_textprop_01.dump
+5 −4 src/testdir/test_lua.vim
+22 −12 src/testdir/test_textprop.vim
+18 −8 src/textprop.c
+12 −0 src/version.c

0 comments on commit d045f98

Please sign in to comment.