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


Please Help Members By Posting Answers For Below Questions

What is difference between oop and pop?

611


How is polymorphism achieved?

583


What is destructor in oop?

621


What is overloading in oop?

572


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403






given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

2145


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

628


Can a varargs method be overloaded?

617


Is html an oop?

580


can we make game by using c

3417


What are the 4 main oop principles?

682


What is encapsulation in oop?

601


What is the real time example of encapsulation?

595


What is purpose of inheritance?

643


What is destructor example?

593