Re: Missing reference to version7.txt in help.txt

2006-04-09 Thread Bram Moolenaar
rds the parking lot, yelling "run for your lives, they're loose!!" /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-

Vim version 7.0d BETA has been released

2006-04-10 Thread Bram Moolenaar
if you can! If something needs discussing with other developers, send a message to the vim-dev mailing list. You need to subscribe first. Happy Vimming! -- Tips for aliens in New York: Land anywhere. Central Park, anywhere. No one will care or indeed even notice. -- Douglas

Re: Promote window to tab

2006-04-10 Thread Bram Moolenaar
could be included in vim. > What do you think? We could use CTRL-W T for this, it's currently not used. When the current tab page has only one window I think it should fail. -- Due knot trussed yore spell chequer two fined awl miss steaks. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http

Re: undefined function : FTCheck_html

2006-04-10 Thread Bram Moolenaar
od) au BufNewFile,BufRead *.zsql call s:SQL() -- Give a man a computer program and you give him a headache, but teach him to program computers and you give him the power to create headaches for others for the rest of his life... R. B. Forest /// Bram Moolenaar -- [EM

Re: [vim 7.0d bugs]

2006-04-10 Thread Bram Moolenaar
else 3; > next_line_of_code(); > } > > is also wrongly aligned: > > #include > > int main(void) > { > if (a) > if (b) > 2; > else 3; > next_line_of_code(); > } This one is in the todo list. Nobody fixed it yet

Re: vim split buffer bug

2006-04-10 Thread Bram Moolenaar
ine. Do you have 'scrolloff' set perhaps? Then the window scrolls when you enter it. -- To define recursion, we must first define recursion. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponso

Re: unhelpful error message

2006-04-11 Thread Bram Moolenaar
ote to the docs for E31: it suggests > checking for trailing white space, but it does not suggest trying > :unmap . I'll add a note about buffer-local mappings. -- hundred-and-one symptoms of being an internet addict: 35. Your husband tells you he's had the beard for 2 mont

Re: [vim 7.0d bugs]

2006-04-11 Thread Bram Moolenaar
ess was because I > had /usr/share/vim/vimcurrent/spell/en.utf-8.spl (from the > distribution) and the one in my .vim/spell/en.utf-8.spl > > both are roughly the same size. When I suppress > the .vim/spell/en.utf-8.spl one, all goes fast again. You didn't make a .sug file perhaps

Re: has anybody done syntax highlighting for linux Kconfig files ?

2006-04-11 Thread Bram Moolenaar
elcome. > > I've also included a ftplugin/kconfig.vim. > > Bram: You can add these with the following matcher in filetype.vim: > > au BufNewFile,BufRead Kconfig,Kconfig.debug setf kconfig I'll include it, thanks! -- A day without sunshine is like,

Re: [vim 7.0d bugs]

2006-04-11 Thread Bram Moolenaar
erwise there is no .sug file. Don't expect that making a new dictionary is simple. The setup for spell checking is quite complicated and requires careful tuning and testing. -- Nothing is fool-proof to a sufficiently talented fool. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www

Re: vim 7.0d segfault while opening .vimrc in cwd

2006-04-11 Thread Bram Moolenaar
dofree = FALSE; char_u*p; if (!option_was_set((char_u *)"cp")) -- It was recently discovered that research causes cancer in rats. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote fo

Re: vim --help starts Vim when built with gnome gui

2006-04-11 Thread Bram Moolenaar
his is one of the reasons why gnome is not the default. -- I started out with nothing, and I still have most of it. -- Michael Davis -- "Tonight Show" /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim,

Re: c.vim syntax file...

2006-04-12 Thread Bram Moolenaar
discourage everybody to use them for portabilitity reasons. Your proposed line is missing a few things, e.g., "f". For C99 (when c_no_c99 does not exist) we can probably use this: \([hlLjzt]\|ll\|hh\)\=\([aAbdiuoxXDOUfFeEgGcCsSpn]\ -- hundred-and-one symptoms of being an internet add

Re: [vim 7.0d bug] Gtk asserts errors when hitting

2006-04-12 Thread Bram Moolenaar
to hit an > item in the teared-off menu: I see the problem. Strange that this only happens when 'guioptions' was changed before startup. When removing the menu later it works fine. -- Microsoft is to software what McDonalds is to gourmet cooking /// Bram Moolenaar -- [EMAIL PR

Updated files requested

2006-04-12 Thread Bram Moolenaar
Never go to the toilet in a paperless office. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me

Re: console menus priority

2006-04-13 Thread Bram Moolenaar
ld probably skip the sorting there too. -- hundred-and-one symptoms of being an internet addict: 64. The remote to the T.V. is missing...and you don't even care. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- htt

Re: [vim 70d] switching tab pages

2006-04-13 Thread Bram Moolenaar
e button-Click of Shift+left button click? What is the previous tab? > Also, next/previous tab in tabline popup menu would be convenient. That is more work than clicking in the tab, doesn't make sense. For some GUIs and with the console a click right of the tab labels cycles through them. -

Re: List behavior

2006-04-13 Thread Bram Moolenaar
For Python they might have a different idea about the right way, but they can't change it without breaking existing scripts. -- "Thou shalt not follow the Null Pointer, for at its end Chaos and Madness lie." /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaa

Re: Vim 7.0d02

2006-04-13 Thread Bram Moolenaar
added to sessionoptions > (it isn't the first -= setting in my _vimrc). The default for 'sessionoptions' contains "tabpage" instead of "tabpages". You can fix that in option.c. -- hundred-and-one symptoms of being an internet addict: 76. Your ISP regards yo

Re: Fwd: Bug#292397: vim freezes on swap file prompt

2006-04-13 Thread Bram Moolenaar
E if (has_mbyte) -- hundred-and-one symptoms of being an internet addict: 75. You start wondering whether you could actually upgrade your brain with a Pentium Pro microprocessor 80. The upgrade works just fine. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///

Re: :!gvim does not work

2006-04-13 Thread Bram Moolenaar
the same result running vim > (in a gnome-terminal) or gvim. Works fine for me... Check what program is actually executed, perhaps in a ":!" shell $PATH is different. -- Q: How many legs does a giraffe have? A: Eight: two in front, two behind, two on the left and two on the

Re: Omni completion file naming

2006-04-14 Thread Bram Moolenaar
#x27;ve put indent files in the syntax directory by mistake). -- hundred-and-one symptoms of being an internet addict: 85. Choice between paying Compuserve bill and paying for kids education is a no brainer -- although a bit painful for your kids. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://

Re: invisible bar in help tags

2006-04-14 Thread Bram Moolenaar
where). > > I tried several colorschemes, they seem not to affect the bug. This problem must already be present for other things where the Ignore highlighting is used. I now also did this for the stars around the tag definitions. -- >From "know your smileys":

Re: odd completion (mis)behavior

2006-04-14 Thread Bram Moolenaar
line = ml_get_curline(); -- hundred-and-one symptoms of being an internet addict: 81. At social functions you introduce your husband as "my domain server." /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me help AIDS victims -- http://www.ICCF.nl ///

Re: [vim 70d] switching tab pages

2006-04-14 Thread Bram Moolenaar
at is more work than clicking in the tab, doesn't make sense. For > > some GUIs and with the console a click right of the tab labels cycles > > through them. > Sure. My comment was pehaps motivated by the test with long file > names, where some tab labels were invisible

Re: :!gvim does not work

2006-04-14 Thread Bram Moolenaar
Mikolaj Machowski wrote: > Dnia czwartek, 13 kwietnia 2006 17:19, Bram Moolenaar napisa³: > > Benji Fisher wrote: > > > I just tried > > > > > > :!gvim > > > > > > and all I got was > > > > > > Vim: Caugh

Re: invisible bar in help tags

2006-04-14 Thread Bram Moolenaar
CursorLine CursorColumn Insert completion popup menu (new): Pmenu PmenuSel PmenuBar PmenuThumb -- >From "know your smileys": ;-0Can't find shift key ,-9Kann Umschalttaste nicht finden /// Bram Moolenaar -- [EMAIL PROTECT

Re: :!gvim does not work

2006-04-14 Thread Bram Moolenaar
ments (which crashes) and "gvim -u ~/.vimrc -U ~/.gvimrc" (which doesn't crash). E.g., with ":scriptnames". -- >From "know your smileys": ~#:-( I just washed my hair, and I can't do nuthin' with it. /// Bram Moolenaar -- [EMAIL PROT

Re: Open in new tab (context menu or configuration option)

2006-04-14 Thread Bram Moolenaar
using a new tab or not you would get eight entries. Not attractive. It's probably better to always use a new tab. Or perhaps use a new tab when the currently edited file was modified. The behavior for dropping the files on a running Vim will be the same, the same Windows message is used

Re: odd completion (mis)behavior

2006-04-14 Thread Bram Moolenaar
upmenu-keys|. Or even rewrite the paragraph about CTRL-X mode above > the lines I added. I'll add the remark. It's difficult to explain something that is so interactive. -- >From "know your smileys": :-O>-o Smiley American tourist (note big mouth and camera)

Re: :!gvim does not work

2006-04-15 Thread Bram Moolenaar
I do not have a $VIMINIT environment variable. Nor do I have a > system [g]vimrc file. This is going into the direction of a problem where the solution is to "reinstall Windows"... You could try putting this in your .vimrc: set verbose=1 exe 'set

Re: double click to close tab on win32

2006-04-15 Thread Bram Moolenaar
#x27;t work for all GUIs yet. Closing a tab cannot be undone, thus I don't think it should be done too easily. It's easy to double click while you meant to click once two times. -- >From "know your smileys": (X0||) Double hamburger with lettuce and tomato /// B

Re: :!gvim does not work

2006-04-15 Thread Bram Moolenaar
Benji - > On Fri, Apr 14, 2006 at 09:24:35PM -0400, Benji Fisher wrote: > > On Fri, Apr 14, 2006 at 03:11:13PM +0200, Bram Moolenaar wrote: > > > > > > Check: it doesn't matter how you started the Vim in which you do > > > ":!gvim"? > >

Re: ':e *' completion vim7.0d02 vs vim6 difference

2006-04-15 Thread Bram Moolenaar
slow if directory is deeply populated). > Is this intentional change ? Vim adds a "*" thus this becomes ":e /usr/**" and that now expands into the whole tree. I'll avoid adding a star if there already is one. -- >From "know your smileys": :-&am

Re: cabbrev + + EatChar = strange

2006-04-15 Thread Bram Moolenaar
27;s a redrawing problem. This actually is documented below ":map-silent": Using "" for an abbreviation is possible, but will cause redrawing of the command line to fail. -- >From "know your smileys": @:-() Elvis Presley /// Bram Moolenaar -- [

Re: gVim 7.0d bug refreshing guitablabel initialized by autocmd

2006-04-16 Thread Bram Moolenaar
' \/ (_)>(_) (_)(_) (_)(_)' _\o_ /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me help AIDS victims -- http://www.ICCF.nl ///

Re: default cursorline/cursorcolumn with dark background

2006-04-16 Thread Bram Moolenaar
makes things with a dark background look bad. I'll assume that the grey40 you suggest will work for most people. -- Momento mori, ergo carpe diem /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/spons

Re: patch for 7.0d docs

2006-04-16 Thread Bram Moolenaar
an operator: da" I think that since "text object" is mentioned and everybody knows that "a" and "i" are used to start Insert mode the text is understandable. -- I AM THANKFUL... ...for the mess to clean after a party because it means I have been surrounde

Re: enhancing namespaces | introduce n:m relation buffers/functionality

2006-04-16 Thread Bram Moolenaar
r set settings).. > > I would also introducde another folder like ftplugin which should > contain loading mappings/ functions for namespaces > eg > .vim/namespaces/xml.vim > > What do you think? Much to complicated. In nearly all situations you can simply prepend an ID

Re: completion menu

2006-04-16 Thread Bram Moolenaar
e that is what happened in older versions. People who are using cursor keys to select an item in the popup menu mostly expect to accept the selected match. That's why the behavior of depends on what you did earlier. -- >From "know your smileys": |-(Contact lenses, but

Re: default cursorline/cursorcolumn with dark background

2006-04-16 Thread Bram Moolenaar
lish chef with a toupee in an updraft, a mustache, and a double chin /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me help AIDS victims -- http://www.ICCF.nl ///

Vim version 7.0e BETA has been released

2006-04-16 Thread Bram Moolenaar
help bugs" in Vim. Send me a patch if you can! If something needs discussing with other developers, send a message to the vim-dev mailing list. You need to subscribe first. Happy Vimming! -- >From "know your smileys": :-*A big kiss! /// Bram Moolenaar -- [EMAIL PROTECT

Re: [BUG] Problem with expand("")

2006-04-16 Thread Bram Moolenaar
sult is empty both times. Are you sure the cursor wasn't on the "."? -- hundred-and-one symptoms of being an internet addict: 95. Only communication in your household is through email. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote f

Re: Strange behavior with highlights defined in gvimrc

2006-04-16 Thread Bram Moolenaar
ernet addict: 97. Your mother tells you to remember something, and you look for a File/Save command. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me help AIDS victims -- http://www.ICCF.nl ///

Re: CVS updated?

2006-04-16 Thread Bram Moolenaar
man/display_doc.php?docid=2352&group_id=1 Apparently they now need new hardware to fix this problem... -- Contrary to popular belief, Unix is user friendly. It just happens to be selective about who it makes friends with. -- Dave Parnas /// B

Re: completion menu flicker

2006-04-17 Thread Bram Moolenaar
Logical conclusion: Nobody will ever need Windows 98. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me help AIDS victims -- http://www.ICCF.nl ///

Re: CVS updated?

2006-04-17 Thread Bram Moolenaar
George V. Reilly wrote: > Bram Moolenaar wrote: > >> I used to build Vim from CVS usin a-a-p. After seeing the > >> announcements for 7.0d and 7.0BETA, I tried updating from CVS but > >> didn't get anything. Is anyone else seeing this problem? > >

Re: [BUG] Problem with expand("")

2006-04-17 Thread Bram Moolenaar
Benji Fisher wrote: > On Sun, Apr 16, 2006 at 05:56:19PM +0200, Nikolai Weibull wrote: > > On 4/16/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > > > Nikolai Weibull wrote: > > > > > > :x. > > > > > > > &g

Re: CVS updated?

2006-04-17 Thread Bram Moolenaar
vs2svn There are also docs on the sourceforge site. Still someone has to actually do it. -- FIXME and XXX are two common keywords used to mark broken or incomplete code not only since XXX as a sex reference would grab everbodys attention but simply due to the fact that Vim would highlight these w

Re: CVS updated?

2006-04-17 Thread Bram Moolenaar
Edward L. Fox wrote: > On 4/17/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > George V. Reilly wrote: > > > > > Bram Moolenaar wrote: > > > >> I used to build Vim from CVS usin a-a-p. After seeing the > > > >>

Re: CVS updated?

2006-04-18 Thread Bram Moolenaar
ething new short before a release. Note to Edward: I assume you can use your developer access to the CVS server to get the latest version, as opposed to the anonymous CVS server which is now behind quite a bit. -- hundred-and-one symptoms of being an internet addict: 127. You bring your laptop

Re: Possible utf-8 bug

2006-04-18 Thread Bram Moolenaar
nd insert 'bar'. I don't see the problem. I don't think this is system-dependent. I have no idea why it would fail for you... -- The difference between theory and practice, is that in theory, there is no difference between theory and practice. /// Bram Moolenaar -- [EMAIL

Re: vim7: remarks or bugs about completion

2006-04-18 Thread Bram Moolenaar
st ones which is not related to text completion: > > 9/ In visual mode, pink text is unreadable when selected. Don't use pink text! :-) See the remark about using a colorscheme above. > 10/ In command line completion, with "set wildmenu > wildmode=longest:full,full",

Re: gVim 7.0d bug refreshing guitablabel initialized by autocmd

2006-04-18 Thread Bram Moolenaar
for you please give a simplistic example. -- hundred-and-one symptoms of being an internet addict: 128. You can access the Net -- via your portable and cellular phone. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://

Re: vim7: remarks or bugs about completion

2006-04-18 Thread Bram Moolenaar
Nicolas Schodet wrote: > * Bram Moolenaar <[EMAIL PROTECTED]> [060418 12:41]: > > > I found some bugs or strange behaviour with vim7d03, I have made all my > > > tests starting vim with -u NONE -i NONE options, with the terminal > > > version: > > >

Re: R noweb syntax file

2006-04-18 Thread Bram Moolenaar
ne symptoms of being an internet addict: 138. You develop a liking for cold coffee. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http:/

Re: Wrong filename encoding in tab page labels (gVim 7.0e)

2006-04-18 Thread Bram Moolenaar
;C-^ Is this with GTK? Then I can reproduce it and fix it. The text needs to be converted from 'encoding' to utf-8. For MS-Windows this probably also needs to be done, but I don't see an obvious way to do it. -- You are not really successful until someone claims

Re: Infinite loop bug with taglist()

2006-04-18 Thread Bram Moolenaar
r example. I will fix the problem. -- Although the scythe isn't pre-eminent among the weapons of war, anyone who has been on the wrong end of, say, a peasants' revolt will know that in skilled hands it is fearsome. -- (Terry Pratchett, Mort)

Re: Omni-completion fails when the screen space is too small

2006-04-19 Thread Bram Moolenaar
atative flashing of the title bar of > gvim can be observed. However, when I pressed Ctrl+C, it stops > responding any more. I see the problem. I'll look into it. -- hundred-and-one symptoms of being an internet addict: 163. You go outside for the fresh air (at -30 degrees)

Re: Coulpe of odd [repeatable] crashes in vim 7

2006-04-19 Thread Bram Moolenaar
Neil Bird wrote: > Around about 07/04/06 13:56, Bram Moolenaar typed ... > >>> The check for the current buffer to be locked was a bit too generic. > >>> I'll explicitly allow using ":edit" without an argument. > >>What about :checktim

Re: algorithmic problem when deleting ranges of lines?

2006-04-19 Thread Bram Moolenaar
x27;s probably because the lines are saved for undo. Try setting 'undolevels' to -1 and check the speed then. -- "Hit any key to continue" is a lie. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- ht

Re: Coulpe of odd [repeatable] crashes in vim 7

2006-04-19 Thread Bram Moolenaar
Neil Bird wrote: > Around about 19/04/06 12:07, Bram Moolenaar typed ... > > Apparently your FileChangedRO autocommand does something nasty. I > > suspect we need to detect that nastyness and disallow it. Any idea what > > the nasty bit could be? > >I tried mak

Re: request for / termcap entries in vim

2006-04-19 Thread Bram Moolenaar
rk to the todo list. > PS: I'm still using the anonymous CVS version of Vim from sourceforge. > If any of this has changed since then, please let me know and I'll > attempt to persuade by 56.6kbps modem to use the ftp / SVN server. No, this is stable code. -- hundred-an

Re: QuickFixCmdPost

2006-04-19 Thread Bram Moolenaar
n modify the quickfix > results if necessary. Makes sense. Ciaran, what do you think? -- The CIA drives around in cars with the "Intel inside" logo. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- h

Re: Feature request: for abbreviations

2006-04-20 Thread Bram Moolenaar
hen typing the > abbreviation (even if it is accidental) at the expression register > prompt. Did you try it? It should already work. -- hundred-and-one symptoms of being an internet addict: 195. Your cat has its own home page. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolena

Re: vim7: request for new autocommands

2006-04-20 Thread Bram Moolenaar
efine EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ [...] #define EMACS 666 /* Too many macros */ % /// Bram Moolenaar -- [E

Re: request for / termcap entries in vim

2006-04-20 Thread Bram Moolenaar
ble? > I've a feeling this won't conflict with anything else ... A feeling isn't good enough! Yes, there can be conflicts. The keypad keys aren't very well defined. And there is the various modes that change what escape sequences are being sent. And the termcap/terminfo syste

Re: omni-completion: info bug

2006-04-20 Thread Bram Moolenaar
hen he asks for your laptop. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me help AIDS victims -- http://www.ICCF.nl ///

Re: visual selection invisible in default color scheme when

2006-04-20 Thread Bram Moolenaar
example. I'll fix it. -- hundred-and-one symptoms of being an internet addict: 186. You overstay in the office so you can have more time surfing the net. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org

Re: omni-completion: info bug

2006-04-20 Thread Bram Moolenaar
Aaron Griffin wrote: > On 4/20/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > Aaron Griffin wrote: > > > > > Just a "heads up": > > > > > > Using an omni-completion dictionary, a single completion entry (for > >

Re: Code completion suggestions...

2006-04-20 Thread Bram Moolenaar
st my choices of 'add' or 'addAll', instead of having to manually > delete it after exiting the completion mode. Completion always works on the text before the cursor. The completion function can always include some text if it wants to. But changing text after the cursor is no

Re: Feature request: for abbreviations

2006-04-20 Thread Bram Moolenaar
ere and works great for me. I presume > documentation is pending on this? Oh, it's not mentioned at ":help :abbr". I'll add something. -- hundred-and-one symptoms of being an internet addict: 222. You send more than 20 personal e-mails a day. /// Bram

Re: Code completion and entries with duplicate 'word' attributes.

2006-04-21 Thread Bram Moolenaar
inserting "toLowerCase". You could have a function name ten times and need to type CTRL-N ten times to get to another word. I suggest you put alternate function arguments together with one word. Thus "toLowerCase" would have a menu item and info that shows both possi

Re: Coulpe of odd [repeatable] crashes in vim 7

2006-04-21 Thread Bram Moolenaar
Neil Bird wrote: > Around about 19/04/06 20:03, Bram Moolenaar typed ... > > Main issue is: Do you open another buffer or window? > >I don't believe so. Apart from some tricky indirection (the srcctl > plugin has a generic set up, then calls the relevant real scrip

Re: pushkeys() patch, add keys to typeahead buffer, simple

2006-04-21 Thread Bram Moolenaar
uot;" to a CR character - it deletes characters from a previous mapping Should use ins_typebuf() directly. Docs could be better... -- hundred-and-one symptoms of being an internet addict: 251. You've never seen your closest friends who usually live WAY too far away. /// Bram Moolenaar --

Re: pushkeys() patch, add keys to typeahead buffer, simple

2006-04-21 Thread Bram Moolenaar
Yakov Lerner wrote: > On 4/21/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Yakov Lerner wrote: > > > At the request of Nikolai Weibull, I made a patch, the > > > pushkeys({string}) function which add keys sequence to the > > > typeahead bufer. &g

Re: a[M:N]

2006-04-21 Thread Bram Moolenaar
nd-one symptoms of being an internet addict: 266. You hear most of your jokes via e-mail instead of in person. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and dist

Re: pushkeys() patch, add keys to typeahead buffer, simple

2006-04-22 Thread Bram Moolenaar
Yakov Lerner wrote: > On 4/21/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Yakov Lerner wrote: > > > On 4/21/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > Yakov Lerner wrote: > > > > > At the request of Nikolai Weibull, I made

Re: Guitab: font size

2006-04-23 Thread Bram Moolenaar
smiling enchantingly and a number of equally delectable GIRLIES draped around in the seductively poulticed room. They look at him smilingly and wave. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- [EMAIL PROT

Re: Code completion and entries with duplicate 'word' attributes.

2006-04-23 Thread Bram Moolenaar
n item to the dictionary for this is sufficient. Let's use "dup" for that. -- DINGO: And after the spanking ... the oral sex. GALAHAD: Oh, dear! Well, I... GIRLS: The oral sex ... The oral sex. GALAHAD: Well, I suppose I could stay a BIT longer. "Monty Py

Re: pushkeys() patch, add keys to typeahead buffer, simple

2006-04-23 Thread Bram Moolenaar
nd it. -- GALAHAD: No look, really, this isn't nescess ... PIGLET: We must examine you. GALAHAD: There's nothing wrong with ... that. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolena

Re: vim7: more completion bugs

2006-04-23 Thread Bram Moolenaar
.. you must tie her down on a bed ... and spank her. Come! GIRLS: A spanking! A spanking! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features

Re: pushkeys() patch, add keys to typeahead buffer, simple

2006-04-24 Thread Bram Moolenaar
ent to handle the keys as if they were typed. Then don't set the last but one argument for ins_typebuf(). However, this doesn't always work correctly, since this is only remembered with a count of mapped keys. Look in ins_typebuf() to see how this works. > > The help needs a f

Re: Guitab: font size

2006-04-24 Thread Bram Moolenaar
George Reilly wrote: > > Bram Moolenaar schrieb: > >> Georg Dahn wrote: > >> > >>> Since I am working on a laptop with a 1400x1050 display, the fonts I am > >>> using are rather large. That is, the menu font has a size of 11 pixel. > >>

Re: matchlist() behavior

2006-04-24 Thread Bram Moolenaar
s matchlist() should always return a list with ten items. Submatches that didn't match will then have an empty item. Example: echo matchlist('acd', '\(a\)\?\(b\)\?\(c\)\?\(.*\)') Results in: ['acd', 'a', '', 'c', 'd', &

Re: QuickFixCmdPost

2006-04-24 Thread Bram Moolenaar
Ciaran McCreesh wrote: > On Wed, 19 Apr 2006 22:57:44 +0200 Bram Moolenaar <[EMAIL PROTECTED]> > wrote: > | Eric Van wrote: > | > When issuing a quickfix command the QuickFixCmdPost auto commands > | > fire after vim has loaded the first quickfix result. I was hopi

Re: C syntax folding #if-0 omission

2006-04-24 Thread Bram Moolenaar
ble should be made in the docs. If you don't like it, it get's > added to my ~/.vim/after/syntax folder ... :) This looks like a good idea. I'll include it. -- "Never be afraid to tell the world who you are." -- Anonymous //

Vim version 7.0f BETA has been released

2006-04-24 Thread Bram Moolenaar
Try different machines if possible. See ":help bugs" in Vim. Send me a patch if you can! If something needs discussing with other developers, send a message to the vim-dev mailing list. You need to subscribe first. Happy Vimming! -- I have to exercise early in the morning bef

Re: Vim-7.0f: error in help for :tabmove

2006-04-25 Thread Bram Moolenaar
are brackets, since it's optional. -- FIRST GUARD: Ah! Now ... we're not allowed to ... SIR LAUNCELOT runs him through, grabs his spear and stabs the other guard who collapses in a heap. Hiccoughs quietly. "Monty Python and the Holy Grail" PYTHON (MONTY)

Re: some problem with vim7f Beta

2006-04-25 Thread Bram Moolenaar
of humanity on the other line and they desparately want to ask you a few questions. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www

Re: vim70f, no hyphen-suggestions, dictionary bug(?)

2006-04-25 Thread Bram Moolenaar
;bad-tempered" and "bad-egg" are. -- This is the polymorph virus! Follow these instructions carefully: 1. Send this message to everybody you know. 2. Format your harddisk. Thank you for your cooperation in spreading the most powerful virus ever! /// Bram Moo

Re: some problem with vim7f Beta

2006-04-25 Thread Bram Moolenaar
ply doesn't go well with "longest". -- DEAD PERSON: I don't want to go in the cart! CUSTOMER: Oh, don't be such a baby. MORTICIAN:I can't take him... DEAD PERSON: I feel fine! CUSTOMER: Oh, do us a favor... MORTICIAN:I can't.

Re: :for var in list

2006-04-25 Thread Bram Moolenaar
: You're not fooling anyone y'know. Look, isn't there something you can do? DEAD PERSON: I feel happy... I feel happy. [whop] CUSTOMER: Ah, thanks very much. MORTICIAN:Not at all. See you on Thursday. CUSTOMER: Right.

Re: vim70f -- number of spell suggestions > 'lines' (for some non-English spl)

2006-04-26 Thread Bram Moolenaar
a dictatorship. A self-perpetuating autocracy in which the working classes-- WOMAN: Oh there you go, bringing class into it again. DENNIS: That's what it's all about if only people would-- The Quest for the Holy Grail (Monty Python) /// Bram Mo

Re: some problem with vim7f Beta

2006-04-26 Thread Bram Moolenaar
Caret quote back-tick dollar dollar dash, [EMAIL PROTECTED] Bang splat equal at dollar under-score, %*<> ~#4 Percent splat waka waka tilde number four, &[]../ Ampersand bracket bracket dot dot slash, |{,,SYSTEM HALTED Vertical-bar curly-bracket c

Re: Now that we have feedkeys()...

2006-04-26 Thread Bram Moolenaar
; One could map 'd' to map 'ac' once pressed, but it would be hard to > make sure that 'ac' was unbound if the user cancelled the command in > any way. Can't you do this with ":omap"? -- Proofread carefully to see if you any words out. /// Bram Mo

Re: Now that we have feedkeys()...

2006-04-27 Thread Bram Moolenaar
Nikolai Weibull wrote: > On 4/27/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > One could map 'd' to map 'ac' once pressed, but it would be hard to > > > make sure that 'ac' was unbound if the user cancelled the comman

Re: Bug: closing an inactive gui tab on windows

2006-04-27 Thread Bram Moolenaar
Vi has won with 3 to 1. http://www.ssc.com/lg/issue30/raymond.html /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\download, build and distribute -- http://www.A-A-P.org/// \\\help me help AIDS victims -- http://ICCF-Holland.org///

Re: Insert mode: does not paste the whole register

2006-04-28 Thread Bram Moolenaar
#x27; set the number of lines will change. -- User: I'm having problems with my text editor. Help desk: Which editor are you using? User: I don't know, but it's version VI (pronounced: 6). Help desk: Oh, then you should upgrade to version VIM (pronounced: 994). /// Bram

Re: :tabnew gtk-1.2.10 QNX632, NetBSD BUG(?)

2006-04-28 Thread Bram Moolenaar
I don't understand what you are doing and what you are expecting. Please explain the sequence of commands exactly. -- "When I die, I want a tombstone that says "GAME OVER" - Ton Richters /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \

  1   2   3   4   5   6   7   8   9   >