terminal mode bracketed paste ?

2018-06-14 Thread M Kelly
Hi, It seems for me bracketed paste is not enabled in terminal mode. If I copy a few lines then paste into my zsh outside of vim (in tmux) then bracketed paste is enabled and the lines are not executed until I hit enter. But if in terminal mode I paste then each line is executed. Is this

Re: How to insert text on current text position when I press key in vim in insert and normal mode?

2018-06-14 Thread David Woodfall
On Tuesday 12 June 2018 10:36, Gena Makhomed put forth the proposition: > On 12.06.2018 2:22, Tony Mechelynck wrote: > > > On Mon, Jun 11, 2018 at 9:57 PM, Christian Brabandt wrote: > > > > :let @n='' > > > :inoremap n > > > :nmap a > > Christian, thank you! All works fine now! > > > > Note

Custom key bindings to :Termdebug

2018-06-14 Thread Uri Moszkowicz
Hi, The new :Termdebug in Vim 8.1 is great but it lacks usable key bindings like I used to have with VimGDB. For those unfamiliar, VimGDB introduced a GDB mode, which can be toggled with F7. When in GDB mode, the GDB shortcuts were mapped so "u" sent "up", "d" sent "down", "w" sent "where", "b"

Re: How to insert text on current text position when I press key in vim in insert and normal mode?

2018-06-14 Thread Gena Makhomed
On 12.06.2018 2:22, Tony Mechelynck wrote: On Mon, Jun 11, 2018 at 9:57 PM, Christian Brabandt wrote: :let @n='' :inoremap n :nmap a Christian, thank you! All works fine now! Note that I would not recommend mapping Why not? , as I understand, is always mapped to vim :help command.

Re: Vim Patch broke pathogen?

2018-06-14 Thread Mike Lippert
On Thursday, June 14, 2018 at 2:50:17 PM UTC-4, Tony Mechelynck wrote: > On Thu, Jun 14, 2018 at 8:20 PM, Frew Schmidt wrote: > > On Thursday, June 14, 2018 at 8:49:44 AM UTC-7, Tony Mechelynck wrote: > >> 1. Which featureset? That can be found from one of the next few lines > >> in the :version

Re: [vim/vim] TeX file syntax: recognize "align" as math environment (#3010)

2018-06-14 Thread Charles E Campbell
Andy Massimino wrote: Moved here: http://www.drchip.org/astronaut/vim/. Justification: Syntax/tex.vim should not support packages' macros, environments, etc.; I don't know about that.. but either way this PR would not be the right fix. Unfortunately, right now the user has no way of

Re: Vim Patch broke pathogen?

2018-06-14 Thread Frew Schmidt
On Thursday, June 14, 2018 at 11:50:17 AM UTC-7, Tony Mechelynck wrote: > So Vim seems to choke on the line > > let blacklist = > \ get(g:, 'pathogen_blacklist', get(g:, 'pathogen_disabled', [])) + > \ pathogen#split($VIMBLACKLIST) > > Maybe $VIMBLACKLIST is undefined? Or

Re: Vim Patch broke pathogen?

2018-06-14 Thread Tony Mechelynck
On Thu, Jun 14, 2018 at 8:20 PM, Frew Schmidt wrote: > On Thursday, June 14, 2018 at 8:49:44 AM UTC-7, Tony Mechelynck wrote: >> 1. Which featureset? That can be found from one of the next few lines >> in the :version output after the two you quoted; the line which ends >> with "Features included

Re: Vim Patch broke pathogen?

2018-06-14 Thread Frew Schmidt
On Thursday, June 14, 2018 at 11:34:48 AM UTC-7, Christian Brabandt wrote: > On Do, 14 Jun 2018, Frew Schmidt wrote: > > > I use pathogen as my plugin manager and updated vim yesterday > > You know, that you don't need pathogen anymore since Vim 8? I am aware, but the vast majority of servers

Re: Vim Patch broke pathogen?

2018-06-14 Thread Christian Brabandt
On Do, 14 Jun 2018, Frew Schmidt wrote: > I use pathogen as my plugin manager and updated vim yesterday You know, that you don't need pathogen anymore since Vim 8? > (via a PPA that is updated two or three times a week.) When I start >vim I now get this error: And what was the previous

Re: Vim Patch broke pathogen?

2018-06-14 Thread Frew Schmidt
On Thursday, June 14, 2018 at 8:49:44 AM UTC-7, Tony Mechelynck wrote: > 1. Which featureset? That can be found from one of the next few lines > in the :version output after the two you quoted; the line which ends > with "Features included (+) or not (-)". What does that line say > before that?

Re: Vim Patch broke pathogen?

2018-06-14 Thread Tony Mechelynck
On Thu, Jun 14, 2018 at 4:50 PM, Frew Schmidt wrote: > I use pathogen as my plugin manager and updated vim yesterday (via a PPA that > is updated two or three times a week.) When I start vim I now get this error: > > Error detected while processing function >

Vim Patch broke pathogen?

2018-06-14 Thread Frew Schmidt
I use pathogen as my plugin manager and updated vim yesterday (via a PPA that is updated two or three times a week.) When I start vim I now get this error: Error detected while processing function pathogen#infect[8]..pathogen#interpose[12]..pathogen#is_disabled: line5: E15: Invalid

Re: How to replace edit command calling netrw by own function call

2018-06-14 Thread Ni Va
Le jeudi 14 juin 2018 06:59:09 UTC+2, Ken Takata a écrit : > Hi, > > 2018/6/13 Wed 19:54:54 UTC+9 Ni Va wrote: > > Hi, > > > > > > When you type :e it opens netrw explore command. > > > > Is it possible to replace it by my own function call. > > I think that the best way to know that is