Merge pull request #767 from thejspr/patch-1

Fix merge conflict left-over
This commit is contained in:
Jonathan Wren 2019-12-03 08:11:29 -08:00 committed by GitHub
commit a1d3577e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,8 +130,6 @@ Similar to Sublime Text, MacVim must be started with a flag that tells
the the process to wait until the file is closed before passing control the the process to wait until the file is closed before passing control
back to journal. In the case of MacVim, this is `-f`: back to journal. In the case of MacVim, this is `-f`:
<<<<<<< HEAD
```yaml ```yaml
editor: "mvim -f" editor: "mvim -f"
``` ```