Skip to content

Commit

Permalink
vim: Import v8.1.0114
Browse files Browse the repository at this point in the history
* 8.1.0114: confusing variable name
* Update runtime files.
* 8.1.0113: compiler warning for unused variable
* 8.1.0112: no error when using bad arguments with searchpair()
* 8.1.0111: .po files do not use recommended names
* 8.1.0110: file name not displayed with ":file"
* 8.1.0109: new po makefile missing from distribution
* 8.1.0108: no Danish translations
* 8.1.0107: Python: getting buffer option clears message
* 8.1.0106: build fails when HAVE_DATE_TIME is undefined
  • Loading branch information
chrisbra committed Jun 24, 2018
1 parent 47db7e1 commit aa91d13
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.0105](https://github.com/vim/vim/releases/tag/v8.1.0105): all tab stops are the same\n* [8.1.0104](https://github.com/vim/vim/releases/tag/v8.1.0104): can't build without the +eval feature\n* [8.1.0103](https://github.com/vim/vim/releases/tag/v8.1.0103): long version string cannot be translated\n* [8.1.0102](https://github.com/vim/vim/releases/tag/v8.1.0102): cannot build without syntax highlighting\n* [8.1.0101](https://github.com/vim/vim/releases/tag/v8.1.0101): no test for getcmdwintype()\n* [8.1.0100](https://github.com/vim/vim/releases/tag/v8.1.0100): terminal debugger: error when setting a watch point\n* [8.1.0099](https://github.com/vim/vim/releases/tag/v8.1.0099): exclamation mark in error message not needed\n* [8.1.0098](https://github.com/vim/vim/releases/tag/v8.1.0098): segfault when pattern with \z() is very slow
* [8.1.0114](https://github.com/vim/vim/releases/tag/v8.1.0114): confusing variable name\n* Update runtime files.\n* [8.1.0113](https://github.com/vim/vim/releases/tag/v8.1.0113): compiler warning for unused variable\n* [8.1.0112](https://github.com/vim/vim/releases/tag/v8.1.0112): no error when using bad arguments with searchpair()\n* [8.1.0111](https://github.com/vim/vim/releases/tag/v8.1.0111): .po files do not use recommended names\n* [8.1.0110](https://github.com/vim/vim/releases/tag/v8.1.0110): file name not displayed with ":file"\n* [8.1.0109](https://github.com/vim/vim/releases/tag/v8.1.0109): new po makefile missing from distribution\n* [8.1.0108](https://github.com/vim/vim/releases/tag/v8.1.0108): no Danish translations\n* [8.1.0107](https://github.com/vim/vim/releases/tag/v8.1.0107): Python: getting buffer option clears message\n* [8.1.0106](https://github.com/vim/vim/releases/tag/v8.1.0106): build fails when HAVE_DATE_TIME is undefined
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 63 files
+1 −0 Filelist
+1 −1 runtime/doc/autocmd.txt
+1 −0 runtime/doc/eval.txt
+2 −0 runtime/doc/quickref.txt
+1 −1 runtime/doc/remote.txt
+5 −0 runtime/doc/tags
+24 −36 runtime/doc/todo.txt
+372 −0 runtime/lang/menu_da.utf-8.vim
+3 −3 runtime/syntax/php.vim
+18 −13 runtime/syntax/sqloracle.vim
+9 −1 src/evalfunc.c
+19 −19 src/ex_cmds.c
+14 −9 src/option.c
+135 −0 src/po/Make_all.mak
+4 −81 src/po/Make_cyg.mak
+3 −80 src/po/Make_ming.mak
+3 −80 src/po/Make_mvc.mak
+10 −134 src/po/Makefile
+5 −5 src/po/af.po
+8 −8 src/po/ca.po
+25 −0 src/po/check.vim
+3 −3 src/po/cs.cp1250.po
+3 −3 src/po/cs.po
+7,088 −0 src/po/da.po
+53 −39 src/po/de.po
+2 −2 src/po/en_GB.po
+7 −7 src/po/eo.po
+5 −5 src/po/es.po
+6 −6 src/po/fi.po
+8 −8 src/po/fr.po
+8 −8 src/po/ga.po
+29 −574 src/po/it.po
+9 −9 src/po/ja.euc-jp.po
+9 −9 src/po/ja.po
+8 −8 src/po/ja.sjis.po
+8 −7 src/po/ko.UTF-8.po
+10 −9 src/po/ko.po
+4 −4 src/po/nb.po
+6 −6 src/po/nl.po
+4 −4 src/po/no.po
+8 −8 src/po/pl.UTF-8.po
+7 −7 src/po/pl.cp1250.po
+7 −7 src/po/pl.po
+7 −7 src/po/pt_BR.po
+7 −7 src/po/ru.cp1251.po
+7 −7 src/po/ru.po
+2 −1 src/po/sjiscorr.c
+4 −4 src/po/sk.cp1250.po
+4 −4 src/po/sk.po
+7 −7 src/po/sr.po
+4 −4 src/po/sv.po
+235 −176 src/po/uk.cp1251.po
+236 −177 src/po/uk.po
+4 −4 src/po/vi.po
+4 −4 src/po/zh_CN.UTF-8.po
+4 −4 src/po/zh_CN.cp936.po
+4 −4 src/po/zh_CN.po
+7 −7 src/po/zh_TW.UTF-8.po
+7 −7 src/po/zh_TW.po
+1 −1 src/screen.c
+14 −0 src/testdir/test_options.vim
+12 −4 src/testdir/test_search.vim
+24 −0 src/version.c

0 comments on commit aa91d13

Please sign in to comment.