We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf94c2 commit 4883950Copy full SHA for 4883950
plugin-settings/altr.vim
@@ -4,7 +4,7 @@ call altr#define('%.js', '%.controller.js', '%.html')
4
call altr#define('%.service.js', '%.service.spec.js')
5
6
" gettext
7
-call altr#define('doc/source/%.rst', 'doc/locale/ja/LC_MESSAGES/%.po')
+call altr#define('doc/source/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
8
9
" Jekyll
10
call altr#define('ja/_posts/%', 'en/_posts/%')
0 commit comments