diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-04 21:32:53 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-04 21:32:53 -0400 |
commit | a62cc5f807a6dc730c871c1fd53f29805a9cdc6e (patch) | |
tree | 03e26246b5a89ffcd584b0b33f69dbf857450344 /test/functional/viml/completion_spec.lua | |
parent | e2cc3f98fb3ca771d9bd108ae9c37c19bea8025b (diff) | |
parent | 11f41a3c8c4b667b30db38875b37d5d25979003e (diff) | |
download | rneovim-a62cc5f807a6dc730c871c1fd53f29805a9cdc6e.tar.gz rneovim-a62cc5f807a6dc730c871c1fd53f29805a9cdc6e.tar.bz2 rneovim-a62cc5f807a6dc730c871c1fd53f29805a9cdc6e.zip |
Merge pull request #4678 from KillTheMule/vim-7.4.672
vim-patch:7.4.672
Diffstat (limited to 'test/functional/viml/completion_spec.lua')
-rw-r--r-- | test/functional/viml/completion_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/viml/completion_spec.lua b/test/functional/viml/completion_spec.lua index 322d777ab6..408bb51235 100644 --- a/test/functional/viml/completion_spec.lua +++ b/test/functional/viml/completion_spec.lua @@ -1,4 +1,3 @@ - local helpers = require('test.functional.helpers') local Screen = require('test.functional.ui.screen') local clear, feed = helpers.clear, helpers.feed @@ -716,4 +715,3 @@ describe('completion', function() end) end) - |