Skip to content

Commit 4883950

Browse files
author
Masafumi Yokoyama
committed
plugin altr: Support all format
1 parent bdf94c2 commit 4883950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-settings/altr.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ call altr#define('%.js', '%.controller.js', '%.html')
44
call altr#define('%.service.js', '%.service.spec.js')
55

66
" gettext
7-
call altr#define('doc/source/%.rst', 'doc/locale/ja/LC_MESSAGES/%.po')
7+
call altr#define('doc/source/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
88

99
" Jekyll
1010
call altr#define('ja/_posts/%', 'en/_posts/%')

0 commit comments

Comments
 (0)