Skip to content

Commit

Permalink
vim: Import v8.1.2244
Browse files Browse the repository at this point in the history
* 8.1.2244: 'wrapscan' is not used for "gn"
* 8.1.2243: typos in comments
* 8.1.2242: creating docs tags uses user preferences
* 8.1.2241: match highlight does not combine with 'wincolor'
* 8.1.2240: popup window width changes when scrolling
* 8.1.2239: CI fails when running tests without building Vim
* Update runtime files.
  • Loading branch information
chrisbra committed Nov 2, 2019
1 parent 219ffc2 commit 725f82c
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.2238](https://github.com/vim/vim/releases/tag/v8.1.2238): error in docs tags goes unnoticed
* [8.1.2244](https://github.com/vim/vim/releases/tag/v8.1.2244): 'wrapscan' is not used for "gn"\n* [8.1.2243](https://github.com/vim/vim/releases/tag/v8.1.2243): typos in comments\n* [8.1.2242](https://github.com/vim/vim/releases/tag/v8.1.2242): creating docs tags uses user preferences\n* [8.1.2241](https://github.com/vim/vim/releases/tag/v8.1.2241): match highlight does not combine with 'wincolor'\n* [8.1.2240](https://github.com/vim/vim/releases/tag/v8.1.2240): popup window width changes when scrolling\n* [8.1.2239](https://github.com/vim/vim/releases/tag/v8.1.2239): CI fails when running tests without building Vim\n* Update runtime files.
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 62 files
+1 −1 runtime/defaults.vim
+2 −1 runtime/doc/Makefile
+2 −2 runtime/doc/motion.txt
+3 −3 runtime/doc/options.txt
+1 −1 runtime/doc/syntax.txt
+6 −0 runtime/doc/tags
+1 −1 runtime/doc/term.txt
+5 −1 runtime/doc/terminal.txt
+40 −41 runtime/doc/todo.txt
+5 −1 runtime/doc/windows.txt
+3 −3 runtime/filetype.vim
+15 −0 runtime/indent/testdir/vim.in
+15 −0 runtime/indent/testdir/vim.ok
+26 −1 runtime/indent/vim.vim
+6 −6 runtime/plugin/matchparen.vim
+27 −3 runtime/syntax/debchangelog.vim
+2 −2 runtime/syntax/debsources.vim
+62 −51 runtime/syntax/vim.vim
+2 −2 src/autocmd.c
+1 −1 src/buffer.c
+6 −6 src/cindent.c
+1 −1 src/crypt.c
+1 −1 src/diff.c
+9 −9 src/drawline.c
+1 −1 src/getchar.c
+2 −2 src/globals.h
+1 −1 src/gui_gtk_x11.c
+3 −2 src/highlight.c
+2 −2 src/insexpand.c
+1 −1 src/macros.h
+1 −1 src/map.c
+1 −1 src/memline.c
+1 −1 src/message.c
+1 −1 src/option.c
+2 −2 src/os_unix.c
+13 −9 src/popupwin.c
+1 −1 src/pty.c
+2 −2 src/quickfix.c
+1 −1 src/regexp_nfa.c
+3 −3 src/register.c
+6 −8 src/search.c
+1 −1 src/spellsuggest.c
+1 −1 src/structs.h
+2 −2 src/testdir/dumps/Test_popupwin_matches.dump
+1 −1 src/testdir/dumps/Test_popupwin_menu_01.dump
+1 −1 src/testdir/dumps/Test_popupwin_menu_02.dump
+1 −1 src/testdir/dumps/Test_popupwin_menu_04.dump
+6 −6 src/testdir/dumps/Test_popupwin_previewpopup_4.dump
+6 −6 src/testdir/dumps/Test_popupwin_previewpopup_5.dump
+6 −6 src/testdir/dumps/Test_popupwin_previewpopup_7.dump
+6 −6 src/testdir/dumps/Test_popupwin_previewpopup_8.dump
+10 −0 src/testdir/dumps/Test_popupwin_scroll_11.dump
+10 −0 src/testdir/dumps/Test_popupwin_scroll_12.dump
+1 −1 src/testdir/test_filetype.vim
+2 −1 src/testdir/test_gn.vim
+48 −2 src/testdir/test_popupwin.vim
+3 −4 src/textprop.c
+2 −2 src/ui.c
+1 −1 src/undo.c
+12 −0 src/version.c
+1 −1 src/vim.h
+2 −2 src/viminfo.c

0 comments on commit 725f82c

Please sign in to comment.