On 2006-10-16T03:03:30+0200, Anupam Srivastava wrote: > So, I have downloaded and compiled ncurses in my local directory. Now > I want Vim to detect this new library. How to do it?
If you with library mean a .so, then including the path where it is stored in LD_LIBRARY_PATH before starting vim should do. /Allan
