We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbf9a7 commit bc7f39fCopy full SHA for bc7f39f
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
### master
4
- do not remap `K` if normal mode mapping is already defined
5
+- update compiler file
6
7
### v3.0.0, 2014-11-16
8
- add a minor indentation rule for multi-line strings.
compiler/tmux.vim
@@ -10,7 +10,7 @@ endif
10
let s:cpo_save = &cpo
11
set cpo-=C
12
13
-CompilerSet makeprg=tmux\ source-file\ %
+CompilerSet makeprg=tmux\ source-file\ %:p
14
15
CompilerSet errorformat=
16
\%f:%l:%m,
0 commit comments