Skip to content

Commit

Permalink
vim: Import v8.2.4946
Browse files Browse the repository at this point in the history
* 8.2.4946: Vim9: some code not covered by tests
* 8.2.4945: inconsistent use of white space
* Update runtime files and translations
* 8.2.4944: text properties are wrong after "cc"
* 8.2.4943: changing 'switchbuf' may have no effect
* 8.2.4942: error when setting 'filetype' in help file again
* 8.2.4941: '[ and '] marks may be wrong after undo
* 8.2.4940: some code is never used
  • Loading branch information
chrisbra committed May 12, 2022
1 parent 84552f8 commit 8f79f9c
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.2.4939](https://github.com/vim/vim/commit/9af2bc075169e14fd06ed967d28eac7206d21f36): matchfuzzypos() with "matchseq" does not have all positions\n* [8.2.4938](https://github.com/vim/vim/commit/a59f2dfd0cf9ee1a584d3de5b7c2d47648e79060): crash when matching buffer with invalid pattern
* [8.2.4946](https://github.com/vim/vim/commit/7f8a3b11bfc02f24dfd877d0a81392d679008180): Vim9: some code not covered by tests\n* [8.2.4945](https://github.com/vim/vim/commit/9f1983de4e8293bae32fdab72a459b1b64bf767f): inconsistent use of white space\n* [Update runtime files and translations](https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2)\n* [8.2.4944](https://github.com/vim/vim/commit/d0b1a09f44654bb5e29b09de1311845200f17d90): text properties are wrong after "cc"\n* [8.2.4943](https://github.com/vim/vim/commit/39c46b43780ad00ea27a93d92aadd44753d4c3ea): changing 'switchbuf' may have no effect\n* [8.2.4942](https://github.com/vim/vim/commit/de216732d45caa87e6f08f4319aa71e805a89a0e): error when setting 'filetype' in help file again\n* [8.2.4941](https://github.com/vim/vim/commit/82444cefa3fef87624a078ea86a72af7ef4ef42e): '\[ and '\] marks may be wrong after undo\n* [8.2.4940](https://github.com/vim/vim/commit/d0132f4862342eebe6d8e7a9096adf956ba6588b): some code is never used
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 74 files
+2 −1 runtime/compiler/scdoc.vim
+1 −1 runtime/doc/builtin.txt
+14 −6 runtime/doc/eval.txt
+2 −2 runtime/doc/starting.txt
+82 −84 runtime/doc/syntax.txt
+1 −0 runtime/doc/tags
+3 −13 runtime/doc/todo.txt
+2 −2 runtime/doc/windows.txt
+4 −1 runtime/evim.vim
+3 −7 runtime/ftplugin/scdoc.vim
+11 −5 runtime/import/dist/vimhelp.vim
+2 −2 runtime/syntax/debchangelog.vim
+2 −2 runtime/syntax/debcontrol.vim
+2 −2 runtime/syntax/debsources.vim
+2 −2 runtime/syntax/help.vim
+37 −26 runtime/syntax/scdoc.vim
+6 −2 src/change.c
+1 −1 src/if_py_both.h
+1 −0 src/optionstr.c
+52 −52 src/os_amiga.c
+5 −5 src/os_mswin.c
+1 −1 src/os_vms.c
+1 −1 src/os_vms_conf.h
+12 −12 src/os_win32.c
+3,238 −3,871 src/po/af.po
+13 −8 src/po/ca.po
+8 −5 src/po/cs.cp1250.po
+8 −5 src/po/cs.po
+13 −8 src/po/da.po
+13 −8 src/po/de.po
+194 −678 src/po/en_GB.po
+13 −8 src/po/eo.po
+8 −5 src/po/es.po
+13 −8 src/po/fi.po
+13 −8 src/po/fr.po
+13 −8 src/po/ga.po
+185 −297 src/po/it.po
+13 −8 src/po/ja.euc-jp.po
+13 −8 src/po/ja.po
+13 −8 src/po/ja.sjis.po
+2 −0 src/po/ko.UTF-8.po
+2 −0 src/po/ko.po
+8 −5 src/po/nb.po
+4 −2 src/po/nl.po
+8 −5 src/po/no.po
+12 −6 src/po/pl.UTF-8.po
+12 −6 src/po/pl.cp1250.po
+12 −6 src/po/pl.po
+13 −8 src/po/pt_BR.po
+15 −8 src/po/ru.cp1251.po
+15 −8 src/po/ru.po
+11 −5 src/po/sk.cp1250.po
+11 −5 src/po/sk.po
+13 −8 src/po/sr.po
+8 −5 src/po/sv.po
+13 −8 src/po/tr.po
+14 −9 src/po/uk.cp1251.po
+14 −9 src/po/uk.po
+8 −5 src/po/vi.po
+8 −5 src/po/zh_CN.UTF-8.po
+8 −5 src/po/zh_CN.cp936.po
+8 −5 src/po/zh_CN.po
+8 −5 src/po/zh_TW.UTF-8.po
+8 −5 src/po/zh_TW.po
+1 −1 src/proto/vim9expr.pro
+11 −0 src/testdir/test_options.vim
+18 −0 src/testdir/test_textprop.vim
+17 −0 src/testdir/test_undo.vim
+6 −0 src/testdir/test_vim9_builtin.vim
+33 −0 src/testdir/test_vim9_expr.vim
+8 −1 src/undo.c
+14 −0 src/version.c
+1 −1 src/vim9compile.c
+9 −21 src/vim9expr.c

0 comments on commit 8f79f9c

Please sign in to comment.