Skip to content

Commit

Permalink
vim: Import v8.1.0274
Browse files Browse the repository at this point in the history
* 8.1.0274: 'incsearch' triggers on ":source"
* 8.1.0273: invalid memory access when using 'incsearch'
* Update runtime files.
* 8.1.0272: options test fails if temp var ends in slash
* 8.1.0271: 'incsearch' doesn't work for :s, :g or :v
* 8.1.0270: checking for a Tab in a line could be faster
* 8.1.0269: Ruby Kernel.#p method always returns nil
* 8.1.0268: file type checking has too many #ifdef
* 8.1.0267: no good check if restoring quickfix list worked
  • Loading branch information
chrisbra committed Aug 11, 2018
1 parent d4996c8 commit 285fa0d
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.0266](https://github.com/vim/vim/releases/tag/v8.1.0266): parsing Ex address range is not a separate function\n* [8.1.0265](https://github.com/vim/vim/releases/tag/v8.1.0265): the getcmdline() function is way too big
* [8.1.0274](https://github.com/vim/vim/releases/tag/v8.1.0274): 'incsearch' triggers on ":source"\n* [8.1.0273](https://github.com/vim/vim/releases/tag/v8.1.0273): invalid memory access when using 'incsearch'\n* Update runtime files.\n* [8.1.0272](https://github.com/vim/vim/releases/tag/v8.1.0272): options test fails if temp var ends in slash\n* [8.1.0271](https://github.com/vim/vim/releases/tag/v8.1.0271): 'incsearch' doesn't work for :s, :g or :v\n* [8.1.0270](https://github.com/vim/vim/releases/tag/v8.1.0270): checking for a Tab in a line could be faster\n* [8.1.0269](https://github.com/vim/vim/releases/tag/v8.1.0269): Ruby Kernel.#p method always returns nil\n* [8.1.0268](https://github.com/vim/vim/releases/tag/v8.1.0268): file type checking has too many #ifdef\n* [8.1.0267](https://github.com/vim/vim/releases/tag/v8.1.0267): no good check if restoring quickfix list worked
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 84 files
+1 −1 runtime/doc/autocmd.txt
+2 −2 runtime/doc/change.txt
+4 −0 runtime/doc/diff.txt
+7 −8 runtime/doc/eval.txt
+1 −1 runtime/doc/ft_rust.txt
+3 −3 runtime/doc/intro.txt
+9 −7 runtime/doc/options.txt
+1 −1 runtime/doc/os_qnx.txt
+2 −0 runtime/doc/print.txt
+4 −4 runtime/doc/quickfix.txt
+3 −2 runtime/doc/starting.txt
+4 −2 runtime/doc/tabpage.txt
+8 −0 runtime/doc/tags
+1 −1 runtime/doc/terminal.txt
+65 −86 runtime/doc/todo.txt
+1 −1 runtime/doc/uganda.txt
+1 −1 runtime/doc/undo.txt
+1 −1 runtime/doc/usr_01.txt
+1 −1 runtime/doc/usr_02.txt
+1 −1 runtime/doc/usr_03.txt
+1 −1 runtime/doc/usr_04.txt
+1 −1 runtime/doc/usr_05.txt
+1 −1 runtime/doc/usr_06.txt
+1 −1 runtime/doc/usr_07.txt
+1 −1 runtime/doc/usr_08.txt
+1 −1 runtime/doc/usr_09.txt
+1 −1 runtime/doc/usr_10.txt
+1 −1 runtime/doc/usr_11.txt
+1 −1 runtime/doc/usr_12.txt
+1 −1 runtime/doc/usr_20.txt
+1 −1 runtime/doc/usr_21.txt
+1 −1 runtime/doc/usr_22.txt
+1 −1 runtime/doc/usr_23.txt
+1 −1 runtime/doc/usr_24.txt
+1 −1 runtime/doc/usr_25.txt
+1 −1 runtime/doc/usr_26.txt
+1 −1 runtime/doc/usr_27.txt
+1 −1 runtime/doc/usr_28.txt
+1 −1 runtime/doc/usr_29.txt
+1 −1 runtime/doc/usr_30.txt
+1 −1 runtime/doc/usr_31.txt
+1 −1 runtime/doc/usr_32.txt
+1 −1 runtime/doc/usr_40.txt
+1 −1 runtime/doc/usr_41.txt
+1 −1 runtime/doc/usr_42.txt
+1 −1 runtime/doc/usr_43.txt
+1 −1 runtime/doc/usr_44.txt
+1 −1 runtime/doc/usr_45.txt
+1 −1 runtime/doc/usr_90.txt
+1 −1 runtime/doc/usr_toc.txt
+1 −1 runtime/doc/version4.txt
+1 −1 runtime/doc/version5.txt
+1 −1 runtime/doc/version6.txt
+1 −1 runtime/doc/version7.txt
+1 −1 runtime/doc/version8.txt
+1 −1 runtime/doc/vi_diff.txt
+1 −1 runtime/doc/visual.txt
+1 −1 runtime/doc/windows.txt
+1 −1 runtime/doc/workshop.txt
+4 −1 runtime/filetype.vim
+230 −132 runtime/ftplugin/logtalk.dict
+3 −2 runtime/ftplugin/logtalk.vim
+14 −14 runtime/ftplugin/vim.vim
+4 −1 runtime/indent/logtalk.vim
+2 −2 runtime/syntax/debcontrol.vim
+3 −3 runtime/syntax/debsources.vim
+29 −10 runtime/syntax/logtalk.vim
+1 −6 src/buffer.c
+0 −41 src/evalfunc.c
+1 −1 src/ex_cmds.c
+119 −17 src/ex_getln.c
+2 −18 src/fileio.c
+7 −3 src/globals.h
+1 −6 src/if_cscope.c
+18 −1 src/if_ruby.c
+0 −8 src/os_unix.c
+0 −19 src/os_unix.h
+15 −8 src/quickfix.c
+7 −0 src/screen.c
+1 −1 src/testdir/test_options.vim
+13 −0 src/testdir/test_ruby.vim
+67 −9 src/testdir/test_search.vim
+16 −0 src/version.c
+52 −10 src/vim.h

0 comments on commit 285fa0d

Please sign in to comment.