For your first problem. . I suspect that you did not extract all the files in the archive (that c.vim entered). The c.vim documentation (README.csupport) says:
Subdirectories in the cvim.zip zip archive mirror the directory structure that is needed below the local installation directory $ HOME / .vim / for LINUX / UNIX ($ VIM / vimfiles / for Windows)
This means that you need to unzip the entire archive as it is in your vimfiles directory.
The following are some other steps that are described in detail in the documentation.
Regarding the second problem : you need a Makefile for this. If you have never done this before, I suggest using cmake to create a Makefile. You will also need GNU tools for Windows; Cygwin or MinGW are the most popular choice. I do not use them, it's easier to do all this on some * nix :) operating system :).
When done, use :cd (if you are not in your working directory) and :make . Use :cl to display compiler output,: :cn to go to the next error. There are other useful compilation commands. You may find these resources useful:
In addition, I found Nerd Commenter a very useful companion.
I found that Vim acts like an alien on Windows; it is intended for a * nix-like operating system. I think that for him you can create a similar environment and use it mostly successfully, but on some Linux device it’s much easier, because it’s “instantly home”.
Anyway, if you want to stick with Windows, I think you can find a way to accomplish what you want. Good luck.
Tamás Szelei
source share