[neovim] annotated tag v0.1.1 created (now d086261)

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.1
in repository neovim.

        at  d086261   (tag)
   tagging  4a1c36e953559382362b79be7630a64163c43ef2 (commit)
  replaces  v0.1.0
 tagged by  Justin M. Keyes
        on  Sat Dec 5 15:06:52 2015 -0500

- Log -----------------------------------------------------------------
v0.1.1

Bohr Shaw (1):
      Doc: minor fix for ":ls u"

Chris Snow (1):
      contrib: Clarify the intention of the YCM configuration

Daniel Hahler (1):
      runtime/autoload/provider/python{,3}.vim: fix E168

Felipe Morales (6):
      Merge pull request #3270 from ZyX-I/shada-support
      Merge pull request #3581 from ZyX-I/fix-shada
      tutor: Update vim-tutor to 0.2.1
      Merge pull request #3675 from fmoralesc/update-vim-tutor
      tutor: Fix mistaken option name
      Merge pull request #3755 from neovim/fmoralesc-patch-1

Joe Hermaszewski (4):
      Implement handling of terminal focus events
      Add tests for focus events
      Enable focus events in cmdline and terminal modes
      Reorganize focus events test into individual tests

Johan Klokkhammer Helsing (2):
      Fix the examples for vim-patch.sh so they are valid commands. #3631
      vim-patch:7.4.686 #3629

Johannes Löthberg (1):
      vim_diff: Fix incorrect ShaDa path

John Szakmeister (8):
      Ensure a session is running before attempting to do Python detection.
      Merge pull request #3599 from jszakmeister/fix-python-detection
      Sort oldfiles in the marks_spec tests to avoid random ordering errors.
      Merge pull request #3616 from jszakmeister/sort-results-shada-test
      third-party: enable verbose builds of luajit and libuv
      Merge pull request #3643 from jszakmeister/enable-verbose-builds
      Workaround the unstable ordering of v:oldfiles in some more tests.
      Merge pull request #3680 from jszakmeister/fix-ordering-oldfiles-spec

Justin M. Keyes (21):
      build: Use `git describe` for version strings.
      Merge pull request #3584 from justinmk/gitdescribe
      Merge pull request #3590 from blueyed/fix-python-provider-finish
      Merge pull request #3607 from ZyX-I/fix-3605
      doc
      IWYU: remove unused "version.h"
      Merge pull request #3628 from mhinz/vim-patch-f2571c6
      Merge pull request #3651 from mhinz/remove-nvimrc-refs
      Merge pull request #3663 from ming-codes/patch-1
      Merge pull request #3630 from oni-link/fix.issue.3588
      Merge pull request #3339 from war1025/dev/clean_build_stl_str_hl
      Merge pull request #3724 from ZyX-I/fix-3635
      Merge pull request #3750 from Pyrohh/header
      Merge pull request #3242 from sethjackson/vim-defs
      Merge pull request #3759 from Shougo/vim-7.4.617
      Merge pull request #3760 from Shougo/vim-7.4.623
      Merge pull request #3761 from Shougo/vim-7.4.631
      Merge pull request #3762 from Shougo/vim-7.4.649
      Merge pull request #3666 from sethjackson/libuv-libs
      Merge pull request #3788 from sethjackson/command-line-execute
      Nvim 0.1.1

Marco Hinz (28):
      vim-patch:f2571c6
      Update runtime/syntax/css.vim
      Remove unused constants
      Add test/functional/ex_cmds/profile_spec.lua
      Add ":profile dump"
      Add ":profile stop"
      Merge PR #2427 'Add ":profile dump" and ":profile stop"'
      Add tests for :oldfiles
      Add file selection prompt on ":oldfiles!"
      Merge PR #3611 'Add file selection prompt on ":oldfiles!"'
      Test: improve functional/ex_cmds/oldfiles_spec.lua
      vim-patch:7.4.791 #3078
      Remove all invalid nvimrc and ngvimrc references
      TermEnter -> TermOpen
      Add TermClose event
      Test: add functional/autocmd/termclose_spec.lua
      Merge PR #3653 'Add TermClose event'
      Merge PR #3488 'Implement handling of terminal focus events'
      Merge PR #3715 'Enable focus events in cmdline and terminal modes'
      Remove outdated comment from BuildLuarocks.cmake
      Tests: add luacheck for linting tests
      test/benchmark: clean up according to luacheck
      test/unit: clean up according to luacheck
      test/functional: clean up according to luacheck (part 1)
      test/functional: clean up according to luacheck (part 2)
      Merge PR #3687 'Add luacheck for linting tests'
      Luacheck: point to latest rockspec
      Test: remove artifacts from root directory

Michael Reed (39):
      Merge pull request #3609 from Pyrohh/snowch-patch-1
      Remove :open command
      Merge pull request #3569 from Pyrohh/rm-open
      Merge pull request #3622 from Sean1708/patch-1
      Be more explicit about the lack of X11 integration
      Merge pull request #3641 from Pyrohh/X11
      doc: Nuke os_mac.txt
      Merge pull request #3652 from Pyrohh/rm-os-mac
      Merge pull request #3671 from kyrias/vim_diff-typo
      Remove unused TERMINAL_OPTIONS_INIT() macro
      Merge pull request #3672 from Pyrohh/macro-cleanup
      ex_cmds.lua: Use ex_ni directly
      Merge pull request #3678 from Pyrohh/ex_ni
      doc: Remove stray {not in Vi} tag
      doc: vi_diff: Remove 'Command line arguments' section
      doc: vi_diff: Remove 'Other vim features' section
      doc: vi_diff: Remove 'Missing options' section
      Merge pull request #3624 from Pyrohh/vi_diff
      Update .gitignore
      Merge pull request #3731 from Pyrohh/gitignore
      src: README.txt -> README.md
      Merge pull request #3734 from Pyrohh/src-readme
      doc/develop.txt: Remove "design-assumptions" section
      doc/develop.txt: Mention src/nvim/README.md
      doc/develop.txt: Remove "coding-style" section
      Merge pull request #3733 from Pyrohh/doc_develop
      doc: Remove some Vi-compatibility stuff
      doc/vi_diff.txt: Remove remaining "{Vi: ...}" note
      doc/vi_diff.txt: Remove unneeded opening paragraph
      Merge pull request #3740 from Pyrohh/vi_diff2
      doc: Remove todo.txt
      Remove 'antialias' remnants
      Merge pull request #3742 from Pyrohh/antialias
      Merge pull request #3531 from equalsraf/tb-cleanup-os-errors
      CONTRIBUTING.md: Fix broken sentence
      Merge pull request #3741 from Pyrohh/doc-rm-todo
      src/*: Remove `VIM - Vi improved ...` header
      Make `make test` run unit tests too
      Merge pull request #3751 from Pyrohh/make_test

Ming Liu (1):
      Update backer URL

Rui Abreu Ferreira (10):
      Remove unnecessary includes for errno.h
      Fix comments for os_* functions return value
      Return libuv return code from os_stat()
      Return libuv error code from os_getperm()
      Use libuv errors instead of errno in unit tests
      Update shada.c to use libuv error constants instead of errno constants
      Don't use errno constants for os_open() errors
      Windows: Only redefine ssize_t for MSVC
      cmake: Don't use check_library_exists for Win32 API libraries
      Fix Windows code in command_line_execute()

Sean Marshallsay (1):
      doc: Remove example in 'complete' doc.

Seth Jackson (1):
      Windows: Add path definitions for Windows.

Shougo Matsushita (6):
      vim-patch:7.4.651 #3644
      Update version.c to latest Vim
      vim-patch:7.4.617
      vim-patch:7.4.649
      vim-patch:7.4.623
      vim-patch:7.4.631

Thiago de Arruda (4):
      eval: Extract `find_ufunc` from `get_dict_callback`
      eval: Extract `find_var_ht_dict` from `find_var_ht`
      eval: Implement dictionary change notifications
      Merge PR #3603 'Implement dictionary notifications'

Victor Adam (1):
      doc: remove balloon options. #3524

Wayne Rowcliffe (12):
      Clean up buffer.c build_stl_str_hl variable declarations
      Add comments to build_stl_str_hl
      Rename build_stl_str_hl input and output buffer pointers
      Add out_end_p to mark last valid character in statusline buffer
      Fix lint
      Add documentation about what TABPAGENR and TABCLOSENR do
      Fix shadowed variable in build_stl_str_hl
      Start adding unit tests
      Updates from review
      Switch comments to match style guide
      Cleanup from review
      undo.c: Change return type to bool on functions #3697

ZyX (10):
      runtime: Add autoload/msgpack.vim helper file
      functests: Do not run some tests if there is no -NaN
      runtime: Add autoload/shada.vim helper file
      runtime: Add [ft]plugin/shada.vim files that automatically open .shada
      runtime: Add shada.vim syntax file
      documentation: Add documentation for autoload/msgpack.vim
      documentation: Add documentation on shada plugin
      undo: Remove incorrect NONNULL_ALL attribute
      shada: Do not save unlisted and quickfix buffers
      shada: Also store last search direction

oni-link (2):
      normal.c: No garbage collection while handling an event in normal mode
      memory.c: Prevent garbage collection when running out of memory.

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

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