Skip to content

Commit

Permalink
Adding 'known issues' section
Browse files Browse the repository at this point in the history
Referencing #7 about E768
  • Loading branch information
badouralix committed Jul 19, 2017
1 parent 1e60816 commit dbe994c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Limitation](#limitation)
- [Known issues](#known-issues)
- [Screenshot](#screenshot)

Installation
Expand Down Expand Up @@ -113,8 +113,16 @@ overridden by setting `g:livepreview_engine` variable:
let g:livepreview_engine = 'your_engine' . ' [options]'
```

Limitation
----------
Known issues
------------

### Swap error

An error `E768: Swap file exists` may occurs. See
[issue #7](https://github.com/xuhdev/vim-latex-live-preview/issues/7) to avoid
swap filename collision.

### Project tree

Currently, root file must be in the same directory or upper in the project tree
(otherwise, one has to save file to update the preview).
Expand Down

0 comments on commit dbe994c

Please sign in to comment.