Skip to content

Commit

Permalink
expand tabs in documents
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jul 10, 2013
1 parent 03411d1 commit 9cd4fa1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Expand Up @@ -21,6 +21,13 @@ indent_style = space
indent_size = 2
tab_width = 8

[{HISTORY,history}]
; [HISTORY] doesn't work?
indent_style = space

[doc/*]
indent_style = space

[win32/*]
end_of_line = crlf

Expand Down
4 changes: 2 additions & 2 deletions HISTORY
Expand Up @@ -5,8 +5,8 @@ History of Onigmo (Oniguruma-mod)
2013/07/03: [dist] update LTVERSION to "5:0:5".
2013/07/02: [bug] (thanks Akinori MUSHA and Ippei Obayashi)
Fix a renumbering bug in condition regexp with a named
capture.
see: https://bugs.ruby-lang.org/issues/8583
capture.
see: https://bugs.ruby-lang.org/issues/8583
2013/05/30: [dist] Merge Oniguruma 5.9.3 and 5.9.4.
Also change the version of autotools.
(automake 1.11.1, autoconf 2.65, libtool 2.2.6b)
Expand Down
2 changes: 1 addition & 1 deletion doc/API
Expand Up @@ -247,7 +247,7 @@ Onigmo (Oniguruma-mod) API Version 5.11.4 2011/10/08


# OnigPosition onig_match(regex_t* reg, const UChar* str, const UChar* end,
const UChar* at, OnigRegion* region, OnigOptionType option)
const UChar* at, OnigRegion* region, OnigOptionType option)

Match string and return result and matching region.

Expand Down
2 changes: 1 addition & 1 deletion doc/API.ja
Expand Up @@ -248,7 +248,7 @@ Onigmo インターフェース Version 5.11.4 2011/10/08


# OnigPosition onig_match(regex_t* reg, const UChar* str, const UChar* end,
const UChar* at, OnigRegion* region, OnigOptionType option)
const UChar* at, OnigRegion* region, OnigOptionType option)

文字列の指定位置でマッチングを行い、結果とマッチ領域を返す。

Expand Down

0 comments on commit 9cd4fa1

Please sign in to comment.