Skip to content

Commit

Permalink
vim: Import v8.0.1489
Browse files Browse the repository at this point in the history
* Update runtime files.
* 8.0.1489: there is no easy way to get the global directory
* 8.0.1488: emacs tags no longer work
* 8.0.1487: test 14 fails
* 8.0.1486: accessing invalid memory with "it"
* 8.0.1485: weird autocmd may cause arglist to be changed recursively
* 8.0.1484: reduntant conditions
* 8.0.1483: searchpair() might return an invalid value on timeout
* 8.0.1482: using feedkeys() does not work to test completion
* 8.0.1481: clearing a pointer takes two lines
* 8.0.1480: patch missing change
* 8.0.1479: insert mode completion state is confusing
  • Loading branch information
chrisbra committed Feb 9, 2018
1 parent 411f4f6 commit cdcfc96
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.0.1478](https://github.com/vim/vim/releases/tag/v8.0.1478): unnecessary condition\n* [8.0.1477](https://github.com/vim/vim/releases/tag/v8.0.1477): redraw flicker when moving the mouse outside of terminal window\n* [8.0.1476](https://github.com/vim/vim/releases/tag/v8.0.1476): screen isn't always updated right away
* Update runtime files.\n* [8.0.1489](https://github.com/vim/vim/releases/tag/v8.0.1489): there is no easy way to get the global directory\n* [8.0.1488](https://github.com/vim/vim/releases/tag/v8.0.1488): emacs tags no longer work\n* [8.0.1487](https://github.com/vim/vim/releases/tag/v8.0.1487): test 14 fails\n* [8.0.1486](https://github.com/vim/vim/releases/tag/v8.0.1486): accessing invalid memory with "it"\n* [8.0.1485](https://github.com/vim/vim/releases/tag/v8.0.1485): weird autocmd may cause arglist to be changed recursively\n* [8.0.1484](https://github.com/vim/vim/releases/tag/v8.0.1484): reduntant conditions\n* [8.0.1483](https://github.com/vim/vim/releases/tag/v8.0.1483): searchpair() might return an invalid value on timeout\n* [8.0.1482](https://github.com/vim/vim/releases/tag/v8.0.1482): using feedkeys() does not work to test completion\n* [8.0.1481](https://github.com/vim/vim/releases/tag/v8.0.1481): clearing a pointer takes two lines\n* [8.0.1480](https://github.com/vim/vim/releases/tag/v8.0.1480): patch missing change\n* [8.0.1479](https://github.com/vim/vim/releases/tag/v8.0.1479): insert mode completion state is confusing
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 56 files
+2 −2 runtime/doc/autocmd.txt
+6 −5 runtime/doc/eval.txt
+5 −39 runtime/doc/filetype.txt
+5 −5 runtime/doc/if_pyth.txt
+3 −2 runtime/doc/message.txt
+1 −1 runtime/doc/options.txt
+2 −2 runtime/doc/pattern.txt
+1 −1 runtime/doc/quickref.txt
+4 −5 runtime/doc/starting.txt
+4 −7 runtime/doc/syntax.txt
+7 −0 runtime/doc/tags
+34 −85 runtime/doc/todo.txt
+51 −0 runtime/ftplugin/chicken.vim
+3 −3 runtime/ftplugin/debchangelog.vim
+3 −3 runtime/ftplugin/debcontrol.vim
+51 −34 runtime/ftplugin/scheme.vim
+6 −3 runtime/indent/scheme.vim
+21 −20 runtime/plugin/manpager.vim
+77 −0 runtime/syntax/chicken.vim
+6 −4 runtime/syntax/config.vim
+3 −3 runtime/syntax/cuda.vim
+4 −4 runtime/syntax/debchangelog.vim
+23 −38 runtime/syntax/debcontrol.vim
+3 −3 runtime/syntax/debsources.vim
+440 −304 runtime/syntax/scheme.vim
+1 −1 runtime/tutor/tutor
+1 −1 runtime/tutor/tutor.cs
+1 −1 runtime/tutor/tutor.cs.cp1250
+1 −1 runtime/tutor/tutor.cs.utf-8
+1 −1 runtime/tutor/tutor.el
+1 −1 runtime/tutor/tutor.el.cp737
+1 −1 runtime/tutor/tutor.el.utf-8
+1 −1 runtime/tutor/tutor.sk
+1 −1 runtime/tutor/tutor.sk.cp1250
+1 −1 runtime/tutor/tutor.sk.utf-8
+1 −1 runtime/tutor/tutor.tr.iso9
+1 −1 runtime/tutor/tutor.tr.utf-8
+1 −1 runtime/tutor/tutor.utf-8
+106 −87 src/edit.c
+11 −6 src/evalfunc.c
+12 −0 src/ex_docmd.c
+2 −1 src/getchar.c
+3 −1 src/globals.h
+16 −3 src/misc2.c
+2 −0 src/proto/edit.pro
+1 −0 src/proto/misc2.pro
+13 −4 src/search.c
+2 −5 src/tag.c
+2 −3 src/terminal.c
+3 −4 src/testdir/test_edit.vim
+9 −0 src/testdir/test_getcwd.vim
+11 −0 src/testdir/test_ins_complete.vim
+1 −1 src/testdir/test_popup.vim
+28 −0 src/testdir/test_tagjump.vim
+13 −0 src/testdir/test_textobjects.vim
+22 −0 src/version.c

0 comments on commit cdcfc96

Please sign in to comment.