Karl Nilsson

Results 153 comments of Karl Nilsson

actually the limit should be configurable with a default that retains the current behaviour (only scanning the same dir as the file).

Hi thanks for the report - tricky one to debug as you say. would you be able to give me a list of the vim-fsharp commands you typically use so...

Hi - I have been seeing similar things myself now particularly with projects that have project references to other projects. What is your project structure for when you see this?

if in a new session you only open files from A then leave it - does it still happen?

I don't have any such system to test on so support for WSL would have to come from a contribution. PR's welcome.

Mostly this should be a matter of detecting how to run fsac somewhere near [here](https://github.com/fsharp/vim-fsharp/blob/master/ftplugin/fsharpvim.py#L76) and do so. Atm it first tries with `mono` then without.

Hi, It seems like a recent vim update has made vim-fsharp no longer work with vim with python3 support. Try installing or re-installing vim with python2 support.

Have you got syntastic installed? On Sun, 8 Jan 2017 at 13:07, Matthias Schlaipfer wrote: > I've followed the steps to install vim-fsharp via Pathogen on Linux, but > nothing...