Patch 7.3.820 Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED. Files:...
68246
James McCoy
jamessan@...
Feb 14, 2013 9:25 pm
... That's the other part I forgot to mention. The documentation already describes the behavior I implemented. James -- -- You received this message from the...
68247
Bram Moolenaar
Bram@...
Feb 14, 2013 9:28 pm
... I think that a verification key will actually make it easier to crack the password. Currently, when an attacker tries all kinds of passwords, he also...
68248
Taylor Hedberg
tmhedberg@...
Feb 14, 2013 10:13 pm
... Also, if you just need to ensure the integrity of the encrypted file, you could always use an external tool like gpg to sign it. That doesn't really need...
68249
Ulrik
ulrik.sverdrup@...
Feb 15, 2013 12:08 am
... Using Vim 7.3 patches 1-547, this is not true, and it is trivially testable (otherwise I would not have claimed it). Using :set cm=blowfish :X goodenough ...
68250
Mosh
moshahmed@...
Feb 15, 2013 2:06 am
Ulrik, Any one random bit flip will cause to one block (8 bytes) to be corrupted at that point, and then all bytes thereafter will be corrupted. Not just 1...
68251
Ulrik
ulrik.sverdrup@...
Feb 15, 2013 3:05 am
Hi, ... This is my experience too. ... But not this! ... Just one 1 bit change works fine if you modify near the end of the file. -ulrik ... -- -- You received...
68252
Nazri Ramliy
ayiehere@...
Feb 15, 2013 4:01 am
Hi! I'm fooling around with gcov[1] at $dayjob and I think vim would benefit from it too. Attached is a patch to produce both gcov (text-only) and lcov (html)...
68253
Tim Starling
tstarling@...
Feb 15, 2013 5:40 am
... There's a lot of exploitable redundancy in a typical text file. For English text, you can just check if MSB of each byte is zero. The computational...
68254
Thiago Alves
talk@...
Feb 15, 2013 5:41 am
Hi guys, I'm trying to add new options to allow users tweak their fold columns. The first option is: 'foldcolshowlvl' 'fsl': Show a number representing the...
68255
Mosh
moshahmed@...
Feb 15, 2013 5:47 am
Key strengthening is done in vim73. Compression would be nice before encryption; Alternatively you can just use gpg or pgp (compression, encryption, mac...
68256
Nathan Hüsken
nathan.huesken@...
Feb 15, 2013 8:24 am
Hey, For doing libclang assisted re-factoring (renaming of symbols), I want to replace the symbol name at given locations with the new symbol name. Now, the...
68257
Ingo Karkat
swdev@...
Feb 15, 2013 8:49 am
... I would use getline() in a loop over the positions and perform the replacement with either substitute() or strpart() (probably the latter when I already...
68258
Olivier Teuliere
ipkiss@...
Feb 15, 2013 10:09 am
Hi, There seems to be a small bug in the completion popup behavior. Here is a simple way to reproduce it (I used vim 7.3-798 on Linux): 1) Start vim with "vim...
68259
Steve Hall
digitect@...
Feb 15, 2013 1:54 pm
... Perhaps it was an earlier patch (my previous build was .801), but my build with Cygwin now is broken: mkdir -p obj i686-pc-mingw32-gcc -c -O3...
68260
Bram Moolenaar
Bram@...
Feb 15, 2013 2:24 pm
... Where? I cannot find a match for \L\u in the documentation. -- An SQL statement walks into a bar. He approaches two tables and says, "Mind if I join...
68261
Ken Takata
kentkt@...
Feb 15, 2013 2:58 pm
Hi Steve, ... The default compiler for Make_cyg.mak was changed from 'gcc' to 'i686-pc-mingw32-gcc39; in 7.3.814. It is because the latest cygwin-gcc (gcc-4)...
68262
James McCoy
jamessan@...
Feb 15, 2013 3:00 pm
... treat ... work ... The s/\L topic states following characters made uppercase, until \E and s/\u states next character made uppercase so a \u should only...
68263
MacDonald, Stuart
stuart.macdonald@...
Feb 15, 2013 3:38 pm
From: Ulrik ... I suspect the real problem is a weakness in Vim's blowfish implementation. But yes, I can reproduce this with gvim73_46.exe on Win7 64-bit...
68264
Ulrik
ulrik.sverdrup@...
Feb 15, 2013 4:57 pm
... I think this is your misconception. It can't strictly be true, because the uncorrupted prefix of the file will always decrypt ok. To truly render the...
68265
Bram Moolenaar
Bram@...
Feb 15, 2013 5:00 pm
... But it never worked that way, so far a \u would undo a previous \L. That was not explicitly mentioned, but it has always worked that way. I think it's good...
68266
Steve Hall
digitect@...
Feb 15, 2013 5:13 pm
... [...] ... This solved my build error, but now I have a dependency problem: The program can't start because libstdc++-6.dll is missing from your computer....
68267
vim@...
Feb 15, 2013 5:31 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 108 by mortba...@...: rst syntax file, completion ...
68268
Ken Takata
kentkt@...
Feb 15, 2013 5:47 pm
Hi Steve, ... Do you enable OLE? Sorry, I didn't care about that. Please try attached patch with an option STATIC_STDCPLUS=yes. $ make -f Make_cyg.mak...
68269
MacDonald, Stuart
stuart.macdonald@...
Feb 15, 2013 6:01 pm
From: Ulrik ... I can confirm that several smaller test cases fail; details below. ... In the future sending a precise list of steps to reproduce the problem ...
68270
MacDonald, Stuart
stuart.macdonald@...
Feb 15, 2013 6:09 pm
From: Ulrik ... I did say I'm a novice in this area. :-) The prefix argument is a good point. ...Stu -- -- You received this message from the "vim_dev"...
68271
vim@...
Feb 15, 2013 7:09 pm
Comment #1 on issue 108 by chrisbr...@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 Problem is, the rst syntax...
68272
Christian Brabandt
cblists@...
Feb 15, 2013 7:44 pm
Hi Bram! ... Here is a patch ... Not sure which ones need to be taken care of. regards, Christian -- Phantasie ist etwas, das sich viele gar nicht vorstellen...
68273
vim@...
Feb 15, 2013 7:45 pm
Comment #5 on issue 28 by fritzoph...@...: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7 ...
68274
John Marriott
basilisk@...
Feb 15, 2013 7:56 pm
Hi all, I think there may be a pr o blem with patch 7.3.819 which I got from the ftp site . When apply ing on win dows I get : # patch --binary -p0 ...