Skip to content

Commit

Permalink
Documentation update (Issue #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
aserebryakov committed May 27, 2015
1 parent 84ffdcc commit 1888c95
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ to your `.vimrc`:

let g:filestyle_ignore_patterns = ['^\(> \?\)\+$']

##### Notes

* `textwidth` change can not be handled automatically. `FileStyleCheck` must
be executed to update highlighting

Contribution
------------

Expand Down
6 changes: 6 additions & 0 deletions doc/filestyle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ your `.vimrc`:

let g:filestyle_ignore_patterns = ['^\(> \?\)\+$']

Notes
-----

* |textwidth| change can not be handled automatically. |FileStyleCheck| must
be executed to update highlighting

==============================================================================
4. Contribution *FileStyleContribution*

Expand Down
9 changes: 9 additions & 0 deletions doc/tags
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
:FileStyleActivate filestyle.txt /*:FileStyleActivate*
:FileStyleCheck filestyle.txt /*:FileStyleCheck*
:FileStyleDeactivate filestyle.txt /*:FileStyleDeactivate*
:FileStyleDisable filestyle.txt /*:FileStyleDisable*
:FileStyleEnable filestyle.txt /*:FileStyleEnable*
:FileStyleFix filestyle.txt /*:FileStyleFix*
FileStyleChangelog filestyle.txt /*FileStyleChangelog*
FileStyleContents filestyle.txt /*FileStyleContents*
FileStyleContribution filestyle.txt /*FileStyleContribution*
FileStyleCredits filestyle.txt /*FileStyleCredits*
FileStyleInstallation filestyle.txt /*FileStyleInstallation*
FileStyleIntroduction filestyle.txt /*FileStyleIntroduction*
FileStyleLicense filestyle.txt /*FileStyleLicense*
FileStyleUsage filestyle.txt /*FileStyleUsage*
filestyle filestyle.txt /*filestyle*
filestyle.txt filestyle.txt /*filestyle.txt*
g:filestyle_ignore filestyle.txt /*g:filestyle_ignore*
g:filestyle_ignore_patterns filestyle.txt /*g:filestyle_ignore_patterns*

0 comments on commit 1888c95

Please sign in to comment.