[Patch] Docs: function-list does not list all assert_* functions

2016-03-15 Fir de Conversatie Josh Wainwright
, Josh. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "

VIM now crashes when opening large file:

2015-09-09 Fir de Conversatie Josh G
I keep getting crashes now when opening large file (4GB, 9GB). here was the last crash message details: Problem signature: Problem Event Name: APPCRASH Application Name: gvim.exe Application Version: 7.4.280.0 Application Timestamp:5206345a Fault Module Name:libintl.dl

Re: Gnuplot Syntax Patch

2015-08-24 Fir de Conversatie Josh Wainwright
d there is some info and bits of advice in the help files, but there are some things that aren't mentioned. Thanks for your kind advice and continued work for the community. Regards, Josh. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your r

Re: Gnuplot Syntax Patch

2015-08-21 Fir de Conversatie Josh Wainwright
Hi Christian, > Well, would you volunteer to maintain this syntax file? I haven't exactly volunteered, but am more than happy to do so. Is it back to this list that I send the updated file? Thanks, Josh -- -- You received this message from the "vim_dev" maillist. Do not t

Gnuplot Syntax Patch

2015-08-21 Fir de Conversatie Josh Wainwright
syntax patch is attached for reference. Regards, Josh Wainwright. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received thi

Re: [Bug] Vimscript syntax highlighting is wrong when mapping to open parens character

2014-01-10 Fir de Conversatie Josh Howe
I contacted Chip Campbell (the maintainer) via email and he's fixed the issue, so this bug is now patched. No more action is required. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit ht

Fwd: [Bug] Vimscript syntax highlighting is wrong when mapping to open parens character

2014-01-10 Fir de Conversatie Josh Howe
ks, despite the incorrect highlighting. In the source, I think it has to do with line 324 (of the 7.4 source posted) in runtime/syntax/vim.vim; that line lists all mapping types (and variants) except `map` itself, which could be the issue. I haven't tested it, though. Regards, Josh -- -- You

Re: vim.org website redesign/update

2013-11-06 Fir de Conversatie Josh
On Nov 6, 2013, at 3:54 PM, Leonard Ehrenfried wrote: > Dear list, > > I really hope I don't hurt anyones's feeling by saying that the current > vim.org website looks a little bit dated. I also happen to think that it > doesn't do a very good job of explaining what vim is and how to install

Re: Managing patches - proposal

2013-06-05 Fir de Conversatie Josh
On Jun 4, 2013, at 4:23 AM, Mike Williams wrote: > On 03/06/2013 18:42, Marc Weber wrote: >> Excerpts from Mike Williams's message of Mon Jun 03 18:11:34 +0200 2013: >>> o remotes and tracking anonymous branches >>> The equivalent to remotes would be to add new path aliases to the repo's >>> .h

Re: Managing patches - proposal

2013-06-03 Fir de Conversatie Josh Hoff
On Monday, June 3, 2013, Ben Fritz wrote: > On Monday, June 3, 2013 7:21:04 AM UTC-5, Josh wrote: > > On Jun 3, 2013, at 6:25 AM, LCD 47 > > wrote: > > > (1) Mercurial and Git are virtually identical to one another in terms > of > > >features. There are,

Re: Managing patches - proposal

2013-06-03 Fir de Conversatie Josh Hoff
On Jun 3, 2013, at 6:25 AM, LCD 47 wrote: > On 2 June 2013, Marc Weber wrote: >> How to continue? >> >> Submit ideas here: >> http://vim-wiki.mawercer.de/wiki/vim74/devs-workflows.html > [...] > >You mix up a number of mostly unrelated things. > > (1) Mercurial and Git are virtually iden

Re: Managing patches - proposal

2013-06-01 Fir de Conversatie Josh Hoff
On Jun 1, 2013, at 5:07 PM, Marc Weber wrote: > I've been thinking about what's causing trouble to me. > Lack of workflows - lack of documentation. > > http://vim.sourceforge.net/ -> download -> patch > No hint about how patches should be submitted. > No hinting about release cycles > NO hintin

Re: redraw on insert/visual mode leave

2013-01-21 Fir de Conversatie Josh
On Jan 21, 2013, at 7:24 AM, Christian Brabandt wrote: > On Thu, January 17, 2013 21:09, Josh wrote: >> Sorry for bumping an old thread, but with the help of some clever folk, >> I've found out how to reproduce the issue: >> >> 1) Use terminal vim, NOT macvim &g

set 'commentstring' for lisp filetypes

2013-01-18 Fir de Conversatie Josh
entstring' option in scheme.vim and lisp.vim . Let me know if I've done something wrong, thanks! Josh -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/m

Re: redraw on insert/visual mode leave

2013-01-17 Fir de Conversatie Josh
) Now you need to hit another key for a redraw I've found that setting `timeoutlen=1` is a good workaround, but this is still a bug, right? Thanks for taking a look again! Josh On Oct 11, 2012, at 4:48 PM, Josh . wrote: > Oddly enough I don't have this issue on my laptop

ftdetect and commentstring

2012-10-19 Fir de Conversatie Josh .
I have this in my .vimrc: autocmd FileType lisp,scheme setlocal commentstring=;%s autocmd BufEnter,BufNewFile *.coffee setlocal filetype=coffee autocmd BufEnter,BufNewFile *.styl setlocal filetype=stylus Should this be needed? Shouldn't comments in lisp start w/';' by default and coffeescript fi

Re: redraw on insert/visual mode leave

2012-10-11 Fir de Conversatie Josh .
M, Christian Brabandt wrote: > Hi Josh! > > On Sa, 06 Okt 2012, Josh . wrote: > >> Sorry for the delay, my vim info: https://gist.github.com/3845451 . >> The output of `uname -ar`: https://gist.github.com/3845453 . Finally, >> my terminal's info: https://gist.gith

Re: redraw on insert/visual mode leave

2012-10-06 Fir de Conversatie Josh .
Sorry for the delay, my vim info: https://gist.github.com/3845451 . The output of `uname -ar`: https://gist.github.com/3845453 . Finally, my terminal's info: https://gist.github.com/3845458 On Fri, Oct 5, 2012 at 7:56 AM, Josh . wrote: > Terminal vim (huge version iirc) on Arch Linu

Re: redraw on insert/visual mode leave

2012-10-05 Fir de Conversatie Josh .
Terminal vim (huge version iirc) on Arch Linux x64 in urxvt. I can grab the full output of `:version` tonight if you like. On Fri, Oct 5, 2012 at 1:11 AM, Christian Brabandt wrote: > Hi Josh! > > On Do, 04 Okt 2012, Josh . wrote: > >> Hello, >> When I leave insert

redraw on insert/visual mode leave

2012-10-04 Fir de Conversatie Josh .
Hello, When I leave insert or visual mode with the visual selection stays. I can move around normally (since I'm now in normal mode), but the screen doesn't update until I move. Adding the following mappings fixes the issue: imap :redraw vmap :redraw My `lazyredraw` option is off. For

vim -w or -W records K_SPECIAL sequence from xterm version string in script

2010-12-29 Fir de Conversatie Josh Triplett
plen to mark the character as the result of a map, or possibly the character shouldn't get re-inserted into typebuf at all. - Josh Triplett -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php