What is the difference between Home and $Home?
Answer Posted / jaya
In Vim, your home directory is specified with $HOME. On Unix
systems, this is your ~ directory. On Windows systems, the
best way to find the value of $HOME is from within Vim, as
follows
:version
:echo expand('~')
:echo $HOME
:echo $VIM
:echo $VIMRUNTIME
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use inheritance?
What type of loop is a for loop?
What is a class oop?
What are the data types in oop?
• What are the desirable attributes for memory managment?
Who invented oop?
How do you achieve runtime polymorphism?
How long to learn object oriented programming?
What is the significance of classes in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is interface in oop?
Can static class have constructor?
How oops is better than procedural?
what type of question are asked in thoughtworks pair programming round ?
What are the benefits of oop?