Skip to content

Commit ebf0ea7

Browse files
author
Masafumi Yokoyama
committed
plugin altr: Support sub dir source
1 parent 4883950 commit ebf0ea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin-settings/altr.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ call altr#define('%.service.js', '%.service.spec.js')
55

66
" gettext
77
call altr#define('doc/source/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
8+
call altr#define('doc/source/%/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
89

910
" Jekyll
1011
call altr#define('ja/_posts/%', 'en/_posts/%')

0 commit comments

Comments
 (0)