neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Handle special command and autocmd flags #25

Closed saep closed 9 years ago

saep commented 9 years ago

There is currently no handling in the SocketReader for commands or autocmds that set special flags when they are exported.

saep commented 9 years ago

The command flags should work (tm).

saep commented 9 years ago

The autocmd flags should work as well (tm).