| hacosta | hi, it's me agian, i used to have a setting in my vimrc that allowed the colorscheme background to be used instead of my terminal background i can't remember it |
| xenoterracide | set background=dark |
| hacosta | wee! thanks |
| xenoterracide | or light ;) np |
| sanmarcos | why cant I do >> (indent) on lines that start with # ? |
| frogonwheels | cindent (cindent is on and treating them like preprocessor lines) |
| cp1134 | in a vim script how would you get the current line in a file? i want to assign the current line to a variable to do some tests on it |
| frogonwheels | let myval = getline('.') |
| jcreigh | :help line() oh, current line, not current line number yeah, listen to frogonwheels |
| cp1134 | cool thanks guys |
| dhon | I've installed cream on windows in order to get the latest build of vim and I can't find the command line vim.exe program is there some option that forces gvim to launch in cli mode? |
| frogonwheels | dhon: you needn't install full cream - there's a skim version of the exe somewhere dhon: not in windows (if only) |
| dhon | yeah, I realise that would have been better now.. thought I'd check out what cream had to offer not for me though |
| frogonwheels | not me either - but the exe is good - that's the one i use |
| dhon | my old non-cream-vim install had a cli vim.exe it just doesnt seem to be in the cream version |
| frogonwheels | mine has one. |
| dhon | (or is it in the skim) ah I'll give it a go thanks |
| frogonwheels | Should be in the directory with gvim.exe there may not be a vim.bat link to it in c:\windows depending on how you exec it. |
| dhon | I've got the vim70 dir in my path |
| frogonwheels | ok - that's probably the best way. dhon: do you have a 'which' that works? |
| dhon | so do you have vim.exe and vim.bat? |
| frogonwheels | yep |
| dhon | yeah |