Off-topic (or not) :sort

2014-06-24 Fir de Conversatie Axel Bender
Does anyone know a UTF-8-aware (respecting $LC_ALL and/or $LANGUAGE) sort tool for Windows (GNUWin32's doesn't work), preferably a working GNU sort that does the job? [OFF-TOPIC] It would be a nice idea [NO LONGER OFF-TOPIC] to add the possibility to add sort columns (like in GNU's

Re: Off-topic (or not) :sort

2014-06-24 Fir de Conversatie Ben Fritz
On Tuesday, June 24, 2014 6:44:19 AM UTC-5, Axel Bender wrote: Does anyone know a UTF-8-aware (respecting $LC_ALL and/or $LANGUAGE) sort tool for Windows (GNUWin32's doesn't work), preferably a working GNU sort that does the job? [OFF-TOPIC] It would be a nice idea [NO LONGER OFF-TOPIC] to

Re: Off-topic (or not) :sort

2014-06-24 Fir de Conversatie Axel Bender
@Ben Fritz As I see it, you can use a search pattern (r) for certain tasks, but it isn't a solution. Please, consider the following sample: 19500623 # ÖST # USA # Curitiba 19500621 # ÖST # MEX # Macapa 19500825 # AND # FRA # Curitiba 19500620 # MEX # BRA # Recife 19500625 # BEL # FRA # Curitiba

If input ':' after set history=100000000, OS get stuck or Vim can't quit by ':q' after E342.

2014-06-24 Fir de Conversatie h_east
Hi Bram and Vim developers, How to reproduce: - start Vim and set 'hi' option to huge value. $ vim -N -u NONE -c set history=1 - Input colon. : Occurred pattern #1 - OS get stuck (Verrry slow response) Occurred pattern #2 - get 'E342' E342: Out of memory! (allocating 16

Re: latex spell check disabled if set filetype=latex

2014-06-24 Fir de Conversatie Charles E Campbell
Enno wrote: Le vendredi 13 juin 2014 18:53:06 UTC+2, Charles Campbell a écrit : Enno wrote: Ok, I understand that spell checking is only activated after a keyword, such as the \section{..} command. But why is it that \begin{document} does not belong to these keywords? This disables spell

Re: Fixed crash in garbage collector by removing recursion

2014-06-24 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: The attached patch seems to fix the crash reported here: https://groups.google.com/d/topic/vim_dev/Nr8Ja4Zjghw/discussion Thanks for making this patch! Did you run the tests under valgrind? That's a very good way to check for any memory access

Re: Off-topic (or not) :sort

2014-06-24 Fir de Conversatie Christian Brabandt
On Di, 24 Jun 2014, Axel Bender wrote: Does anyone know a UTF-8-aware (respecting $LC_ALL and/or $LANGUAGE) sort tool for Windows (GNUWin32's doesn't work), preferably a working GNU sort that does the job? [OFF-TOPIC] Cygwin, Msys, Interix? Not sure, but not sure, which one does support

Re: Off-topic (or not) :sort

2014-06-24 Fir de Conversatie Benoit Pierre
On Tue, Jun 24, 2014 at 8:06 PM, Christian Brabandt cbli...@256bit.org wrote: On Di, 24 Jun 2014, Axel Bender wrote: Does anyone know a UTF-8-aware (respecting $LC_ALL and/or $LANGUAGE) sort tool for Windows (GNUWin32's doesn't work), preferably a working GNU sort that does the job?

Re: Off-topic (or not) :sort

2014-06-24 Fir de Conversatie Christian Brabandt
On Di, 24 Jun 2014, Christian Brabandt wrote: On Di, 24 Jun 2014, Axel Bender wrote: Does anyone know a UTF-8-aware (respecting $LC_ALL and/or $LANGUAGE) sort tool for Windows (GNUWin32's doesn't work), preferably a working GNU sort that does the job? [OFF-TOPIC] Cygwin, Msys,

Re: Sorting a List of Numbers

2014-06-24 Fir de Conversatie Christian Brabandt
On Do, 12 Jun 2014, Bram Moolenaar wrote: Christian wrote: On Di, 10 Jun 2014, Павлов Николай Александрович wrote: How would you sort a heterogeneous list otherwise? Who says, lists are always heterogeneous? I think one could try to sort numerical, if all list items are of type

Bug: vimdiff with diffopt-=filler could result in out-of-sync lines

2014-06-24 Fir de Conversatie Nazri Ramliy
Hi, I'm attaching the files (a and b) that produces this bug on my system with the terminal height set to 15 lines: $ echo $LINES 15 $ vimdiff -u NONE -c 'set diffopt-=filler' -c $ a b See that the lines drawn in both windows are out of sync - they aren't drawn in the same rows. :windo