Skip to content

Commit bc7f39f

Browse files
author
Bruno Sutic
committed
Improve compiler
%:p uses full file path Fixes #5
1 parent fcbf9a7 commit bc7f39f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### master
44
- do not remap `K` if normal mode mapping is already defined
5+
- update compiler file
56

67
### v3.0.0, 2014-11-16
78
- add a minor indentation rule for multi-line strings.

compiler/tmux.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif
1010
let s:cpo_save = &cpo
1111
set cpo-=C
1212

13-
CompilerSet makeprg=tmux\ source-file\ %
13+
CompilerSet makeprg=tmux\ source-file\ %:p
1414

1515
CompilerSet errorformat=
1616
\%f:%l:%m,

0 commit comments

Comments
 (0)