Hi there. I have a script that set some environment variables using let, like: let $TAB_WIDTH=4
Then another script use this environment variable to setup some options in vim, I am trying to use: set tabstop=$TAB_WIDTH But I always get an error that a number is expected after the equal sign. Is there any way to use variables, and more specific, environment variables in statements using the set command? thanks -- Un saludo Best Regards Pablo Giménez --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
