Skip to content

Commit 87dc222

Browse files
committed
Minor change to readme
Fixed markdown link + changed preliminary support for vim--> support for vim
1 parent a0460e8 commit 87dc222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Neoformat [![Build Status](https://travis-ci.org/sbdchd/neoformat.svg?branch=master)](https://travis-ci.org/sbdchd/neoformat)
22

3-
A [Neovim](https://neovim.io) plugin for formatting code, with preliminary support for Vim.
3+
A [Neovim](https://neovim.io) and Vim8 plugin for formatting code.
44

55
Neoformat uses a variety of formatters for differing filetypes. Currently, Neoformat
66
will run a formatter _asynchronously_, and on success it will update the current
@@ -161,7 +161,7 @@ let &verbose = 1 " also increases verbosity of the editor as a whole
161161
- OCaml
162162
- [`ocp-indent`](http://www.typerex.org/ocp-indent.html)
163163
- Pandoc Markdown
164-
- [`pandoc`][https://pandoc.org/MANUAL.html]
164+
- [`pandoc`](https://pandoc.org/MANUAL.html)
165165
- Pawn
166166
- [`uncrustify`](http://uncrustify.sourceforge.net)
167167
- Perl

0 commit comments

Comments
 (0)