diff options
author | Rainer Borene <rainerborene@gmail.com> | 2014-11-06 21:40:50 -0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-20 21:06:37 -0300 |
commit | 8ca8a0da08bbf8f1670490b4c1cf1b39668816b6 (patch) | |
tree | b4045c0f50ba0dc1f0036b261eadef4cab4bd1df /test/functional/fixtures | |
parent | e0332e7f7c058baa2c25a495db332d2d028dd041 (diff) | |
download | rneovim-8ca8a0da08bbf8f1670490b4c1cf1b39668816b6.tar.gz rneovim-8ca8a0da08bbf8f1670490b4c1cf1b39668816b6.tar.bz2 rneovim-8ca8a0da08bbf8f1670490b4c1cf1b39668816b6.zip |
legacy tests: migrate test104
Diffstat (limited to 'test/functional/fixtures')
-rw-r--r-- | test/functional/fixtures/autoload/Test104.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/fixtures/autoload/Test104.vim b/test/functional/fixtures/autoload/Test104.vim new file mode 100644 index 0000000000..d1e0e17a3b --- /dev/null +++ b/test/functional/fixtures/autoload/Test104.vim @@ -0,0 +1 @@ +let Test104#numvar = 123 |