#43351: tmux @1.9a; wrong file is copied to vim's ftdetect, breaking vim syntax -----------------------+-------------------------------- Reporter: vergus@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: tmux | -----------------------+-------------------------------- Comment (by tessarek@…): I'm a little bit confused. 2 lines up, the file tmux.vim is copied from ./examples/tmux.vim into the syntax directory: {{{ xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/syntax xinstall -m 0644 ${worksrcpath}/examples/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax }}} So the file is never copied to `${filespath}`, so how can the file be there? Maybe I'm missing something here, but the tmux.vim file is a syntax file. So something is off. Or is there another file on the server that has the same name, but a different content? As I said, I'm confused. -- Ticket URL: <https://trac.macports.org/ticket/43351#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X