yangmillstheory / vim-snipe

MIT License
118 stars 8 forks source link

Added neovim compatibility #21

Closed chrhasse closed 6 years ago

chrhasse commented 6 years ago

for issue #20

yangmillstheory commented 6 years ago

What are the consequences of #20 for you? I'm using neovim and haven't seen issues:

🤔 ~/.v/p/vim-snipe
[i]: vim --version
NVIM v0.2.2-5-ge98bcf0
Build type: Release
LuaJIT 2.0.5
Compilation: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -I/Users/travis/build/neovim/bot-ci/build/neovim/build/config -I/Users/travis/build/neovim/bot-ci/build/neovim/src -I/Users/travis/build/neovim/bot-ci/build/neovim/.deps/usr/include -I/Users/travis/build/neovim/bot-ci/build/neovim/.deps/usr/include -I/Users/travis/build/neovim/bot-ci/build/neovim/.deps/usr/include -I/Users/travis/build/neovim/bot-ci/build/neovim/.deps/usr/include -I/Users/travis/build/neovim/bot-ci/build/neovim/.deps/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/Users/travis/build/neovim/bot-ci/build/neovim/build/src/nvim/auto -I/Users/travis/build/neovim/bot-ci/build/neovim/build/include
Compiled by travis@Traviss-Mac-1349.local

Features: +acl +iconv -jemalloc +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/share/nvim"

Run :checkhealth for more info
chrhasse commented 6 years ago

So I looked a bit further into it, and apparently the neovim in the ubuntu repositories is just super outdated (should have expected that). Current version works perfectly and I should just upgrade my copy.