Re: [patch] matchit stops working after first use in markdown files

2016-05-12 Fir de Conversatie Fernando Torres
This issue is also being discussed here https://github.com/neovim/neovim/issues/4051 So far it seems that this solution is the one. Thanks! On Tuesday, January 26, 2016 at 7:32:39 AM UTC-3, Christian Brabandt wrote: > Hi, > ensure to have sourced the matchit plugin and then open

Re: [vim/vim] Setting ```filetype plugin indent on``` in vimrc breaks Tcl indentation (#797)

2016-05-12 Fir de Conversatie h_east
Hi Rob, 2016-5-12(Thu) 10:32:12 UTC+9 Rob Buonpastore: > The result of pressing == in visual mode to reindent the following lines by: > > > # setting ```filetype plugin indent on``` in vimrc > if true { > if true { > } > } > > # setting ```filetype plugin indent on``` manually in Vim > if

[ANN] pyclewn release 2.3

2016-05-12 Fir de Conversatie Xavier de Gaye
Pyclewn 2.3 has been released at http://pyclewn.sourceforge.net/ Pyclewn is a Python program that allows the use of Vim as a front end to the GNU debugger gdb and the Python debugger pdb. New features * A dynamic watch variable, for example an STL container, is now displayed

RfC for background compilation with job_start

2016-05-12 Fir de Conversatie Luc Hermitte
Hi, I've been experimenting how to compile in background thanks to the new job_start() feature (and without depending on Python) So far, I've played with two approaches where I've found some drawbacks. Please note that if there are better ways to proceed, I'm interested to know them. 1- We