Merge remote-tracking branch 'jkonecny/master-fix-doc-escape'

This commit is contained in:
Maxime Coste 2016-05-12 00:03:20 +01:00
commit a18030a531

View File

@ -1125,7 +1125,7 @@ general highlighters are:
* `regex <ex> <capture_id>:<face>...`: highlight a regex, takes the regex as
first parameter, followed by any number of face parameters.
For example: `:addhl regex //(\h`TODO:)?[^\n]` 0:cyan 1:yellow,red`
For example: `:addhl regex (\hTODO:)?[^\n] 0:cyan 1:yellow,red`
will highlight C++ style comments in cyan, with an eventual 'TODO:' in
yellow on red background.
* `dynregex`: Similar to regex, but expand (like a command parameter would) the