Hello, I compiled Vim on zOS (needed some fixes) and now realised some problems with screen updating. If I switch between files using :bn and :bp the content...
57168
Mike Williams
mike.williams@...
Jun 1, 2010 10:15 am
Hi, I compiled VIM on my home machine over the weekend and got a few warnings: misc2.c(6277) : warning C4244: '=' : conversion from 'long_u39; to 'int', possible...
57169
Christian J. Robinson
heptite@...
Jun 1, 2010 10:18 am
... I tried it too--on Windows and on Linux--and it was flashy and unusable on both, plus about 15 to 20 percent slower than the original on both. I would be...
57170
Mike Williams
mike.williams@...
Jun 1, 2010 10:40 am
... Lack of warnings now fixed with the attached patch. The problem was that defining the 64 warnings flag was dependent on a variable that was defined later...
57171
Andy Wokula
anwoku@...
Jun 1, 2010 12:22 pm
... I'd suggest to try one of the existing progress bars (sorry, didn't try them myself yet): ...
57172
Bram Moolenaar
Bram@...
Jun 1, 2010 1:00 pm
... We actually use the pointer fields to store a long, it works as intended. How to shut up the compiler? Probably requires using #pragma. I suppose the...
57173
Ben Fritz
fritzophrenic@...
Jun 1, 2010 2:44 pm
... I am fine with tabs or spaces for indentation. I am NOT fine with a mixture of the two. From the previous modeline, I assumed that the intent was a...
57174
Ben Fritz
fritzophrenic@...
Jun 1, 2010 2:50 pm
On May 31, 11:11 pm, "Christian J. Robinson" <hept...@...> ... On May 31, 11:11 pm, "Christian J. Robinson" <hept...@...> ... Hmm, strange. I did...
57175
Ben Fritz
fritzophrenic@...
Jun 1, 2010 2:59 pm
... Hmm, interesting...and thanks! These two plugins seem to use the statusline for the progress indicator. I thought of that, and abandoned the idea when I...
57176
Ingo Karkat
swdev@...
Jun 1, 2010 3:20 pm
... Personal preferences aside, the syntax/2html.vim looks like a correct softtabstop=2 to me; I use this setting all the time, and Vim supports it well. (Cp....
57177
Christian J. Robinson
heptite@...
Jun 1, 2010 3:51 pm
... Time elapsed about 39 seconds. ... Time elapsed about 31 seconds. So the first is over 20% slower. This morning I tried it under a "vim -u NONE --noplugin...
57178
Christian Brabandt
cblists@...
Jun 1, 2010 4:38 pm
... Here is an experimental version, in which I included the essential part from the mentioned vim.org/script into the script from Ben. Bugs: - currently only...
57179
Bram Moolenaar
Bram@...
Jun 1, 2010 8:14 pm
... Thanks. I think it's the right place to change this. I found a few more characters with problems, especially a file name "foo*bar". I'll make a fix,...
57180
Ralf Schandl
rks.vim@...
Jun 1, 2010 8:35 pm
... Fixed. 1) configure PuTTY as vt220 2) add the following to vimrc: set t_AB=^[[4%p1%dm set t_AF=^[[3%p1%dm set t_CO=8 - Ralf -- You received this message...
57181
Ben Fritz
fritzophrenic@...
Jun 1, 2010 10:44 pm
I've done some updates...more to follow. I forgot to hit the "email updates to me" button on the google groups interface so that I can upload attachments on a...
57182
Benjamin Fritz
fritzophrenic@...
Jun 1, 2010 11:06 pm
... I like this look a lot better! I made a few improvements: - Change the color of StatusLineNC to match StatusLine (and restore it at the end) to reduce...
57183
Mosh
moshahmed@...
Jun 2, 2010 2:37 am
... Yes. key_strengthening is not really important. I was just going by the standard literature. ... Any value of similar magnitude would do; the wiki suggests...
57184
Benjamin Fritz
fritzophrenic@...
Jun 2, 2010 2:38 am
... And one more bugfix, to prevent throwing errors in the cleanup commands at the end. With the attached script on fairly recent hardware, I get the following...
57185
Ben Fritz
fritzophrenic@...
Jun 2, 2010 1:48 pm
... Interesting. Is this true, even with the progress bar on the top window as in the latest version? If it is on the bottom, the screen clears again for a...
57186
Ben Fritz
fritzophrenic@...
Jun 2, 2010 1:55 pm
... This got me thinking...so tried the following: gvim -N -u NONE -i NONE filetype indent plugin on syntax on ... I do not see the progress bars! The status...
57187
Benjamin Fritz
fritzophrenic@...
Jun 2, 2010 3:53 pm
... Found it. I have the following in my .vimrc: " Highlight trailing whitespace, unless it is being entered now autocmd WinEnter,VimEnter * \ if...
57188
Richard Hartmann
richih.mailinglist@...
Jun 2, 2010 7:45 pm
... Everything else being equal, it makes (slightly) more sense to prefix the salt, not to suffix it. Obviously, this is more important with ciphers than with...
57189
Bram Moolenaar
Bram@...
Jun 2, 2010 8:52 pm
... No answer on this question? ... I thought we already did that, only it's called "seed" in fileio.c ... I did some performance measurements. Crypting a 30...
57190
Ralf Schandl
rks.vim@...
Jun 2, 2010 8:56 pm
Hello, this is a patch to make vim compileable on zOS. Content: src/Makefile, src/configure.in, src/config.mk.in The command defined in the variable QUOTESED...
57191
Mosh
moshahmed@...
Jun 2, 2010 8:58 pm
On Wed, Jun 2, 2010 at 12:44 PM, Richard Hartmann ... This is already the case, both the salt[8 bytes] and iv[8 bytes] are generated before each write/save...
57192
Mosh
moshahmed@...
Jun 3, 2010 3:22 am
... Yes, the ascii conversion can be avoided. I wanted to do the same. The reason ascii was used, was to be make keys compatible with string passwords of vim. ...
57193
SungHyun Nam
goweol@...
Jun 3, 2010 8:27 am
Hello, With vim-7.2, I did ':e' to purge undo history to start new 'edit session'(?). With vim-7.3 (+ 'undofile39;): I guess I could remove a undofile and run...
57194
Christian Brabandt
cblists@...
Jun 3, 2010 8:42 am
Hi SungHyun! ... Try setting ul=-1 regards, Christian -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text...
57195
Dominique Pellé
dominique.pelle@...
Jun 3, 2010 6:49 pm
... undolevels=4000 ... And the undo history was *not* purged. Undo history is only purged if I edit something in between the 2 ... .. edit something... ... ...
57196
Peter Odding
peter@...
Jun 3, 2010 7:34 pm
Hi all. Today I started adapting one of my Vim plug-ins to support auto-update using the getscript plug-in. I was just about ready to start testing and then...