What is the difference between Home and $Home?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chakri
A "home" is where you live your life. A "house" is where you pose waiting for the photographers to show up.
| Is This Answer Correct ? | 3 Yes | 11 No |
Can you inherit a private class?
what is difference between objects and function
What is the difference between class and structure?
write a programe to calculate the simple intrest and compund intrest using by function overlading
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What is a null tree?
What is encapsulation in oop?
Why do we use class?
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
Program to read a comment string
Why static functions always uses static variables?
how to find the correct email address format by using the programe?