Closed (fixed)
Project:
Vim Plugin For Drupal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2016 at 19:42 UTC
Updated:
5 Jun 2016 at 08:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hawkeye.twolfPatch attached. Verified the new syntax works in both Neovim and Vim.
Comment #3
hawkeye.twolfFor background on why the syntax change: This is probably due to the fact that Neovim's "vimscript" is actually parsed through Lua via a custom translator written by the Neovim team. Certain little things are bound to get missed.
Comment #5
rodrigoaguileraCommited. Thanks for the patch and I'm glad to read that the plugin works on neovim now :)