[neovim] branch debian/sid updated (ce32863 -> 0b24312)
James McCoy
jamessan at debian.org
Tue Jun 28 03:23:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
jamessan pushed a change to branch debian/sid
in repository neovim.
from ce32863 releasing package neovim version 0.1.3-1
adds e605faa version bump
adds 7cdbf3f vim-patch.sh: Fetch the whole vim repository and fix a regexp
adds d44b2c9 Merge pull request #4546 from KillTheMule/vim-patch-sh
adds 2df8f88 doc: Fix tiny typo in :bufdo section
adds 5330aa1 doc: formatting #4543
adds d227c84 complete: noinsert/noselect should not set 'modified'. #4509
adds 11cf368 vim-patch:7.4.1105
adds 2af36df eval: Fix linter error.
adds de7165d eval: Update documentation.
adds bf2c2b3 Merge pull request #4357 from jbradaric/vim-7.4.1105
adds ce83223 vim-patch:86ae720
adds 15b5bb0 vim-patch:f913281
adds beccc3e vim-patch:dd1616e
adds 1bf1ffc Merge pull request #4505 from watiko/vim-runtimes
adds 3462f46 spellfile.vim: less pestering
adds 8d37201 spell: Fix argument and avoid redundant prompt.
adds 91c5005 Merge pull request #4555 from justinmk/spell
adds 80471df cscope: Fix mismatched types in ':cscope show' output
adds c56acef Merge pull request #4557 from mikewadsten/bugfix/issue-4537-cscope-segfault
adds b25b604 documentation: Update information about default location of undo files
adds fe4d814 Merge pull request #4559 from ZyX-I/undodir-undo-doc-update
adds cf32ca5 vim-patch:f2571c
adds f47a20a Merge pull request #4562 from dbarnett/vim-f2571c
adds 906271b main.c: Free msgpack packer in --api-info handler to make ASAN happy
adds 704f3dd Synchronize shada reset helper with other functional tests
adds 3f698b8 Allow a lua debugger to be specified on `functionaltest-lua` target
adds f5f11b9 Remove indeterminism in oldfiles_spec.lua
adds 584b8ed Mark cursor_spec.lua indeterministic test as pending
adds 4ae7acd Add luv as a third party dependency
adds 10a8bb0 third-party: Add missing *_host dependencies to luarocks packages
adds c18d591 Update lua client to 0.0.1-24
adds 9821981 Merge PR #4398 'Update lua client'
adds 0cb2c39 clint: Add diagnostics for things like `char* foo` or `(char*)`
adds 4a6328a clint: Add rule for preincrement/predecrement
adds 69d74f5 Merge pull request #4566 from ZyX-I/more-lint
adds 01eafc0 tests: fix indeterministic oldfiles! test
adds cf7d6a7 defaults: Enable syntax/filetype for real.
adds 54188cd test: move server_spec.lua
adds 523ff9c test: defaults_spec.lua
adds 4eb5827 Merge pull request #4558 from justinmk/filetype
adds e6e843e Make completion_spec.lua more robust
adds a7a3605 Merge pull request #4583 from KillTheMule/robust-completion
adds b50afb4 clipboard: support "lemonade" tool
adds 4b097c8 Merge pull request #4579 from Shougo/lemonade
adds 2eb5d73 eval.c: Fix cut off of terminal exit message
adds e90f52f Merge pull request #4586 from oni-link/fix.on.process.exit
adds 11e8ec0 mbyte.c: Fix invalid memory access in utfc_ptr2char_len
adds cfe4352 mbyte.c: Unittest for utfc_ptr2char_len()
adds a8fec15 mbyte_spec.lua: Fix wording
adds cd00aa6 mbyte_spec.lua: Fix indentation
adds 4043725 Merge pull request #4574 from oni-link/fix.utfc_ptr2char_len
adds 164bcaf eval.c: Fix heap corruption error when constructing sourcing_name
adds cc1beec Merge pull request #4592 from oni-link/fix.issue.4582
adds 2895883 vim-patch:fc39ec
adds aae7e8b Merge pull request #4585 from dbarnett/vim-fc39ec
adds 824a687 vim-patch:7.4.1282
adds 622164d vim-patch:7.4.1000
adds a0fec5d vim-patch:7.4.1001
adds e34cdf6 vim-patch:7.4.1030
adds 8a2cf94 vim-patch:7.4.1284
adds f09f6ba Update version.c to 7.4.1284
adds 1b1960a Satisfy the linter
adds 2c827ce Add new style test test_viml.vim to the build
adds 83c683f Merge pull request #4565 from KillTheMule/vim-patch-1282
adds 44cbf45 eval: Split out typval_T dumping functions to nvim/encode.c
adds f21cb42 functests(msgpack): Fix test names
adds c3efad5 functests(msgpack): Fix location of one of the tests
adds 68e5844 eval: Add jsonencode() function
adds 256a5d2 encode: Add a hint for static analyzer that cur_tv is not NULL
adds 18903bd eval: Add special variable type
adds d70a322 eval: Add special variables v:false, v:null, v:none
adds 6e5498c runtime/msgpack: Add support for special values
adds f5c35ba functests/msgpack: Test dumping special nil and bool dicts
adds 0f0e2bd encode: Do not use default case for v_type
adds e213ba1 eval: Add jsondecode() function
adds 704accf cmake: Refactor code that creates directories and lists C files
adds 41b44d1 eval: Move encode.c to eval/encode.c
adds 85244e6 vim: Move *MSG* macros to message.h
adds 3c39219 eval: Get rid of VV_LEN constant
adds 700b32a eval: Move some decoding functions to eval/decode.c
adds ed67565 eval/decode: Replace INIT_SPECIAL_DICT macros with inline function
adds cddd7d4 eval/decode: Make msgpackparse() function use new v: vars
adds ea82270 eval/decode: Fail on control and invalid unicode characters
adds 5814e29 eval/decode: Fix surrogate pairs processing
adds 57700de doc: Update documentation regarding converting from/to &encoding
adds 634e51d eval/*: Fix some linter errors
adds 2c378fd eval/decode: Parse strings with NUL to special dictionaries
adds e303ea8 eval/decode: Add support for special maps
adds a3b87fc eval: Remove get_vim_var_tv function
adds 6167ce6 eval: Remove v:none
adds 33778c3 *: Fix linter errors
adds f4ea114 eval/decode: Fix vim_str2nr invocation
adds 6cdf45e eval: Change dv_lock type to VarLockStatus
adds c91c017 *: Fix gcc warnings
adds b7cb8f0 eval: Make assert_true and assert_false accept v:true and v:false
adds 0aa3e7b eval: Port parts of 7.4.1267 that are not already present
adds d4106f6 shada: Make sure that NIL and EXT values can also be parsed back
adds 7124329 *: Fix memory leaks found by clang sanitizer
adds 569e404 eval/encode: Fix non-utf-8 &encoding handling, add tests
adds fa26eee version: Record that vim-7.4.1271 is kinda of there
adds c27395d eval: Fix QuickBuild failures
adds 77776b0 eval/encode: Fix writing strings starting with NL to list
adds f0bd4a1 eval/encode: Fix invalid UTF-8 strings handling:
adds 209427e eval/encode: Reduce length of encode_list_write
adds 4913a25 eval/encode: Free memory just in case
adds af6603a eval/encode: Remove unneeded variable, add missing include
adds f1ced96 api: Replace set_var(name, NIL) with del_var(name)
adds 2f67786 eval: Rename json* functions to json_*
adds 7cdd019 api/documentation: Add a warning that nil may mean v:null
adds 406562a encode: Fail to dump NaN and infinity
adds 942e0b3 encode: Handle incomplete surrogates like `\uSURR\uOTHR` properly
adds 6a35f2a eval: Do not break when VimVarIndex and vimvars order mismatches
adds 54cc6d8 eval: Remove assert expression
adds 4ff5d6e eval/decode: Also use VAR_UNLOCKED in old code
adds 1fc84ae eval/decode: Record that `obj` may be freed
adds 4a29995 eval/decode: Rename brackets in error messages
adds 4eb5d05 eval/decode: Avoid overflow when parsing incomplete null/true/false
adds b725f6b functests: Make sure that json functions are tested with C messages
adds 3948306 eval/decode: Make sure that U+00C3 is parsed correctly
adds 224d7df eval/decode: Make sure that blank input does not crash Neovim
adds 52c6cc2 eval/decode: Make sure that parsing strings does not overflow
adds eb806c9 eval/decode: Make sure that error messages do not cause overflow
adds 032ac50 eval/decode: Do not loose high surrogates followed by high surrogates
adds 9c543f2 eval/decode: Reject more numbers, accept 1e5
adds 9a56fcb eval/decode: Rewrite json_decode_string end as suggested by oni-link
adds 82f249f message: Remove useless emsg* functions, leaving only emsgf
adds 1bada1f documentation: Update type() documentation
adds 69ce178 *: Fix linter errors
adds 515fea1 eval/decode: Reject even more numbers
adds 0c59877 eval/decode: Fix typo in internal error message
adds 2b0d461 eval/decode: Clarify meaning of some pointer arguments
adds d06c2a1 eval/decode: Do not overflow when parsing `-`
adds c129f6c eval/decode: Accept `\r` as space character
adds 4f8b686 documentation,functests: State that UTF-8-only support is intentional
adds 25bb08d api: Add warnings about the returned value to \*del_var functions
adds 9709cf2 documentation: Update assert_{false,true}() and empty() documentation
adds af7ff80 eval: Fix overflow in error message in f_json_decode
adds 9af400f eval: Treat [] and [""] as any other empty string
adds 494b1c9 *: Make set_vim_var_\* functions have proper argument types
adds fd92e64 eval/encode: Dump FF character correctly
adds 3e435df functests: Replace \xXX escapes with \DDD in lua code
adds c4f1b5a eval/encode: Adjust buffer sizes passed to vim_snprintf
adds bda0165 eval/encode: Make sure that encoder can encode NULL variables
adds 45304b4 eval/encode: Simplify loop in encode_list_write
adds 28275fe *: Fix preincrement lint errors
adds a64114e functests: Make json_functions_spec use new NIL where appropriate
adds 007d573 Merge pull request #4131 from ZyX-I/json-functions
adds 896f548 vim-patch:88774f
adds ca280c2 Merge pull request #4594 from dbarnett/vim-88774f
adds 9468078 vim-patch:fc39ec (runtime/filetype.vim)
adds 40cc5ba Merge pull request #4595 from dbarnett/vim-fc39ec
adds e5147ce rplugin: Ignore modeline while chaining events
adds 28b9a28 Merge pull request #4590 from Streetwalrus/issue4471
adds 8a14750 test: convert test_marks.in.
adds 05baf93 vim-patch.sh: recognize malformed patches.
adds 8d12e28 Merge pull request #4018 from justinmk/vim-35e7594
adds a3dfd16 misc1.c: enable -Wconversion
adds ba97f73 Merge pull request #3951 from cacplate/misc1_Wconversion
adds 2ebc58d Fix loading remote plugin error
adds 376ba4e Merge pull request #4599 from Shougo/fixerror
adds 49dde99 vim-patch:f913281 (runtime/doc/)
adds ef92cca Merge pull request #4601 from dbarnett/vim-f913281
adds d835c03 remote/define.vim: support remote function "range"
adds 4a200ce test: remote/define.vim: range
adds c4117d4 test: format
adds a347b29 test: remote/define.vim: Add some spice.
adds 1b1b920 Merge #4553
adds bf63510 vim-patch:12969c0
adds f3d6c44 Merge pull request #4602 from dbarnett/vim-12969c0
adds 0d264ab vim-patch:ca63501
adds 0ba12c6 Merge pull request #4603 from dbarnett/vim-ca63501
adds 1cb8afe doc: remove redundant, outdated section.
adds 43fe335 vim-patch:60cce2f
adds ba9bdb3 Merge pull request #4604 from dbarnett/vim-60cce2f
adds 5c6592f v:windowid #4608
adds 02fa6b1 vim-patch:7.4.1113 Problem: Using {ns} in variable name does not work. (lilydjwg) Solution: Fix recognizing colon. Add a test.
adds cd10cdd Merge pull request #4589 from gregorias/patch_1113
adds 7029dec vim-patch:7.4.819
adds a7a0bf5 Merge pull request #4610 from KillTheMule/vim-7.4.819
adds ce17d03 eval: let getreg() return valid list for an undefined register
adds cef624e Merge pull request #4618 from bfredl/regcrash
adds ec71d87 Implement tab-local working directory feature.
adds 89e6973 tcd: doc, error messages
adds 5ebffaa Merge #3229 ':tcd'
adds c4de9c7 version.c: update. #4301
adds 50a7517 vim-patch:7.4.1107
adds 88a7351 vim-patch:7.4.1114
adds 9e38540 vim-patch:7.4.1116
adds a252fca Fix linter errors.
adds 29b737e vim-patch:7.4.1117
adds 425fcdb vim-patch:7.4.1120
adds 2dfc8de Merge tempfile.c back into fileio.c
adds 5734e21 delete_spec: Fix linter errors.
adds 9e1cace Fix another linter error.
adds 3d7a6e4 Merge pull request #4367 from jbradaric/vim-7.4.1107
adds 3098b18 vim-patch.sh: Query git for name of neovim remote
adds 3c4544c tests/ui: screen tests for completion popupmenu
adds 1cc869f Merge pull request #4571 from bfredl/pumtest
adds a9f9722 vim-patch.sh: fix/improve pattern with find_git_remote
adds ab63f5d Merge pull request #4636 from blueyed/vim-patch-fix-find_git_remote
adds 4f5a182 release.sh: Automate release process.
adds 4dcd19d NVIM v0.1.4
new ede714f Merge tag 'v0.1.4' into debian/sid
new 1aad967 Replace lua-messagepack Build-Depends with lua-mpack
new 0b24312 releasing package neovim version 0.1.4-1
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 4 +-
ISSUE_TEMPLATE.md | 11 +-
clint.py | 24 +
debian/changelog | 7 +
debian/control | 2 +-
runtime/autoload/msgpack.vim | 4 +-
runtime/autoload/phpcomplete.vim | 181 +-
runtime/autoload/provider/clipboard.vim | 5 +
runtime/autoload/python3complete.vim | 3 +-
runtime/autoload/remote/define.vim | 19 +-
runtime/autoload/remote/host.vim | 2 +-
runtime/autoload/spellfile.vim | 118 +-
runtime/autoload/tohtml.vim | 4 +-
runtime/doc/autocmd.txt | 20 +-
runtime/doc/change.txt | 10 +-
runtime/doc/cmdline.txt | 32 +-
runtime/doc/diff.txt | 7 +-
runtime/doc/editing.txt | 96 +-
runtime/doc/eval.txt | 209 +-
runtime/doc/index.txt | 2 +-
runtime/doc/insert.txt | 4 +-
runtime/doc/nvim_clipboard.txt | 2 +
runtime/doc/options.txt | 54 +-
runtime/doc/quickfix.txt | 64 +-
runtime/doc/quickref.txt | 8 +-
runtime/doc/syntax.txt | 46 +-
runtime/doc/undo.txt | 4 +-
runtime/doc/vim_diff.txt | 68 +-
runtime/doc/windows.txt | 20 +-
runtime/filetype.vim | 21 +-
runtime/ftplugin/bzl.vim | 94 +
runtime/ftplugin/j.vim | 13 +-
runtime/ftplugin/spec.vim | 2 +-
runtime/ftplugin/systemd.vim | 7 +
runtime/indent/bzl.vim | 97 +
runtime/indent/html.vim | 54 +-
runtime/indent/sh.vim | 19 +-
runtime/indent/systemd.vim | 10 +
runtime/indent/teraterm.vim | 67 +
runtime/indent/yaml.vim | 10 +-
runtime/makemenu.vim | 1 +
runtime/optwin.vim | 6 +-
runtime/plugin/matchit.vim | 2 +-
runtime/plugin/spellfile.vim | 7 -
runtime/plugin/tohtml.vim | 35 +-
runtime/synmenu.vim | 1 +
runtime/syntax/2html.vim | 8 +-
runtime/syntax/bzl.vim | 16 +
runtime/syntax/cmake.vim | 16 +-
runtime/syntax/cpp.vim | 4 +-
runtime/syntax/datascript.vim | 14 +-
runtime/syntax/dnsmasq.vim | 9 +-
runtime/syntax/gnuplot.vim | 33 +-
runtime/syntax/groovy.vim | 4 +-
runtime/syntax/python.vim | 93 +-
runtime/syntax/rst.vim | 4 +-
runtime/syntax/screen.vim | 20 +-
runtime/syntax/sh.vim | 51 +-
runtime/syntax/synload.vim | 4 +-
runtime/syntax/systemd.vim | 8 +
runtime/syntax/teraterm.vim | 139 ++
runtime/syntax/vb.vim | 2 +-
runtime/syntax/vhdl.vim | 82 +-
scripts/git-log-pretty-since.sh | 32 +
scripts/msgpack-gen.lua | 4 +-
scripts/release.sh | 63 +
scripts/vim-patch.sh | 24 +-
src/nvim/CMakeLists.txt | 34 +-
src/nvim/api/buffer.c | 29 +-
src/nvim/api/private/defs.h | 1 -
src/nvim/api/private/helpers.c | 36 +-
src/nvim/api/tabpage.c | 29 +-
src/nvim/api/vim.c | 24 +-
src/nvim/api/window.c | 29 +-
src/nvim/assert.h | 101 +-
src/nvim/buffer_defs.h | 10 +-
src/nvim/diff.c | 66 +-
src/nvim/edit.c | 49 +-
src/nvim/eval.c | 2362 ++++++++--------------
src/nvim/eval.h | 45 +-
src/nvim/eval/decode.c | 1116 ++++++++++
src/nvim/eval/decode.h | 13 +
src/nvim/eval/encode.c | 1296 ++++++++++++
src/nvim/eval/encode.h | 75 +
src/nvim/eval_defs.h | 84 +-
src/nvim/ex_cmds.c | 100 +-
src/nvim/ex_cmds.lua | 12 +
src/nvim/ex_cmds2.c | 14 +-
src/nvim/ex_docmd.c | 139 +-
src/nvim/ex_docmd.h | 12 +
src/nvim/ex_eval.c | 61 +-
src/nvim/fileio.c | 208 +-
src/nvim/fold.c | 12 +-
src/nvim/garray.c | 19 +-
src/nvim/globals.h | 12 +-
src/nvim/hardcopy.c | 9 +-
src/nvim/if_cscope.c | 14 +-
src/nvim/indent.c | 2 +-
src/nvim/lib/kvec.h | 1 +
src/nvim/macros.h | 11 +
src/nvim/main.c | 16 +-
src/nvim/mbyte.c | 43 +-
src/nvim/memline.c | 3 +-
src/nvim/message.c | 97 +-
src/nvim/message.h | 51 +
src/nvim/misc1.c | 466 ++---
src/nvim/misc1.h | 1 +
src/nvim/misc2.c | 5 +-
src/nvim/msgpack_rpc/server.c | 4 +-
src/nvim/normal.c | 11 +-
src/nvim/ops.c | 2 +-
src/nvim/option.c | 47 +-
src/nvim/option_defs.h | 1 +
src/nvim/os/fs.c | 17 +
src/nvim/os_unix.c | 1 -
src/nvim/path.c | 28 +-
src/nvim/path.h | 2 +
src/nvim/po/eo.po | 50 +-
src/nvim/po/es.po | 3 +-
src/nvim/po/fr.po | 160 +-
src/nvim/po/it.po | 502 ++---
src/nvim/quickfix.c | 39 +-
src/nvim/shada.c | 130 +-
src/nvim/spell.c | 14 +-
src/nvim/tag.c | 2 +-
src/nvim/tempfile.c | 139 --
src/nvim/tempfile.h | 8 -
src/nvim/terminal.c | 1 +
src/nvim/testdir/Makefile | 2 +-
src/nvim/testdir/runtest.vim | 24 +-
src/nvim/testdir/test17.in | 26 +-
src/nvim/testdir/test49.ok | 15 -
src/nvim/testdir/test49.vim | 851 +-------
src/nvim/testdir/test_marks.in | 34 -
src/nvim/testdir/test_marks.ok | 16 -
src/nvim/testdir/test_viml.vim | 930 +++++++++
src/nvim/version.c | 505 ++++-
src/nvim/vim.h | 25 +-
src/nvim/window.c | 22 +-
test/functional/api/buffer_spec.lua | 6 +-
test/functional/api/tabpage_spec.lua | 8 +-
test/functional/api/vim_spec.lua | 17 +-
test/functional/api/window_spec.lua | 7 +-
test/functional/eval/json_functions_spec.lua | 799 ++++++++
test/functional/eval/msgpack_functions_spec.lua | 82 +-
test/functional/{server => eval}/server_spec.lua | 0
test/functional/eval/special_vars_spec.lua | 171 ++
test/functional/eval/string_spec.lua | 21 +
test/functional/ex_cmds/cd_spec.lua | 148 ++
test/functional/ex_cmds/oldfiles_spec.lua | 6 +-
test/functional/ex_cmds/wundo_spec.lua | 2 +-
test/functional/ex_cmds/wviminfo_spec.lua | 2 +-
test/functional/helpers.lua | 21 +-
test/functional/legacy/delete_spec.lua | 99 +
test/functional/legacy/eval_spec.lua | 40 +
test/functional/legacy/marks_spec.lua | 53 +
test/functional/options/defaults_spec.lua | 85 +
test/functional/plugin/helpers.lua | 2 +-
test/functional/plugin/msgpack_spec.lua | 21 +
test/functional/plugin/shada_spec.lua | 45 +-
test/functional/provider/define_spec.lua | 359 ++--
test/functional/shada/compatibility_spec.lua | 4 +-
test/functional/shada/helpers.lua | 20 +-
test/functional/shada/registers_spec.lua | 18 +-
test/functional/shada/shada_spec.lua | 16 +-
test/functional/shada/variables_spec.lua | 13 +-
test/functional/terminal/cursor_spec.lua | 2 +-
test/functional/ui/screen.lua | 2 +-
test/functional/viml/completion_spec.lua | 614 +++++-
test/unit/eval/decode_spec.lua | 142 ++
test/unit/eval/encode_spec.lua | 100 +
test/unit/eval/helpers.lua | 72 +
test/unit/eval/tricks_spec.lua | 43 +
test/unit/formatc.lua | 2 +-
test/unit/helpers.lua | 11 +-
test/unit/mbyte_spec.lua | 277 +++
test/unit/tempfile_spec.lua | 2 +-
third-party/CMakeLists.txt | 8 +
third-party/cmake/BuildLua.cmake | 2 +-
third-party/cmake/BuildLuarocks.cmake | 35 +-
third-party/cmake/BuildLuv.cmake | 90 +
third-party/cmake/PatchLuv.cmake | 29 +
182 files changed, 11050 insertions(+), 4870 deletions(-)
create mode 100644 runtime/ftplugin/bzl.vim
create mode 100644 runtime/ftplugin/systemd.vim
create mode 100644 runtime/indent/bzl.vim
create mode 100644 runtime/indent/systemd.vim
create mode 100644 runtime/indent/teraterm.vim
create mode 100644 runtime/syntax/bzl.vim
create mode 100644 runtime/syntax/systemd.vim
create mode 100644 runtime/syntax/teraterm.vim
create mode 100755 scripts/git-log-pretty-since.sh
create mode 100755 scripts/release.sh
create mode 100644 src/nvim/eval/decode.c
create mode 100644 src/nvim/eval/decode.h
create mode 100644 src/nvim/eval/encode.c
create mode 100644 src/nvim/eval/encode.h
delete mode 100644 src/nvim/tempfile.c
delete mode 100644 src/nvim/tempfile.h
delete mode 100644 src/nvim/testdir/test_marks.in
delete mode 100644 src/nvim/testdir/test_marks.ok
create mode 100644 src/nvim/testdir/test_viml.vim
create mode 100644 test/functional/eval/json_functions_spec.lua
rename test/functional/{server => eval}/server_spec.lua (100%)
create mode 100644 test/functional/eval/special_vars_spec.lua
create mode 100644 test/functional/ex_cmds/cd_spec.lua
create mode 100644 test/functional/legacy/delete_spec.lua
create mode 100644 test/functional/legacy/marks_spec.lua
create mode 100644 test/functional/options/defaults_spec.lua
create mode 100644 test/unit/eval/decode_spec.lua
create mode 100644 test/unit/eval/encode_spec.lua
create mode 100644 test/unit/eval/helpers.lua
create mode 100644 test/unit/eval/tricks_spec.lua
create mode 100644 test/unit/mbyte_spec.lua
create mode 100644 third-party/cmake/BuildLuv.cmake
create mode 100644 third-party/cmake/PatchLuv.cmake
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git
More information about the pkg-vim-maintainers
mailing list