Re: Compile and Run Java Projects

2016-10-18 Thread Luc Hermitte
Hi, You should instead use the integrated :make/quickfix feature of vim. You'll have a much better user experience. First be sure that you have set javac as the make program. It's best done by sourcing compiler/javac.vim -> :runtime compiler/javac.vim I would have done it in a java ftplugin,

Re: how to turn off error-highlight of UTF-8 char(s) in perl-function names?

2016-10-18 Thread Paul
On Saturday, 15 October, 2016 at 08:01:04 BST, L. A. Walsh wrote: 1) How might this be fixed to remove this error checking any UTF-8 "alnum"-class char? This might help: Put the cursor on the target character, and do 「:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')」.

Re: Compile and Run Java Projects

2016-10-18 Thread Luis Henriquez-Perez
On Monday, October 17, 2016 at 6:08:35 PM UTC-4, Luis Henriquez-Perez wrote: > I am using vim to code my java projects. I've been noticing I've been jumping > back to the terminal a lot to compile and run my code. So I want to create a > function that does all this for me (and gets rid of the