[neovim] annotated tag v0.1.6 created (now 9ff2fd9)

James McCoy jamessan at debian.org
Sat Oct 29 03:59:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a change to annotated tag v0.1.6
in repository neovim.

        at  9ff2fd9   (tag)
   tagging  cc1ec959f1616b46d9a585efd02a56840cbb086f (commit)
  replaces  v0.1.5
 tagged by  Justin M. Keyes
        on  Fri Oct 28 15:20:09 2016 +0200

- Log -----------------------------------------------------------------
NVIM v0.1.6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJYE1COAAoJED5CEwiDRcFtQxkQAL/aUI1Xt4F4tsj9fRkW3iTt
CVv0Nnm+YkWHHF+mJ0as3uD66PnTv2V0jfqj0/bdy3bKTSyOSqEaMgbYFA8k15rE
zE9sNKHa3PAsCT5wBFe07vwe7mX6Y8MDzoWxQrNMvyIXNuK5IETpGNR17mibKxur
L5qXLGjQRdsY3opmBtOjoUBacf8nisAFtbvRl/n9L4+UsyjySHqSVfWEUa/QkDgW
WdGoVsvZhdkWgat3Os0TglJvVIvfEbaO3qlTdOed518LIQMqzwCO9VvOm2w0ZnoV
THZ6hUMyZdDaKkAhPhC5TtbAu5ngtUv97Nagd/2jeNZ2DpSKME8fT7ILrYEi8CT+
/W9/hfOoxRcGzQDachyWg/lfun1k7JBcZag+58OzYD6bggDAHiOupxtmbAgmZ6gh
8yWXQnwvreNDCpaOX/wBowt16lUYAaYWbBPdfN0nOzltDN3Pi7MQ5GSz8bVEvrmQ
6lPsQqrLGyiIsI0JT/uGbWzXf+bsxHEk0/PiQrD5j9OQR6wxwN/CNLpcr75EtHxW
NNKNsmuscA0LwrthaGHOM7LD3OvoOdormcKTysnkeqRjOzNakk+SquP+hy/qGWlt
VP+z34Hs/d+tULu0Ff8oFKNVJfXeyw4fzt+PkLkM8CPKK6CGJ9BunK0Jf5EDMqSg
0lHUJW+VBU4L2tVhSa/Q
=4HxI
-----END PGP SIGNATURE-----

Alejandro Sanchez (1):
      tchdir: New tab should inherit CWD. (#5227)

Alex Genco (1):
      Improve Ruby version check in CheckHealth command

Anatolii Sakhnik (1):
      l10n: Update Ukrainian translation (#5343)

Andrzej Pacanowski (1):
      vim-patch:7.4.1549

Anmol Sethi (10):
      doc: CONTRIBUTING.md (#5239)
      vim-patch:7.4.1898
      man.vim: support for command modifiers
      man.vim: set window local options when reusing buffer
      use bool type for flag mod_entry_T members
      man.vim: slight refactoring
      man.vim: if reusing a buffer, do not use noautocmd
      man.vim #5249
      [RFC] man.vim: remove <Plug> mappings (#5290)
      man.vim: prevent bell in ':wincmd w' when only one window (#5328)

Björn Linse (35):
      eval: remove (char_u *) in constant get_dict_(string|number) parameters
      Merge pull request #5232 from bfredl/dictchar_u
      api/ui: allow popupmenu to be drawn by external ui
      api/ui: use ui options instead of one method per feature
      api/ui: add tests for popupmenu_external events
      api/ui: add documentation for remote ui redraw events
      Merge pull request #4432 from bfredl/pum_ui
      Merge pull request #5225 from equalsraf/windows-functionaltests
      eval: add new function entries
      api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the header generator.
      api: auto generate api function wrappers for viml
      api: unify buffer numbers and window ids with handles
      api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".
      eval: use gperf to generate the hash of builtin functions
      api: Allow blacklist functions that shouldn't be accesible from eval
      api: consistently use nvim_ prefix and update documentation
      api: add tests for calling the api from vimscript
      api: fix leak when a api function is incorrectly called with a list.
      Merge pull request #4934 from bfredl/api
      api: remove unnecessary initializations causing warnings in api dispatch (#5337)
      gendispatch: warn for deprecated alias if the deprecated function has implemation
      api: make nvim[_obj]_set_var and _del_var not return the old value
      Merge pull request #5336 from bfredl/del_var
      api: restore old return type of deprecated ui_try_resize method
      api: define the set of function attributes to expose in the metadata
      api: add blanket implementation of "since"
      Merge pull request #5389 from bfredl/apifix
      events: allow event processing in getchar()
      Merge pull request #5384 from bfredl/getchar_event
      api: move verbatim c code out of gendispatch.lua and into c files
      Merge pull request #5393 from bfredl/dispatchfix
      tests: fix racyness in terminal/api_spec.lua
      Merge pull request #5507 from bfredl/terminal_api
      api: call multiple methods atomically (useful in async contexts)
      Merge pull request #4568 from bfredl/multirequest

Colin Caine (1):
      man.vim: silence `file` call (#5509)

Florian Larysch (2):
      tui/flush_buf: Don't toggle cursor when called from out() #5436
      modeline: Handle version number overflow. #5450

Grzegorz (1):
      vim-patch:7.4.2227 (#5521)

Grzegorz Milka (5):
      vim-patch:7.4.2212
      vim-patch:7.4.2237
      vim-patch:7.4.2309
      vim-patch:7.4.2312
      Fix lint errors.

Harm te Hennepe (2):
      terminal: Move re-edit detection to do_ecmd(). #5445
      vim-patch:7.4.2274 (#5439)

HiPhish (1):
      getcwd(): Return empty string if CWD is invalid. #5292

James McCoy (53):
      iconv: Always include errno.h when USE_ICONV is defined (#5251)
      Fix error-handling of strtoimax boundary conditions
      Merge pull request #5286 from jamessan/strtoimax-error-checking
      tests/ui: Stop the terminal job after testing
      Restore output_spec assertion dropped in f332eba
      Merge #5339 from jamessan/stray-test-processes
      Merge pull request #4739 from brcolow/vim-7.4.1266
      Merge pull request #5038 from prollings/vim-7.4.1477
      vim-patch:7.4.1309
      Merge pull request #5368 from jamessan/vim-7.4.1309
      runtest.vim: Fix spelling of (s:)messages
      vim-patch: Group alternations in preprocess_patch
      Merge pull request #5369 from jamessan/vim-patch-preprocessing
      vim-patch:019b9c6
      Merge branch 'jamessan/vim-019b9c6'
      runtest.vim: Fix spelling of s:flaky
      vim-patch:7.4.1604
      Update unicode files
      vim-patch:7.4.1620
      vim-patch:7.4.1629
      vim-patch:7.4.1630
      vim-patch:7.4.1642
      lint
      vim-patch:7.4.1697
      genunicodetables: Give the unicode directory as the first argument
      Merge pull request #5372 from jamessan/vim-7.4.1604
      Merge pull request #5356 from jbradaric/vim-7.4.1670
      Merge pull request #5261 from jbradaric/vim-7.4.1961
      Merge pull request #5357 from jbradaric/vim-7.4.1671
      Merge pull request #5358 from jbradaric/vim-7.4.1679
      Correct logic for setting NormalState.toplevel
      Merge pull request #5409 from jamessan/toplevel-state
      Merge pull request #5366 from NovaDev94/vim-7.4.1740
      api: Support getting the number of a window/tabpage
      config: Allow setting USERNAME/HOSTNAME from the environment
      Merge pull request #5451 from jamessan/set-username-hostname
      Merge pull request #5447 from mhinz/makefile/add-prefix
      Merge pull request #5411 from P4Cu/vim-7.4.1549
      ci: Force unsigned char usage for the 32bit build
      Change constack.cs_flags from char to int
      if_cscope: Fix conversion warnings when char defaults to unsigned
      lint
      window: Fix cmd_with_count's formatting when sizeof(long) != 8
      Merge pull request #5457 from jamessan/wincmd-count
      ui: Fix the call to utf_ambiguous_width
      Merge pull request #5461 from jamessan/emoji-ui-regression
      ui: Blank the next cell for any multi-cell character
      Merge pull request #5456 from jamessan/char-sign-conversion
      Merge pull request #5424 from jamessan/win-tab-nr
      hist_char2type: Return '/' for NUL.
      Merge pull request #5503 from jamessan/vim-7.4.1494
      Merge pull request #5440 from Shougo/vim-7.4.1565
      Merge pull request #5441 from Shougo/vim-7.4.1588

John Szakmeister (4):
      build: prevent in-tree builds for the time being, as it's not supported
      build: fix generated file paths when building in-tree
      Merge pull request #5466 from jszakmeister/fix-generated-files-for-in-tree-build
      Merge pull request #5467 from jszakmeister/prevent-in-tree-builds

Jurica Bradaric (14):
      vim-patch:7.4.1670
      vim-patch:7.4.1961
      option.c: Fix linter errors.
      vim-patch:7.4.1671
      vim-patch:7.4.1818
      vim-patch:7.4.1820
      vim-patch:7.4.1821
      vim-patch:7.4.1648
      vim-patch:7.4.1679
      vim-patch:7.4.1681
      vim-patch:7.4.1893
      vim-patch:7.4.1895
      eval: Exit early if argument is invalid.
      server_requests_spec: Expect correct window ID.

Jurica Bradarić (4):
      vim-patch:7.4.1896 (#5258)
      vim-patch:7.4.1900 (#5259)
      vim-patch:7.4.1971 (#5262)
      vim-patch:7.4.1913 (#5260)

Justin M. Keyes (99):
      version bump
      Merge commit 'refs/pull/upstream/5156'
      release.sh: Touch NVIM_VERSION_PATCH, show obnoxious message.
      ops.c: Rename start_global_changes().
      perf: Disable clipboard in do_cmdline().
      lint
      Merge #5253 'perf: Disable clipboard in do_cmdline()'
      Merge #5210 'vim-patch:7.4.1898 + :Man modifiers support'.
      release.sh: Sign the tag.
      signal_init: Always unblock SIGCHLD. (#5243)
      man.vim: Avoid hard redraw.
      Merge #5249 'man.vim'
      health.vim: Factor out health#provider#check()
      health.vim: Show results incrementally.
      Merge #5295 'health.vim'
      health.vim: "No healthchecks found" also needs the buffer.
      doc: clarify reltime()
      doc
      Merge #5316
      Merge #5318 from equalsraf/fix-openbsd
      shell_escape: rename; refactor
      Merge #2789 'system(): Respect shellxescape, shellxquote'
      CI: test: Avoid QuickBuild hang. (#5330)
      CI: Travis macOS: Skip tab left-drag tests.
      Merge #4874 'Restore vim-like tab dragging'
      vim-patch.sh: preprocess_patch()
      vim-patch.sh: Use printf instead of echo
      Merge 'vim-patch.sh'
      vim-patch:7.4.1558 (#5333)
      refactor: eliminate misc2.c
      read_string: Use char if you mean char.
      Merge #5329 from justinmk/remove-misc2
      Merge #5326 'vim-patch:7.4.1547'
      api: Establish API naming convention. (#5344)
      eval.c: Clean up spurious FAIL checks. (#5345)
      Merge #5254 from KillTheMule/vim-7.4.1952
      test/helpers.rmdir(): Retry once after a delay.
      test/helpers.rmdir(): lfs.rmdir() instead of os.remove()
      test: legacy/012_directory_spec: Also use dot-prefix on Windows.
      Merge #5362 from justinmk/testcleanup
      test: api_spec
      ui_detach: Schedule refresh on main loop.
      Merge #4972 from justinmk/schedule-ui_refresh
      ci: .travis.yml: Upgrade to macOS 10.11 / xcode7.3 (#5378)
      doc/deprecated.txt (#5338)
      tui.c: Do not wait for tui loop on teardown. (#4789)
      doc: minor comment tweaks
      tui: Move ui_bridge module to tui/ namespace.
      log.c: align/adjust layout
      Merge #5395 from justinmk/log
      event/multiqueue.c: Rename "queue" to "multiqueue".
      ci: .travis.yml: Minimize scope of osx_image directive. (#5420)
      tui/terminfo_start: Default to normal-mode cursor shape. (#5419)
      doc/vim_diff.txt (#5432)
      Merge #5444 from malept/dont-hardcode-python3-in-checkhealth
      hardcopy.c: Fix -Wmaybe-uninitialized warning.
      Merge #5428 'vim-patch: 0c1ff16, 939a1ab, 8067a64'.
      test/terminal: Cover race when :term shell process exits.
      eval/term_write(): Skip writes if stream was closed.
      Merge #5463 from justinmk/te-skip-writes
      main.c: "BufReadCmd term://": Skip existing terminal.
      doc
      doc
      Merge #5470 from justinmk/pr5445
      Merge #5427 from Shougo/vim-7.4.1714
      Merge #5418 from Shougo/vim-7.4.2158
      Merge #5257 from jbradaric/vim-7.4.1893
      test/tui_spec: Force LANG=C
      health/provider.vim: Fix system([]) invocations.
      Revert "tui: Move ui_bridge module to tui/ namespace."
      health/provider.vim: Pass errors through. Give more feedback.
      test: execute_spec: Adjust screen assertion.
      doc
      CheckHealth: check tmux configuration
      CheckHealth: check terminfo
      Merge #5493 from justinmk/checkhealth
      test: system(): backgrounded shell command
      system('foo &', 'bar'): Show error, don't crash.
      Merge #5502 from justinmk/error-write-to-bg-process
      test: :terminal should not interrupt Press-ENTER
      os_nodetype: open fd with O_NONBLOCK (#5515)
      Merge #5499 from tweekmonster/vim-8.0.0041
      api: documentation
      test: system(): Avoid indeterminism.
      Merge #5523 from justinmk/test-system
      test/api: Specify handling of VimL errors, v:errmsg.
      Merge #5483 from Shougo/vim-0648142
      doc; vim-patch.sh
      version: has("nvim-1.2.3")
      version: Allow has("nvim-x"), has("nvim-x.y")
      CheckHealth: more checks
      list_features(): Hack around infinite loop.
      Merge #5530 from justinmk/checkhealth
      test: Add missing test from vim-patch:7.4.2312
      Merge #5500
      CheckHealth: check for sensible.vim
      api: api_info()['version']
      Merge #5535 from justinmk/api_level
      NVIM v0.1.6

Kalle Ranki (1):
      test: Add unittest spec for option.c (#5289)

Kerem Cakirer (1):
      syntax.c: Support bg/fg special color-names. #5319

KillTheMule (6):
      vim-patch:7.4.1952
      vim-patch:7.4.1990
      vim-patch:7.4.2033
      Lint
      Add if_cscope documentation for querytype 'a'
      vim-patch:7.4.2284

Linda_pp (1):
      startup: Remove 'N files to edit' message. #5481

Lucas Hoffmann (1):
      tests: migrate legacy test 12. #4196

Marco Hinz (5):
      CheckHealth: choose correct path for the latest version (#5446)
      Makefile: add PREFIX variable
      Revert "Makefile: add PREFIX variable"
      Doc: Ruby omni-completion works (#5497)
      rplugin: resolve paths in manifest file (#5501)

Mark Lee (2):
      health: remove duplicate nvim_path declaration
      health: fix Python 2 variable names

Michael Ennen (6):
      Update to libuv 1.9.1
      vim-patch 7.4.1266
      vim-patch: 7.4.1619 (#5475)
      [RFC] vim-patch:7.4.1704 (#5487)
      vim-patch:7.4.2109 (#5518)
      vim-patch:7.4.2128 (#5517)

Nicolas Hillegeer (1):
      signal_init: unblock all signals on startup. #5283

Nova (1):
      vim-patch:7.4.1740

Patrick (2):
      vim-patch:7.4.1477
      vim-patch:7.4.1494

Patrick Jackson (2):
      lint: Close resource leak (#5288)
      lint: Removing dead initializations #5410

Rui Abreu Ferreira (10):
      build: Refactor appveyor/Windows scripts (#5244)
      third-party: Build busted in Windows
      third-party: Windows fix for luv build recipe
      Appveyor: Enable functional tests
      Mark some functional tests as pending in Windows
      functionaltest: Create lua helper for os.tmpname()
      Disable use of jemalloc in OpenBSD
      Add compiler check for -Wno-static-in-inline
      third-party: Bump luv to v1.9.1-0
      api: Nvim version, API level #5386

Shougo (4):
      perf: Skip foldUpdate() in insert-mode. #5299
      version.c: mark NA patches (#5380)
      UpdateRemotePlugins: Discard duplicate paths. (#5464)
      vim-patch:7.4.1833 (#5484)

Shougo Matsushita (19):
      insert_enter: Update folds on insert-leave. #5351
      version.c: mark NA patches #5335
      vim-patch:7.4.2158
      vim-patch:7.4.2162
      vim-patch:7.4.2205
      vim-patch:7.4.1714
      vim-patch:7.4.1765
      vim-patch:8067a64
      vim-patch:939a1ab
      vim-patch:0c1ff16
      vim-patch:7.4.1588
      vim-patch:0648142
      vim-patch:91c4937
      vim-patch:06d2d38
      vim-patch:2685212
      vim-patch:269f595
      vim-patch:7.4.1565
      folds: Do not auto-update folds for some foldmethods. #5426
      vim-patch: mark applied #5381

Stéphane Campinas (2):
      vim-patch:7.4.1547 #5326
      test: synIDattr returns empty, not -1

Tommy Allen (5):
      highlight: Added QuickFixLine highlight group
      Linting
      vim-patch:8.0.0041
      vim-patch:8.0.0042
      vim-patch:8.0.0043

Wei Huang (1):
      vim-patch:7.4.1533 #5320

Zhaosheng Pan (1):
      system(): Respect 'sxe' and 'sxq' #2789

ZyX (3):
      eval: Move VimL functions list to a lua file
      eval: Use generated hash to look up function list
      shada: Fix non-writeable ShaDa directory handling

davix (1):
      vim-patch:7.4.1535 (#5327)

oni-link (3):
      helpers.c: Fix invalid state of failed conversion result for object_to_vim() (#5282)
      eval.c: Garbage collection frees dictionary before job cleanup
      eval.c: Fix memory leak for detached pty job

sach1t (1):
      normal.c: Restore vim-like tab dragging. #4874

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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