Re: [bug] vim+tmux: current line changes when using mouse to switch between buffers

2017-01-13 Fir de Conversatie Kazunobu Kuriyama
2017-01-13 7:10 GMT+09:00 Jon Seidel : > I use vim in a tmux window a lot. And when I open a session (using > OpenSession) I usually have a number of buffers open. > > I use the mouse to switch between buffers; when I click in a buffer with > the mouse, the the text in the

Re: Fixed CSS's class name highlight was broken in some cases

2017-01-13 Fir de Conversatie Bram Moolenaar
Ryuichi Hayashida wrote: > Hi Jules, Bram, and team > > I found that highlight of CSS's class names is broken in below cases: > > - class name is one character > - class name starts with under score > > I fixed them. Please find attached css.vim.patch. > > Repro: Execute below shell commands

Patch 8.0.0178

2017-01-13 Fir de Conversatie Bram Moolenaar
Patch 8.0.0178 Summary:command count test fails on MS-Windows Problem:test_command_count may fail when a previous test interferes, seen on MS-Windows. Solution: Run it separately. Files: src/testdir/test_alot.vim, src/testdir/Make_all.mak ***

Patch 8.0.0177

2017-01-13 Fir de Conversatie Bram Moolenaar
Patch 8.0.0177 Problem:When opening a buffer on a directory and inside a try/catch then the BufEnter event is not triggered. Solution: Return NOTDONE from readfile() for a directory and deal with the three possible return values. (Justin M. Keyes, closes #1375,

Re: [bug] vim+tmux: current line changes when using mouse to switch between buffers

2017-01-13 Fir de Conversatie James McCoy
On Jan 13, 2017 7:38 AM, "Jon Seidel" wrote: I use vim in a tmux window a lot. And when I open a session (using OpenSession) I usually have a number of buffers open. I use the mouse to switch between buffers; when I click in a buffer with the mouse, the the text in the buffer

Re: [vim/vim] <C-]> issue using Portuguese-Brazil keyboard layout (#1378)

2017-01-13 Fir de Conversatie Tony Mechelynck
On Fri, Jan 13, 2017 at 6:31 PM, Eduardo Sousa wrote: > When I'm using a portuguese keyboard layout, and I press , vim > identifies it as , which makes me unable to navigate help files using > this kind of keyboards Finding a specific control key for a

Why can't we have setlocal formatprg?

2017-01-13 Fir de Conversatie bradford
I just discovered a great tool that allows me to format my javascript code. I want that tool available for just javascript -- when I switch to a scratch buffer, I want default formatting for text. Unfortunately, formatprg is global. When looking through some of the plugin code in the main

Re: [vim/vim] Do `BufEnter` for directories. (#1375)

2017-01-13 Fir de Conversatie Bram Moolenaar
Justin M. Keyes wrote: > Abuse NOTDONE to give some nuance to the return value of readfile(), so > that open_buffer() can distinguish between "general failure" and "failed > because the path is a directory". > > Before this change, Vim *already* creates a new buffer when a directory > is

Re: [vim/vim] <C-]> issue using Portuguese-Brazil keyboard layout (#1378)

2017-01-13 Fir de Conversatie Charles E Campbell
Eduardo Sousa wrote: > > When I'm using a portuguese keyboard layout, and I press ||, vim > identifies it as ||, which makes me unable to navigate help files > using this kind of keyboards > > Hello: First, I have no idea what a portuguese keyboard layout is like. I doubt that vim is

Re: Fixed CSS's class name highlight was broken in some cases

2017-01-13 Fir de Conversatie Ryuichi Hayashida
2017年1月14日土曜日 5時53分05秒 UTC+9 Bram Moolenaar: > Ryuichi Hayashida wrote: > > > Hi Jules, Bram, and team > > > > I found that highlight of CSS's class names is broken in below cases: > > > > - class name is one character > > - class name starts with under score > > > > I fixed them. Please find

Fixed CSS's class name highlight was broken in some cases

2017-01-13 Fir de Conversatie Ryuichi Hayashida
Hi Jules, Bram, and team I found that highlight of CSS's class names is broken in below cases: - class name is one character - class name starts with under score I fixed them. Please find attached css.vim.patch. Repro: Execute below shell commands - $ cat

Re: [bug] vim+tmux: current line changes when using mouse to switch between buffers

2017-01-13 Fir de Conversatie Tony Mechelynck
On Thu, Jan 12, 2017 at 11:10 PM, Jon Seidel wrote: > I use vim in a tmux window a lot. And when I open a session (using > OpenSession) I usually have a number of buffers open. > > I use the mouse to switch between buffers; when I click in a buffer with the > mouse, the the

[bug] vim+tmux: current line changes when using mouse to switch between buffers

2017-01-13 Fir de Conversatie Jon Seidel
I use vim in a tmux window a lot. And when I open a session (using OpenSession) I usually have a number of buffers open. I use the mouse to switch between buffers; when I click in a buffer with the mouse, the the text in the buffer "bounces" around and leaves the cursor on a different line