Hi All-- I've tried several ways, but none of them seem to work. I think this _ought_ to work:
let mylines="$VIM_LINES"+0 let mycolumns="$VIM_COLUMNS"+0 set lines=mylines set columns=mycolumns but when I edit a file I get: Error detected while processing /home/ivanlaningham/.gvimrc: line 29: E521: Number required after =: lines=mylines Clearly I don't understand what I'm doing. Can anyone explain what I'm missing? Metta, Ivan -- Ivan Van Laningham God N Locomotive Works http://www.pauahtun.org/ http://www.python.org/workshops/1998-11/proceedings/papers/laningham/laningham.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
