Bit Wombat

Results 21 comments of Bit Wombat

Absolute go beginner here, running into this early in my vim-go usage. `go run` works from CLI, `:GoRun` giving OP's error. All my fault of course, (needed to `go mod...

> I have a worry around keeping version history understandable - how can we apply a tool sensibly around areas that are changing? Not sure I understand the worry when...

After a major clean-up of my .vimrc, I'm unable to reproduce this. Closing.

So, necro-bug. This was happening again. My test setup is only: `pathogen` in `.vim/autoload` `vim-css-color` in `.vim/bundle` And only this in my .vimrc: ``` set foldmethod=indent set foldlevelstart=1 let g:php_folding=1...

> Silly question first: have you confirmed that it doesn’t happen without vim-css-color loaded? Yes. With that stripped-down configuration, I can comment the pathogen#infect() call in and out, and also...

Ick. Glad you've reproduced it. No, no `syntax on`. It isn't getting turned on; folding is by indent if that's what was confusing you. Everything's shown there.

> What does :scriptnames tell you? ```` 1: /usr/share/vim/vimrc 2: /usr/share/vim/vim74/debian.vim 3: /usr/share/vim/vim74/syntax/syntax.vim 4: /usr/share/vim/vim74/syntax/synload.vim 5: /usr/share/vim/vim74/syntax/syncolor.vim 6: /usr/share/vim/vim74/filetype.vim 7: ~/.vimrc 8: ~/.vim/autoload/pathogen.vim 9: /usr/share/vim/vim74/ftoff.vim 10: /usr/share/vim/vim74/plugin/getscriptPlugin.vim 11: /usr/share/vim/vim74/plugin/gzip.vim 12:...

Same error shows up in the Vim popup.

> The someOf matcher is already implemented. Please see the documentation Oops, missed that, sorry. Yep, that's one of them, but doesn't look like it supports associative arrays? > The...

I've you're using Vim's built-in Markdown syntax file (check `:scriptnames`), then you'll need to `:set foldmethod=expr`.