Re: test popupmenu question

2016-09-21 Fir de Conversatie h_east
Hi ChrisBra, Bram and list! 2016-9-12(Mon) 2:56:04 UTC+9 Christian Brabandt: > On So, 11 Sep 2016, h_east wrote: > > > Hi ChrisBra, Bram and list, > > 2016-7-24(Sun) 0:36:14 UTC+9 Christian Brabandt: > > > On Sa, 23 Jul 2016, Bram Moolenaar wrote: > > > > Christian Brabandt wrote: > > > I think

Re: [bug] lambda expressions

2016-09-21 Fir de Conversatie Ken Takata
Hi Bram, 2016/9/22 Thu 2:37:29 UTC+9 Bram Moolenaar wrote: > Christian Brabandt wrote: > > > Am 2016-09-21 00:00, schrieb Ken Takata: > > > Hi Christian, > > > > > > 2016/9/21 Wed 5:31:26 UTC+9 Christian Brabandt wrote: > > >> Hi, > > >> I think I found a bug with lambda expressions. > > >> >

Re: [vim/vim] filetype plugin not loaded when file opened from within vim rather than from command line (#326)

2016-09-21 Fir de Conversatie Christ van Willegen
Op 21 sep. 2016 23:40 schreef "Marty Chang" : > > Actually I ran :scriptnames inside Vim as suggested on another thread and found that the py.vim file I put inside ~/.vim/ftplugin didn't even execute. Shouldn't it be called python.vim then? Christ van Willegen -- --

Re: conflicts with in windows console vim (vim.exe), bug ?

2016-09-21 Fir de Conversatie Marvin Renich
* skywind3000 [160921 14:18]: > has been mapped to something in my vimrc, which works fine in > win32-gvim/macvim and linux/mac terminal vim (with backspace set to > 127/ctrl-? ) > > but in windows console vim, mapping will cause unable to > work properly (it appears

Re: Vim 8 for Windows uninstaller

2016-09-21 Fir de Conversatie Bram Moolenaar
Eugene Mikhantiev wrote: > Do you know that Vim 8 Windows uninstaller (vim was downloaded from > official site) remove all from C:\Program files\ directory? > I had kill the process until it reached the Emacs directory. But it > was a nice try, Vim developers! Haven't heard about this before.

Patch 8.0.0007

2016-09-21 Fir de Conversatie Bram Moolenaar
Patch 8.0.0007 Problem:Vim 7.4 is still mentioned in a few places. Solution: Update to Vim 8. (Uncle Bill, closes #1094) Files: src/INSTALLpc.txt, src/vimtutor, uninstal.txt *** ../vim-8.0.0006/src/INSTALLpc.txt 2016-09-06 21:57:36.0 +0200 --- src/INSTALLpc.txt

highlighting text

2016-09-21 Fir de Conversatie Markus Knecht
Hello, For a project I have to import some markings into vim and for that I'm writing a plugin. These markings are in the form of: line start, coloumn start, //the start character index line end, coloumn end, //the end character index message over the signs I have managed to mark

conflicts with in windows console vim (vim.exe), bug ?

2016-09-21 Fir de Conversatie skywind3000
has been mapped to something in my vimrc, which works fine in win32-gvim/macvim and linux/mac terminal vim (with backspace set to 127/ctrl-? ) but in windows console vim, mapping will cause unable to work properly (it appears that backspace also get mapped), After reading a lot of docs, I

Re: [bug] lambda expressions

2016-09-21 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Am 2016-09-21 00:00, schrieb Ken Takata: > > Hi Christian, > > > > 2016/9/21 Wed 5:31:26 UTC+9 Christian Brabandt wrote: > >> Hi, > >> I think I found a bug with lambda expressions. > >> > >> I was looking into writing some automated tests and was trying to use > >>

Re: Strange ENOENT error caused by vim.basic

2016-09-21 Fir de Conversatie gnd
Thank you, that sorted it out! I was expecting it will be sth of this kind, and since i'm new to vim, didnt know where to search. thanks again, gnd/ On 09/21/2016 01:48 PM, James McCoy wrote: > On Wed, Sep 21, 2016 at 02:19:04AM +0200, gnd wrote: >> However i noticed there is some trouble with

Re: Strange ENOENT error caused by vim.basic

2016-09-21 Fir de Conversatie James McCoy
On Wed, Sep 21, 2016 at 02:19:04AM +0200, gnd wrote: > However i noticed there is some trouble with the way vim.basic handles > file writes as compared to vim.tiny. The application i am using for > live-coding, constantly checks a file for modifications, and if the file > was modified, renders it

Strange ENOENT error caused by vim.basic

2016-09-21 Fir de Conversatie gnd
Hello, I recently switched to vim.basic on Xubuntu 16.10. Apart from many things i use it as a editing tool while doing live-coding performances. However i noticed there is some trouble with the way vim.basic handles file writes as compared to vim.tiny. The application i am using for

Vim 8 for Windows uninstaller

2016-09-21 Fir de Conversatie Eugene Mikhantiev
Hi! Do you know that Vim 8 Windows uninstaller (vim was downloaded from official site) remove all from C:\Program files\ directory? I had kill the process until it reached the Emacs directory. But it was a nice try, Vim developers! Best regards, Eugene -- -- You received this message from the

Re: [bug] lambda expressions

2016-09-21 Fir de Conversatie Christian Brabandt
Am 2016-09-21 00:00, schrieb Ken Takata: Hi Christian, 2016/9/21 Wed 5:31:26 UTC+9 Christian Brabandt wrote: Hi, I think I found a bug with lambda expressions. I was looking into writing some automated tests and was trying to use the new lambda expressions. However this does not work as