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 ebf0ea7 commit 04876bfCopy full SHA for 04876bf
plugin-settings/altr.vim
@@ -4,6 +4,7 @@ call altr#define('%.js', '%.controller.js', '%.html')
4
call altr#define('%.service.js', '%.service.spec.js')
5
6
" gettext
7
+" POからソースへの移動はC-^とかでやる想定だけど、もっとうまいやり方があるかも
8
call altr#define('doc/source/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
9
call altr#define('doc/source/%/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
10
0 commit comments