Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
Fix bad file name for vim-simple-test.vim
  • Loading branch information
notetiene authored and andyleejordan committed Jun 19, 2024
1 parent 117de60 commit e6575bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This is because because these two features require their own IO streams and stdi

Please see the [emacs-simple-test.el](test/emacs-simple-test.el),
[emacs-test.el](test/emacs-test.el),
[vim-simple-test.el](test/vim-simple-test.vim) and [vim-test.vim](test/vim-test.vim) for examples of end-to-end tested configurations.
[vim-simple-test.vim](test/vim-simple-test.vim) and [vim-test.vim](test/vim-test.vim) for examples of end-to-end tested configurations.
They use [eglot for Emacs](https://github.com/joaotavora/eglot) and [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim).

### Advanced Usage
Expand Down

0 comments on commit e6575bf

Please sign in to comment.