Aljosa Mohorovic wrote: > i have some paths and other stuff defined in bashrc and when i start > vim from command line everything works but when i use gvim it seems > like stuff i defined in bashrc are not loaded. > any idea what's wrong? > > Aljosa
What operating system? What window manager? Etc. How are you starting gvim? Does logging out and back in (or restarting) help? Vim inherits its environment from whatever started it. If you start it from your desktop, where does your desktop get its environment from? Whatever started that. Quite possibly your login shell. But its stuff got set when you logged in, so it won't take effect until you log out and in again. If you provide more specifics though, someone can probably give you more specific assistance (probably not me as I'm on a Mac, so it's quite different!). Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
