Amadeus Demarzi

Results 40 comments of Amadeus Demarzi

If require were to change, my vote would go to require.js since it supports CommonJS, etc.

It looks like your patch may be merged in to mainline Vim!

@lkraav I use something like this to move around splits, which I find pretty intuitive ``` noremap j noremap k noremap h noremap l ```

Not sure I follow? `:w` would just write the selected buffer to disk. What I am wanting is say I create `file.md`, write some markdown in it, save it, then...

Awesome, thanks a bunch, will turn on logging and report back!

Alright, so I setup some logging for this [video](http://wtf.amadeus.wtf/monosnap/screencast_2017-10-18_00-00-50.mp4) And here is the output I got: ``` 2017-10-17 23:59:53,332 [INFO][/Users/amadeus/.vim/bundle/completor.vim/pythonx/completers/common/filename.py] start filename parse: import './ 2017-10-17 23:59:53,332 [INFO][/Users/amadeus/.vim/bundle/completor.vim/pythonx/completers/common/filename.py] completions: [({'menu':...

Yeah this bug is super destructive because often it happens in the middle of an insertion and `u` won't undo it the way you'd usually want it to.

Yeah, the merged PR fixed some cases of it, but not all

This seems to work well, thanks! The only other thing I've found though, is that getting the omnicomplete results locks up the UI for a few milliseconds. Is this just...