Re: Syntastic check for clang (LLVM) on windows with third party libraries

2016-01-24 Thread Pinaki
The issue has been solved. Please have a look here at https://github.com/scrooloose/syntastic/issues/1672 -- View this message in context:

Syntastic check for clang (LLVM) on windows with third party libraries

2016-01-23 Thread Pinaki
I'm having a strange issue when using clang as my checker under syntastic plugin on Win 7. I'm using official GVim74 and Windows 7 x64. Clang is downloaded from http://llvm.org/releases/download.html and the version is LLVM 3.7.1. Here is my

Re: How can I pass user input value to vimgrep?

2014-05-23 Thread Pinaki
---Implementation of a simple feature ---Find in Files and Directories ---like Notepad++ - ---Created Edited by Pinaki Sekhar Gupta appugupta...@gmail.com ---Licence: No licence

Re: How can I pass user input value to vimgrep?

2014-05-22 Thread Pinaki
++ - ---Created Edited by Pinaki Sekhar Gupta appugupta...@gmail.com ---Licence: No licence is better than everything--- :menu Edit.Find\ in\ Files :Esc:Esc:call Find_in_Files

How can I pass user input value to vimgrep?

2014-05-21 Thread Pinaki
I am trying to write a small script to mimic the Notepad++ 's 'Find in Files' feature. First it collects information from the user e.g. search item, directory and file-type, then it should start performing. I got stumbled somewhere, after searching the Internet a lot I did not find any solution