Re: Vim 7.4: Vim script execution stops when Python raises vim.error

2013-11-11 Fir de Conversatie Marcin Szamotulski
On 09:10 Mon 11 Nov , Vlad Irnov wrote: On 11/4/13, ZyX zyx@gmail.com wrote: This means in Vim 7.4 Vim script stops after a Vim error occurs in Python code. This seems very wrong to me. Vim script writers are used to the fact that VimL code execution does not stop after an error

Re: Vim 7.4: Vim script execution stops when Python raises vim.error

2013-11-11 Fir de Conversatie Nikolay Pavlov
On Nov 11, 2013 6:10 PM, Vlad Irnov vlad.ir...@gmail.com wrote: On 11/4/13, ZyX zyx@gmail.com wrote: This means in Vim 7.4 Vim script stops after a Vim error occurs in Python code. This seems very wrong to me. Vim script writers are used to the fact that VimL code execution does not

Re: Vim 7.4: Vim script execution stops when Python raises vim.error

2013-11-11 Fir de Conversatie Nikolay Pavlov
On Nov 11, 2013 6:38 PM, Marcin Szamotulski msza...@gmail.com wrote: On 09:10 Mon 11 Nov , Vlad Irnov wrote: On 11/4/13, ZyX zyx@gmail.com wrote: This means in Vim 7.4 Vim script stops after a Vim error occurs in Python code. This seems very wrong to me. Vim script writers are

Re: Vim 7.4: Vim script execution stops when Python raises vim.error

2013-11-11 Fir de Conversatie Marcin Szamotulski
On 18:50 Mon 11 Nov , Nikolay Pavlov wrote: On Nov 11, 2013 6:38 PM, Marcin Szamotulski msza...@gmail.com wrote: On 09:10 Mon 11 Nov , Vlad Irnov wrote: On 11/4/13, ZyX zyx@gmail.com wrote: This means in Vim 7.4 Vim script stops after a Vim error occurs in Python code.

Re: Issue 140 in vim: netrw plugin NetrwTreeListing

2013-11-11 Fir de Conversatie vim
Comment #8 on issue 140 by jke...@connectwise.com: netrw plugin NetrwTreeListing http://code.google.com/p/vim/issues/detail?id=140 Thanks. The website says: Updated Nov 09, 2013 (v150i) But but netrw.vba says: let g:loaded_netrwPlugin = v150h I downloaded from this URL:

Issue 178 in vim: make `:vim` an alias for `:edit`

2013-11-11 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 178 by ale...@ifit.com: make `:vim` an alias for `:edit` http://code.google.com/p/vim/issues/detail?id=178 On numerous occasions, I've found myself trying to open files--typically when I'm in a hurry--using ':vim' instead

Re: Issue 178 in vim: make `:vim` an alias for `:edit`

2013-11-11 Fir de Conversatie vim
Comment #1 on issue 178 by ale...@ifit.com: make `:vim` an alias for `:edit` http://code.google.com/p/vim/issues/detail?id=178 This is NOT a bug report, this is simply a feature request, most of which are usually done through the project's `issues` framework thing. Also, I don't mind

Re: Issue 178 in vim: make `:vim` an alias for `:edit`

2013-11-11 Fir de Conversatie vim
Comment #2 on issue 178 by zyx@gmail.com: make `:vim` an alias for `:edit` http://code.google.com/p/vim/issues/detail?id=178 :vim is :vimgrep. This will not be changed due to backwards compatibility. You can use cnoreabbrev/cnoremap to make an alias yourself like in e.g.

Re: Issue 178 in vim: make `:vim` an alias for `:edit`

2013-11-11 Fir de Conversatie vim
Updates: Status: WontFix Labels: -Type-Defect Type-Enhancement Comment #3 on issue 178 by brammool...@gmail.com: make `:vim` an alias for `:edit` http://code.google.com/p/vim/issues/detail?id=178 As mentioned :vim already has a meaning, and we don't want to change that. --

Re: Issue 178 in vim: make `:vim` an alias for `:edit`

2013-11-11 Fir de Conversatie vim
Comment #4 on issue 178 by ale...@ifit.com: make `:vim` an alias for `:edit` http://code.google.com/p/vim/issues/detail?id=178 Point taken; thank you for yalls' time and sorry for any inconvenience caused. -- You received this message because this project is configured to send all issue

xxd patches

2013-11-11 Fir de Conversatie Vadim Vygonets
Hello vimers, I needed a couple of features that no hexdump utility had, so I patched xxd. The added features are: * -e little endian * -o add offset to the displayed address * change address width to 8 digits You can view the patches here: https://github.com/unixdj/xxd/commits/for-vim If

Patch 7.4.087

2013-11-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.087 Problem:Compiler warning on 64 bit Windows systems. Solution: Fix type cast. (Mike Williams) Files: src/ops.c *** ../vim-7.4.086/src/ops.c2013-11-11 01:29:16.0 +0100 --- src/ops.c 2013-11-11 23:16:06.0 +0100 *** *** 2193,2199

Re: xxd patches

2013-11-11 Fir de Conversatie Tony Mechelynck
On 11/11/13 21:12, Vadim Vygonets wrote: Hello vimers, I needed a couple of features that no hexdump utility had, so I patched xxd. The added features are: * -e little endian * -o add offset to the displayed address * change address width to 8 digits You can view the patches here:

Re: [patch] Add [stay] argument to :function which, used with [range], preserves the cursor position

2013-11-11 Fir de Conversatie So8res
On Wednesday, December 5, 2012 9:13:17 AM UTC-8, So8res wrote: I don't like stay, but can't think of something better right now. Perhaps keepline? How do you feel about using 'range!' (with a bang) instead? It would keep the :function argument space more concise, and would only

Patch 7.4.088

2013-11-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.088 Problem:When spell checking is enabled Asian characters are always marked as error. Solution: When 'spelllang' contains cjk do not mark Asian characters as error. (Ken Takata) Files: runtime/doc/options.txt, runtime/doc/spell.txt, src/mbyte.c,

Patch 7.4.089

2013-11-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.089 Problem:When editing a file in a directory mounted through sshfs Vim doesn't set the security context on a renamed file. Solution: Add mch_copy_sec() to vim_rename(). (Peter Backes) Files: src/fileio.c *** ../vim-7.4.088/src/fileio.c 2013-08-30

Patch 7.4.090

2013-11-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.090 Problem:Win32: When a directory name contains an exclamation mark, completion doesn't complete the contents of the directory. Solution: Escape the exclamation mark. (Jan Stocker) Files: src/ex_getln.c, src/testdir/test102.in, src/testdir/test102.ok

Feature request: flag to 'complete' so that i_Ctrl-N ignores remote buffers

2013-11-11 Fir de Conversatie Suresh Govindachar
Hello, Please consider providing the feature whereby i_Ctrl-N would ignore buffers whose name begins with \\machine_name\ and machine_name is a remote machine (Microsoft Uniform Naming Convention (UNC)). Thanks, --Suresh -- -- You received this message from the vim_dev maillist. Do not