| jontec | yo momma |
| hobbs | jontec: ... |
| somian | One is (HP DESKJET 3820 USB #1) and the second is (HP DeskJet 3820 USB CN26Q1R29M18 HPLIP) -- giving only the parenthesizes expanded desc parts |
| hobbs | jontec: try reading before writing :) tag: if getline(1)[0] == '#' && getline(1) =~ 'perl' setf perl return 1 tag: something is setting the filetype before you manage to get there, and AFAIK it can't be anything standard |
| tag | adding a printer is easy in ubuntu, System -> Administration -> Printing -> New Printer |
| jontec | whoops... I just get names confused |
| tag | hobbs: it seems to be standard, let me try with a user that has no ~/.vim or ~/.vimrc |
| somian | Do I want a HPLIP printer, or an unadorned printer? ;-) |
| hobbs | somian: if you need hplip to support printing to that printer, then you probably want to choose the hplip device tag: you're sure nothing could have written to global vimfiles? |
| somian | wikipedia time! Yay, I'm not a lama again! |
| tag | hobbs: yeah, unless the vim ubuntu package is fucked. fuck |
| hobbs | tag: it symlinks /usr/share/vim/vimfiles to /etc/vim (I just checked) but is otherwise okayish |
| tag | it must be my vim configuration |
| somian | IMHO the Vim ubuntu package is proving to be a bit of a problem. |
| jpeg | it actually sounds like you've got ft detect off |
| hobbs | tag: grep your .vim for "au BufRead" as a first guess |
| somian | It has already come up twice before now this week alone in my sphere (i.e. my own experience, and this channel) |
| tag | hobbs: Right the two I have are sensical au BufNew,BufRead *.js silent setlocal cino=t0+0 au BufNew,BufRead *.xml silent setlocal sw=2 sts=2 nowrap expandtab tw=0 |
| hobbs | yeah, don't see a problem there |
| somian | It's a minimal stripped-down build of vim and imho everyone serious needs to upgrade it as soon as they install ubuntu |
| hobbs | somian: oh well, yeah, you want vim-full or vim-gtk or something like that. I don't think that's tag's problem |
| somian | vim with PERL, hobbs, so I ken bild the WEb wit it! |
| hobbs | I've never seen anyone embed perl in vim ;) |
| somian | Damn even when I *try* to type "teh" I cannot ;-) hobbs: you aren't serious, right? |
| hobbs | I am. I've really never seen any live vim-perl code |
| tag | I totally rock vim-gnome because I'm a gnome loving hippie |
| jontec | I don't have syntax highlighting at all in *ubuntu |
| somian | hobbs: you are uninformed my good man. |
| tag | jontec: :syn on |