Gary Fixler
Gary Fixler
vim2hs folds code by default. This change preserves that default, but allows adding `g:haskell_fold = 0` to your .vimrc (or similar) to opt out of folding by default on .hs...
``` ; clojure user=> (map vector [1 2 3] [4 5 6]) ([1 4] [2 5] [3 6]) ; timl (map vector [1 2 3] [4 5 6]) ; arity...
I'm having this issue with arpeggio.vim: https://github.com/kana/vim-arpeggio/issues/3 The following line maps 'u' and 't' separately to vim-arpeggio, and 'u' conflicts with vim-repeat: ``` Arpeggionnoremap ut etc... ``` I'm using the...
I predict case issues, but this would be useful. I very often have a small handful of known files in a directory and realize I want to jump to the...
Problem dependency: vcredist2022 Problem: I'm getting this error about a corrupted file/checksum issue: ``` 21:15:07 (INFO) Installing dependency [vcredist2022] in bottle [HueForge]. VC_redist.x86.exe (100%) ━━━━━━━━━━━━━━━━━━━━━━━━━ (13.2MiB/13.2MiB - 9.7MiB) 21:15:09 (INFO)...
I'm pretty sure I played this before in Firefox v. 39. It works in Chromium. I'm on 64-bit Ubuntu 14.10. Any thoughts?