Skip to content

Commit

Permalink
vim: Import v8.1.2397
Browse files Browse the repository at this point in the history
* 8.1.2397: should not define __USE_XOPEN
* Update runtime files.
* 8.1.2396: using old C style comments
* 8.1.2395: using old C style comments
* 8.1.2394: using old C style comments
* 8.1.2393: using old C style comments
* 8.1.2392: using old C style comments
* 8.1.2391: cannot build when __QNXNTO__ is defined
* 8.1.2390: test94 is old style, fix 7.4.441 not tested
  • Loading branch information
chrisbra committed Dec 5, 2019
1 parent 4d1f416 commit 562cff6
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.2389](https://github.com/vim/vim/releases/tag/v8.1.2389): using old C style comments\n* [8.1.2388](https://github.com/vim/vim/releases/tag/v8.1.2388): using old C style comments\n* [8.1.2387](https://github.com/vim/vim/releases/tag/v8.1.2387): using old C style comments\n* Update version 8.2 notes and make syntax.\n* [8.1.2386](https://github.com/vim/vim/releases/tag/v8.1.2386): 'wincolor' is not used for 'listchars'\n* [8.1.2385](https://github.com/vim/vim/releases/tag/v8.1.2385): opening cmdline window with feedkeys() does not work
* [8.1.2397](https://github.com/vim/vim/releases/tag/v8.1.2397): should not define __USE_XOPEN\n* Update runtime files.\n* [8.1.2396](https://github.com/vim/vim/releases/tag/v8.1.2396): using old C style comments\n* [8.1.2395](https://github.com/vim/vim/releases/tag/v8.1.2395): using old C style comments\n* [8.1.2394](https://github.com/vim/vim/releases/tag/v8.1.2394): using old C style comments\n* [8.1.2393](https://github.com/vim/vim/releases/tag/v8.1.2393): using old C style comments\n* [8.1.2392](https://github.com/vim/vim/releases/tag/v8.1.2392): using old C style comments\n* [8.1.2391](https://github.com/vim/vim/releases/tag/v8.1.2391): cannot build when __QNXNTO__ is defined\n* [8.1.2390](https://github.com/vim/vim/releases/tag/v8.1.2390): test94 is old style, fix 7.4.441 not tested
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 65 files
+3 −1 runtime/doc/todo.txt
+192 −2 runtime/doc/version8.txt
+2 −2 runtime/ftplugin/git.vim
+5 −3 runtime/ftplugin/gitcommit.vim
+17 −13 runtime/ftplugin/gitrebase.vim
+4 −2 runtime/ftplugin/haml.vim
+35 −11 runtime/ftplugin/markdown.vim
+17 −3 runtime/ftplugin/sass.vim
+2 −2 runtime/indent/haml.vim
+5 −3 runtime/syntax/git.vim
+11 −4 runtime/syntax/gitcommit.vim
+4 −6 runtime/syntax/gitconfig.vim
+26 −9 runtime/syntax/gitrebase.vim
+2 −2 runtime/syntax/haml.vim
+45 −21 runtime/syntax/markdown.vim
+5 −6 runtime/syntax/sass.vim
+8 −3 runtime/syntax/scss.vim
+1 −1 src/Makefile
+6 −11 src/highlight.c
+24 −30 src/nbdebug.c
+263 −264 src/netbeans.c
+608 −614 src/normal.c
+351 −358 src/ops.c
+479 −482 src/option.c
+113 −116 src/os_amiga.c
+5 −5 src/os_beos.c
+29 −29 src/os_mac_conv.c
+223 −229 src/os_mswin.c
+9 −9 src/os_qnx.c
+675 −678 src/os_unix.c
+96 −97 src/os_vms.c
+380 −381 src/os_win32.c
+91 −91 src/popupmenu.c
+32 −34 src/pty.c
+1 −1 src/quickfix.c
+252 −252 src/regexp.c
+720 −723 src/regexp_nfa.c
+287 −288 src/screen.c
+485 −487 src/search.c
+7 −7 src/sha256.c
+3 −3 src/sign.c
+521 −522 src/spell.c
+935 −936 src/spellfile.c
+487 −489 src/syntax.c
+323 −328 src/tag.c
+520 −523 src/term.c
+301 −304 src/terminal.c
+97 −97 src/termlib.c
+0 −1 src/testdir/Make_all.mak
+1 −1 src/testdir/Make_vms.mms
+0 −257 src/testdir/test94.in
+0 −123 src/testdir/test94.ok
+23 −0 src/testdir/test_cmdline.vim
+298 −0 src/testdir/test_visual.vim
+2 −2 src/testing.c
+194 −194 src/ui.c
+243 −243 src/undo.c
+14 −14 src/uninstall.c
+1 −1 src/usercmd.c
+219 −220 src/userfunc.c
+16 −0 src/version.c
+1 −4 src/vim.h
+63 −64 src/winclip.c
+573 −574 src/window.c
+3 −3 src/xpm_w32.c

0 comments on commit 562cff6

Please sign in to comment.