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
write string class as your own class in java without using any built-in function
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Which is not an object oriented programming language?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is oops and its features?
What is difference between pop and oop?
What is a null tree?
What is encapsulation in oops?
What are benefits of oop?
What is a function in oop?
What is the real time example of inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is a class in oop?
What is use of overloading?
What is overriding in oop?