Closed 0xff91 closed 5 years ago
@andreypopp Do you want to have a look at this? There's a bug in the NeoVim highlighting code.
@w0rp ok, let's merge this also — https://github.com/w0rp/ale/pull/2475
Aha, thank you. I have merged that now.
@0xff91 git pull
again and try it again.
Aha, thank you. I have merged that now.
@0xff91
git pull
again and try it again.
it works well, tku very much
I am getting a message in a program "‘Entry’ object is not callable
". Anyone knows how to correct this?
The piece of code is:
b_name = Label(top, text='BOOK NAME', font=('bold', 10))
b_name.place(relx=0.1, rely=0.3, anchor=W)
global e_bname
e_bname = Entry(top)
e_bname.place(relx=0.6, rely=0.3, anchor=E)
e_bname.config(width=30)
I have used Entry only this way six times and all are giving the same warning. There is no syntax error in this code. The message that console is giving is "'Entry' object is not callable
" and the operation is not getting performed.
Information
VIM version
NVIM v0.4.0-647-gf86f0a8bc
Operating System: arch linux, kernel:5.0.10
What went wrong
i go to the definition in a new buffer, but when i go back to the code buffer, it shows line number outside range, i donot know why.
the messages below:
Reproducing the bug
:ALEInfo
in the definition buffer, aleinfo:
back the code buffer, ale info: