Melandel

Results 13 issues of Melandel

Given a server was requested to start When the projects are done loading Then any existing buffer whose path is under one of the projects should be associated with the...

It would be nice to use vim's folding feature on C# files

Hello, I have trouble having both colors and arrow/home/end keys work in vifm.vim. With the default `termwintype`, I have: * incorrect colors * support for arrow keys When trying to...

Hello, I have noticed that for this bob file: ``` .----------. .----------. |{w} A |-->|{w} B | '----------' '----------' .----------. .----------. |{w} A |

bug
enhancement

Hello, I am using Windows 10 (version 19536.1000) and windows powershell 5.1. My database is in a docker container. When writing `\e` in the prompt, I get the following error...

bug
area: interactive

Hello, Here's a [repository I made for reproducing](https://github.com/Melandel/demo.omnisharpvim.bug.nunitTheory) the following observation: * `v2/codestructure` detects a test on the following code: ```cs using NUnit.Framework; namespace demo.omnisharpvim.bug.nunitTheory { public enum Color {...

test support

Hello, Currently I run `omnisharp.exe --encoding utf-8` but when I use the RunTest endpoint, the output has broken characters because the output encoding depends on my system: ![image](https://user-images.githubusercontent.com/48007894/79117885-9e1fd080-7d8c-11ea-807a-76def27c82fa.png) Would it...

question
test support

**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...

bug

**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...

enhancement
question

**In order to reproduce:** ``` let g:OmniSharp_start_server = 0 let g:OmniSharp_selector_ui = '' ``` Have 2 solutions `Foo.sln` and `Bar.sln` for a given `Foo.cs` file in some csproj **Analysis:** At...