How to complete popup as I type

2016-01-12 Thread Rudra Banerjee
I am trying to use complete() in vim so that it reads the value as well. For example, from vim's complete() example, inoremap =ListMonths() func! ListMonths() call complete(col('.'), ['January', 'February', 'March', \ 'April', 'May', 'June', 'July', 'August', 'September', \ 'October',

Re: How to complete popup as I type

2016-01-12 Thread Luc Hermitte
Hi, > I am trying to use complete() in vim so that it reads the value as > well. > > For example, from vim's complete() example, > [...] > > if I type I will get all the months as a pop up. Now, what I > want is, if I type "J", only January, June and July will be shown, > "Ju" will give June a

Make vim use hunspell?

2016-01-12 Thread Metal Heart
Hi users and experts, I am aware vim has it's own spellchecker, and uses .spl files that can be generated by mkspell from hunspell dictionary files. Here's the thing - I am trying to use same spellchecking files for vim, Libreoffice, and OmegaT (an opensource translation memory system), as I do

Re: Try this with release gvim74-1024.exe

2016-01-12 Thread Christian Brabandt
Hi 'Suresh! On Mo, 11 Jan 2016, 'Suresh Govindachar' via vim_use wrote: > > On windows 7, 64 bit, using gvim74-1024.exe from vim.org site > (version is 1023, not 1024!): > > The attached archive has the file try_loading_me.txt with the modeline: > ># vim: set ft=notes syntax=off: > > The

mouse not working correctly

2016-01-12 Thread Hashjie
Hello everyone, Currently I have a .vimrc which contains set mouse=a. Which should add mouse support to my vim. When I check out :version +mouse is in there and +mouse_xterm aswell. Whenever I scroll open documents with my mousewheel all seems to work fine. However I can not click on different

Re: Make vim use hunspell?

2016-01-12 Thread Bram Moolenaar
Metal Heart wrote: > Hi users and experts, > > I am aware vim has it's own spellchecker, and uses .spl files that can > be generated by mkspell from hunspell dictionary files. > > Here's the thing - I am trying to use same spellchecking files for > vim, Libreoffice, and OmegaT (an opensource tr

Re: mouse not working correctly

2016-01-12 Thread Hashjie
I think it has to do something with me compiling vim through cygwin and using cygwin connector with conemu. I've been advised to use the official vim with conemu but that is giving me weird characters and bugs out my entire vim for some reason. The custom compiled version I have right now does s

Re: Try this with release gvim74-1024.exe

2016-01-12 Thread Bram Moolenaar
Suresh Govindachar wrote: > On windows 7, 64 bit, using gvim74-1024.exe from vim.org site (version > is 1023, not 1024!): > > The attached archive has the file try_loading_me.txt with the modeline: > > # vim: set ft=notes syntax=off: > > The archive also has the following vimfiles associa

Re: Something's broken in gvim74-1024.exe

2016-01-12 Thread Bram Moolenaar
Subject Govindachar wrote: > Just now, tried gvim74-1024.exe on Windows 7 64 bit. There is a > particular text file that I have open in Vim always. > > This latest vim (and gvim) just sits there unable to open this file. How do you open the file? Have you tried another way (first starting gvi

Re: Try this with release gvim74-1024.exe

2016-01-12 Thread Christian Brabandt
Hi 'Suresh! On Di, 12 Jan 2016, 'Suresh Govindachar' via vim_use wrote: > On 1/12/2016 1:50 PM, Bram Moolenaar wrote [indicating need to send > files archived in a format netrw can read, which isn't .7z] > > Summary: The following reproducible steps work as expected on > 7.4.0, but cause 7.4.10

Re: Try this with release gvim74-1024.exe

2016-01-12 Thread h_east
Hi, 2016-1-13(Wed) 15:48:44 UTC+9 Christian Brabandt: > Hi 'Suresh! > > On Di, 12 Jan 2016, 'Suresh Govindachar' via vim_use wrote: > > > On 1/12/2016 1:50 PM, Bram Moolenaar wrote [indicating need to send > > files archived in a format netrw can read, which isn't .7z] > > > > Summary: The fo