I install YCM(You complete me), and when I coding, I found the command $ is not work right. It doesn't jump to the end of line, but the last one . For exampl, a line in a.cpp:
#include| <sys/socket.h>
now the cursor is after the include, then I type $, try jump to the end of line, but I get the following as a result:
#include <sys/socket.h|>
How can I do to make it work right?

