Package Details: neovim-git 0.11.0.r711.g7b7c95dac9-1

Git Clone URL: https://aur.archlinux.org/neovim-git.git (read-only, click to copy)
Package Base: neovim-git
Description: Fork of Vim aiming to improve user experience, plugins, and GUIs
Upstream URL: https://neovim.io
Keywords: editor
Licenses: custom:neovim
Conflicts: neovim
Provides: neovim, vim-plugin-runtime
Submitter: fhahn
Maintainer: Farzat (gpanders)
Last Packager: gpanders
Votes: 256
Popularity: 1.44
First Submitted: 2014-02-21 19:50 (UTC)
Last Updated: 2024-09-04 00:24 (UTC)

Dependencies (24)

Required by (433)

Sources (3)

Pinned Comments

fwalch commented on 2016-07-04 19:52 (UTC) (edited on 2016-07-04 19:54 (UTC) by fwalch)

Please don't flag this package out-of-date just because the version number displayed on AUR seems old. This is normal for VCS packages. As long as building the package works without problems, it isn't necessary to update the PKGBUILD here. makepkg will automatically retrieve the latest version when you build the package locally.

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 40 Next › Last »

moyamo commented on 2014-09-12 21:54 (UTC)

I am having problems building this package. It fails at src/nvim/CMakeFiles/nvim.dir/auto/msgpack_dispatch.c.o with ‘MSGPACK_OBJECT_BIN’ undeclared (first use in this function). The full error message is in the link. http://pastebin.com/BbtdwD9u

Siosm commented on 2014-08-24 13:01 (UTC)

@fwalch: This looks good now. Thanks for the fix

fwalch commented on 2014-08-23 22:41 (UTC)

@timerot: Should be fixed now. @Siosm: I created this PR, but I don't have much experience with CMake installation stuff. Improvements are always welcome! :-)

timerot commented on 2014-08-23 15:23 (UTC)

A recent commit to autogenerate helptags causes an error in the install process. https://github.com/neovim/neovim/commit/1310820e4f27eab2871ca5f5d20085cf53e8232a I worked around it by changing the PKGBUILD to sudo make install. The error wasn't particularly enlightening: -- Generating helptags. CMake Error at cmake/GenerateHelptags.cmake:14 (message): Generating helptags failed: Call Stack (most recent call first): cmake_install.cmake:40 (include)

fhahn commented on 2014-08-22 20:02 (UTC)

Thanks @mmlb, I've added `lua-bitop` as make-dependency.

mmlb commented on 2014-08-22 18:56 (UTC)

build is currently breaking due to missing `lua-bitop`.

fwalch commented on 2014-08-19 10:35 (UTC)

@sekret: Created an upstream issue for that: https://github.com/neovim/neovim/pull/1087.

fwalch commented on 2014-08-19 09:49 (UTC)

@flu: It's an upstream issue, see https://github.com/neovim/neovim/pull/1086. @sekret: PKGBUILD highlighting for vim is set in /usr/share/vim/vim74/filetype.vim. This is done by the following in vim's PKGBUILD: # patch filetype.vim for better handling of pacman related files sed -i "s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \ "${pkgdir}"/usr/share/vim/${_versiondir}/filetype.vim sed -i "/find the end/,+3{s/changelog_date_entry_search/changelog_date_end_entry_search/}" \ "${pkgdir}"/usr/share/vim/${_versiondir}/ftplugin/changelog.vim