Skip to content

Commit

Permalink
Improve compiler
Browse files Browse the repository at this point in the history
%:p uses full file path

Fixes #5
  • Loading branch information
Bruno Sutic committed Apr 3, 2015
1 parent fcbf9a7 commit bc7f39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### master
- do not remap `K` if normal mode mapping is already defined
- update compiler file

### v3.0.0, 2014-11-16
- add a minor indentation rule for multi-line strings.
Expand Down
2 changes: 1 addition & 1 deletion compiler/tmux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif
let s:cpo_save = &cpo
set cpo-=C

CompilerSet makeprg=tmux\ source-file\ %
CompilerSet makeprg=tmux\ source-file\ %:p

CompilerSet errorformat=
\%f:%l:%m,
Expand Down

0 comments on commit bc7f39f

Please sign in to comment.