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 co

Updated Vim 8.0 available with 69 patches

2016-11-17 Thread Bryce Orgill
Does this include fixes for my last post: "after vim 8 installation, yanking (yy) doesn't work in global command and macros"? I couldn't see anything related on this in the history. Bryce -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the

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

2016-11-17 Thread Ben Fritz
On Wednesday, November 16, 2016 at 11:57:57 AM UTC-6, Dugan Chen wrote: > I've been experimenting with native packages > (~/.vim/pack/me/start/{repo1,repo2}, and I've noticed that they don't seem to > support plugins that include syntax files that are meant to override the ones > included with v