Chris Petrunoff

Results 16 comments of Chris Petrunoff

so `a|o` is basically: split, make dir listing buffer without using cache?

what about: https://github.com/justinmk/vim-dirvish/blob/e4b3c4b62d0ddb2d24aa8f9fcf3820f6d6de4ebf/ftplugin/dirvish.vim#L23 changed to (something like): `execute 'nnoremap '.s:nowait.' o :exe "split +edit\\" fnameescape(getline("."))wincmd p'`

`w3m -dump file://$PWD` works, using the generic protocol approach, so it would in theory work for any url supported by `w3m`. that introduces a dependency though, and many probable issues,...

`lynx -dump -nonumbers file://$PWD` lynx actually works well, not adding formatting and html nonsense

i got dirvish to work using the `file://` protocol with lynx, as opposed to `glob()`. the bad part is that there is a lot of code which makes `isdirectory()` `isreadable()`...

#86 shows the barebones implementation. i've only tested on a local ftp server

good progress with ^^. still depends on an awful hack though: https://github.com/bounceme/remote-viewer/blob/master/plugin/remotedir.vim#L78

thanks for the information. The main issue is being caused by the calculating syntax. This is necessary for the plugin to ignore parens that are in strings or comments etc....

what about github.com ? says it is clean and mergeable