Re: How to load updated syntax files using native packages?

2016-11-18 Thread Dugan Chen
> Is that related to your symbolic link you mentioned? I wonder if it actually > does cause an impact. It... looks like that might actually be the case. I tried again with ~/.vim/pack as a normal directory and not as a symbolic link. Now, ~/.vim/pack was second in the runtimepath after ~/.vim.

Re: How to load updated syntax files using native packages?

2016-11-18 Thread Ben Fritz
On Thursday, November 17, 2016 at 10:54:22 PM UTC-6, Dugan Chen wrote: > > If I clone it as ~/.vim/pack/me/start/python-syntax and then start vim > without a .vimrc, then I get this as the output for "set rtp": > >

Re: How to load updated syntax files using native packages?

2016-11-17 Thread Dugan Chen
Before you ask about the paths: ~/.vim/pack is a symbolic link. I assume that's not a problem. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You

Re: How to load updated syntax files using native packages?

2016-11-17 Thread Dugan Chen
On Thursday, November 17, 2016 at 8:39:39 AM UTC-8, Ben Fritz wrote: > Vim *inserts* the package directories prior to the distributed runtime files. > So it *should* find your package syntax files first. > Posting your actual 'runtimepath' may help. Also see the output of the > :scriptnames