Josh Priddle
Josh Priddle
I got the new webkit scrollbars working [here](https://github.com/itspriddle/github_textmate_preview/commit/74961a3da7144626cf94a92758642d31142b6af6).
Hey @thomasmerz Are you using any other listing plugins, such as syntastic? This plugin doesn't do anything on `:w` on its own (although you could add it with an `autocmd...
@mfiano it sounds like maybe there's a conflicting `autoload/netrw.vim` file that could be loading instead. Can you run `:set verbose=2` and `:runtime! autoload/netrw.vim` and send the output?
Hey @dndn I don't have access to Avada to test. Can you post their `class-avada-tgm-plugin-activation.php` so I can see what it looks like? I'm worried things like the `tgmpa_register` WP...
Need to dig into this more. It is unclear what may be impacted by setting `$_SERVER["PHP_SELF"]` in this way.
@LeuschkeTressa apologies for missing this for so long. Does `open -a "Marked.app"` (or `open -a "Marked 2.app"`) open Marked for you? I suspect that might not be working as expected....
That looks like the old version of Marked 1. I believe this could be fixed by adding the following to `~/.vimrc`: ```vim let g:marked_app = "Marked" ``` Note that version...
Don't think so. Do you have an app you can try on? If not I can test it a bit more next week.
@boone We do that on our other projects, so I opened #78 to point it to GitHub.
Can you supply the output of `vim --version` and your Marked.app version please? Also, what was the full file path you were trying this with? I doubt it is the...