Re: spellrepall

2018-07-18 Fir de Conversatie Bee
> It makes sense that the behavior of :spellrepall be consistent with > that of z=, but I think the behavior should be that z= is available > even when 'spell' is off. Except that ]s ]S [s [S also need 'spell' on. That is... ALL spelling except :spellrepall need 'spell' on. -- -- You received

Re: spellrepall

2018-07-18 Fir de Conversatie Bee
> It makes sense that the behavior of :spellrepall be consistent with > that of z=, but I think the behavior should be that z= is available > even when 'spell' is off. Except that ]s ]S [s [s also need 'spell' on. That is... all spelling except spellrepall need 'spell' on. -- -- You received

spellrepall

2018-07-17 Fir de Conversatie Bee
With nospell if z= is issued E756: Spell checking is not enabled With nospell if spellrepall is issued E752: No previous spell replacement Should this also be: E756: Spell checking is not enabled Should spellrepall only be available when spelling is enabled? As a workaround, this works:

Re: Add history in Find dialog

2018-03-22 Fir de Conversatie bee
Am Donnerstag, 22. März 2018 20:03:29 UTC+1 schrieb Blay263: > On Thursday, March 22, 2018 at 2:17:14 PM UTC-4, bee wrote: > > On the command line (after :) we can scroll through our last command. > > Similarily, it would be great if ... the dialog "Find & Rep

Add history in Find dialog

2018-03-22 Fir de Conversatie bee
I am using GVIM, and I got a development request for the next version of VIM. On the command line (after :) we can scroll through our last command. Similarily, it would be great if the field "Search for" ("Suchen nach") in the dialog "Find & Replace" has a history of the strings searched for

Re: [vim/vim] Alignment of Vim relative numbers (#1875)

2017-07-27 Fir de Conversatie Bee
On Tuesday, July 25, 2017 at 2:04:31 AM UTC-7, Azat S. wrote: > Is there any way to align current line number to right? It looks strange by > default, current line is aligning to left. Why there is not option to change > it? There is one option: :se nonu rnu It will right align the current

Re: [vim/vim] Proposal: change 't' to position afTer the instead before it (#1759)

2017-06-10 Fir de Conversatie Bee
On Saturday, June 10, 2017 at 6:45:55 AM UTC-7, Tony Mechelynck wrote: > On Sat, Jun 10, 2017 at 3:19 PM, vim-dev ML wrote: > > I am happy with the current function of f and t. > > But I would like to know how to re-map t (or another char) such that it > > would it

Re: [vim/vim] Proposal: change 't' to position afTer the instead before it (#1759)

2017-06-10 Fir de Conversatie Bee
I am happy with the current function of f and t. But I would like to know how to re-map t (or another char) such that it would it would essentially do f(char)l. How to do f wait for (char) then do l? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

listchars extends always show

2016-03-19 Fir de Conversatie Bee
vim on linux and mac If I set the listchars option: set listchars=extends:>,precedes:< As I would expect: set list shows both the extends and precedes chars NOT expected: set nolist still shows the extends char Should extends be disabled when 'set nolist' -- -- You received this message

Re: [patch] allow to vimgrep current buffer

2014-10-27 Fir de Conversatie Bee
On Monday, October 27, 2014 1:06:12 PM UTC-7, Christian Brabandt wrote: Bram, here is a patch, that allows to use :vimgrep /foobar/ to search only the current buffer. You might want to argue this is already possible just use '%' as the filename, but that does not work, if the current

Re: Dear Bram

2014-10-19 Fir de Conversatie Bee
On Sunday, October 19, 2014 6:07:07 AM UTC-7, Paul Evans wrote: I have now just personally run into yet another facet of this problem. Due to my mapping :map A-5 :b 5CR I cannot type the Greek letter µ, often used as the micro SI prefix symbol. try: :map a-5 c-kMycr :help :digraphs

Re: Dear Bram

2014-10-19 Fir de Conversatie Bee
On Sunday, October 19, 2014 6:30:50 AM UTC-7, Bee wrote: On Sunday, October 19, 2014 6:07:07 AM UTC-7, Paul Evans wrote: I have now just personally run into yet another facet of this problem. Due to my mapping :map A-5 :b 5CR I cannot type the Greek letter µ, often used as the micro

Re: Dear Bram

2014-10-19 Fir de Conversatie Bee
On Sunday, October 19, 2014 6:37:04 AM UTC-7, Bee wrote: On Sunday, October 19, 2014 6:30:50 AM UTC-7, Bee wrote: On Sunday, October 19, 2014 6:07:07 AM UTC-7, Paul Evans wrote: I have now just personally run into yet another facet of this problem. Due to my mapping :map A-5 :b 5CR

Re: Dear Bram

2014-10-19 Fir de Conversatie Bee
On Sunday, October 19, 2014 6:43:23 AM UTC-7, James McCoy wrote: On Oct 19, 2014 9:30 AM, Bee fo...@calcentral.com wrote: On Sunday, October 19, 2014 6:07:07 AM UTC-7, Paul Evans wrote: I have now just personally run into yet another facet of this problem. Due to my mapping    :map A-5

Re: mapping or cmdheight bug?

2014-09-18 Fir de Conversatie Bee
On Thursday, September 18, 2014 8:07:40 AM UTC-7, Christian Brabandt wrote: Am 2014-09-18 16:12, schrieb Adelar da Silva Queiróz: I can reproduce the issue on Windows as well. I think, the behaviour depends on how many buffers you have loaded. If the output of :ls! causes a scroll, then it

building vim normal without +multi_byte?

2014-09-18 Fir de Conversatie Bee
linux mint 17 cinnamon vim 7.4.444 I am successful building vim with: ./configure \ --prefix=$HOME/vim-test/local \ --with-features=normal \ --disable-gui \ --without-x \ --disable-netbeans \

Re: Visual block mode with cursor keys

2014-09-18 Fir de Conversatie Bee
On Thursday, September 18, 2014 6:55:37 AM UTC-7, Ken Takata wrote: When using cursor keys in visual block mode, wrong texts are inserted. (Vim 7.4.444 on Windows/Linux) E.g.: Reproducing steps: 1. Input the following text: aa bb cc 2. Start visual block mode, input some

Re: building vim normal without +multi_byte?

2014-09-18 Fir de Conversatie Bee
On Thursday, September 18, 2014 2:17:11 PM UTC-7, Christian Brabandt wrote: On Do, 18 Sep 2014, Bee wrote: linux mint 17 cinnamon vim 7.4.444 I am successful building vim with: ./configure \ --prefix=$HOME/vim-test/local

mapping or cmdheight bug?

2014-09-14 Fir de Conversatie Bee
mapping or cmdheight bug? Linux Mint 17 Cinnamon gvim and vim 7.4.52 (installed via apt-get) vim 7.4.443 (compiled from source) MacOS 10.4.11 vim 7.4.442 (compiled from source) Is this a vim bug or a problem with my mapping? Create this mapping: nmap ,l :ls!cr:b If I set: set cmdheight=2 (or

Re: detect the star register?

2014-08-05 Fir de Conversatie Bee
@Tony, thank you for the autocmd hint. This time it is working as I expect, local terminal and ssh. autocmd VimEnter * \ let @- = @* | silent! let @* = 'star' \| if @* == 'star' | let @* = @- \| set cb^=unnamed cb^=unnamedplus cb+=autoselect \| endif -- -- You received this message from

detect the star register?

2014-08-04 Fir de Conversatie Bee
Is there a RELIABLE way to detect the star register? vim version 7.4.383 compiled with +clipboard If I put this in the .vimrc: if has(clipboard) let @9 = '' | echo @9 let @* = 'star' | echo @* redir @ | silent reg | redir END | echo @ endif On starting vim it will display:

Re: [BUG] :unlet $ENV does not work

2014-02-02 Fir de Conversatie Bee
On Sunday, February 2, 2014 8:39:43 AM UTC-8, ZyX wrote: If I do vim -u NONE -c 'unlet $PATH' I get “E488: Trailing characters” error. :help :unlet :unl[et][!] {name} ... *:unlet* *:unl* *E108* *E795* Remove the internal variable {name}. Note: INTERNAL to vim -- -- You received this

Re: [BUG] :unlet $ENV does not work

2014-02-02 Fir de Conversatie Bee
On Sunday, February 2, 2014 11:08:05 AM UTC-8, ZyX wrote: Note: INTERNAL to vim And guess where they are actually stored? In vim process memory. In linux there is a special global variable that is manipulated by various *env functions (see “man getenv”, there is a “SEE ALSO” list at

Re: [BUG] :unlet $ENV does not work

2014-02-02 Fir de Conversatie Bee
On Sunday, February 2, 2014 12:06:25 PM UTC-8, ZyX wrote: How about using a shell script: ? I am talking about unsetting environment variables which are set in vim. How is this script related? Your original post said: vim -u NONE -c 'unlet $PATH' It looked as though you were referring to

g[lobal] with s[ubstitute]

2013-07-05 Fir de Conversatie Bee
Hello Bram Will this patch be incorporated in 7.3.? Bill g[lobal] with s[ubstitute] https://groups.google.com/forum/m/#!topic/vim_use/S5MiwpqCzDc On Di, 18 Jun 2013, Tim Chase wrote: On 2013-06-18 09:46, Christian Brabandt wrote: On Mon, June 17, 2013 01:12, Bee wrote: Also if I

set guifont with commas FAILS on Linux

2013-06-23 Fir de Conversatie Bee
set guifont with commas FAILS on Linux ...1.2.3.4.5.6 quote :help guifont This is a list of fonts which will be used for the GUI version of Vim. In its simplest form the value is just one font name. When the font cannot be found you will get an

MacVim 7.3.1184

2013-06-14 Fir de Conversatie Bee
MacVim 7.3.1184 Compiles and runs on a PowerBook G3 Pismo 500 MHz with osX 10.4.11 (Tiger) Amazing, I hope it continues to work with all the coming updates. Bill -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to.

Re: split() and 'ic'

2012-11-02 Fir de Conversatie Bee
On Nov 2, 9:45 am, Andy Wokula anw...@yahoo.de wrote: Looks like split() never ignores case:      :set ic      :echo split('abcABC', 'b')      ['a', 'cABC'] but this is not mentioned in      :h split() What about adding a line (taken from :h :helpgrep):      'ignorecase' is not used,

Re: (BUG) pastetoggle and f{char}

2012-10-18 Fir de Conversatie Bee
On Oct 15, 8:01 am, Marcin Szamotulski msza...@gmail.com wrote: On 07:45 Mon 15 Oct     , Bee wrote: I need to add: It is only necessary to 'define' set pastetoggle=,, in .vimrc to get this effect. Bill -- You received this message from the vim_dev maillist. Do not top

pastetoggle and f{char}

2012-10-15 Fir de Conversatie Bee
pastetoggle and f{char} When pastetoggle is set as: set pastetoggle=,, --or-- set pastetoggle=jj f{char} To [count]'th occurrence of {char} to the right. The use of f, to find , (or fj to find j) will result in a delay as though a mapping. Is this expected? Bill -- You received this message

Re: pastetoggle and f{char}

2012-10-15 Fir de Conversatie Bee
I need to add: It is only necessary to 'define' set pastetoggle=,, in .vimrc to get this effect. Bill -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Patch 7.3.633

2012-08-20 Fir de Conversatie Bee
On Aug 20, 6:21 pm, Charles E Campbell Jr drc...@campbellfamily.biz wrote: Bram Moolenaar wrote: Patch 7.3.633 Problem:    Selection remains displayed as selected after selecting another        text. Solution:   Call xterm_update() before select(). (Andrew Pimlott) Files:        

does .= have advantage?

2012-08-07 Fir de Conversatie Bee
Hello Bram These do the same thing: let @/ = @/ . pad[c] let @/ .= pad[c] Is there an advantage (speed? resources?) to use one rather the other? That is, other than less typing. :set allows a pre-pend as ^= as well as ap-pend with .= :let has only ap-pend with .= Bill -- You received

escape / after \V

2012-07-29 Fir de Conversatie Bee
escape / after \V :help \V Use of \V means that in the pattern after it only the backslash has a special meaning. very nomagic I have a function: function! Visual2Highlight() let @/ = '\c\V' . substitute(escape(@@,'/\'),'\n','\\n','g') execute '3match User1 /' . @/ . '/' endf vnoremap F12

Re: vim global options and local options

2012-07-26 Fir de Conversatie Bee
On Jul 26, 5:54 pm, 驼峰 guotuof...@gmail.com wrote: On Friday, July 27, 2012 12:36:15 AM UTC+8, Ben Fritz wrote: On Wednesday, July 25, 2012 10:22:41 PM UTC-5, 驼峰 wrote: gt; Hi, all gt; gt; I have one question regarding to the global/local boolean option in vim. gt; gt; I want to

Re: vim global options and local options

2012-07-26 Fir de Conversatie Bee
This might be helpful :help infercase add this to .vimrc: :set infercase Bill -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

document histadd() update

2012-07-08 Fir de Conversatie Bee
It seems that histadd() and histget() can use the same 's[hort]' name as history: These work: call histadd(s, hello) call histget(s,-1) Should the documentation be changed? histadd({history}, {item})*histadd()* Add the String {item} to the history {history} which can be one of:

Re: Cursor and Insert-Mode ( cursor is back-spacing ) ( version 7.3.382 )

2012-04-03 Fir de Conversatie Bee
On Apr 2, 10:45 am, Bovy, Stephen stephen.b...@teradata.com wrote: Every Time I switch  IN and OUT-OF  Insert-Mode  ( THE-CURSOR ) moves ( BACK-WARDS )  ( ONE-POSITION ) :help gi Bill -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

number relativenumber reset bug?

2012-03-18 Fir de Conversatie Bee
number relativenumber reset bug? I use several machines, Linux, Mac, Windows and have a vimrc that works very for all. The versions of vim range from 6.2 to 7.3.475, small, normal, and huge. The only 'problem' is with number and relativenumber. The default for the small vim is set early in

extend t T f F

2011-12-25 Fir de Conversatie Bee
extend t T f F Is it possible to make ';' trigger a catch if there are no more matches in a line? Without it displaying an error message. Something like the following: function! Semi() try | normal! ; catch | normal! + endtry endfun nmap F12 :call Semi()cr -Bill -- You received this

Re: Where did the unofficial patches go?

2011-11-24 Fir de Conversatie Bee
On Nov 23, 10:23 pm, Peter Valdemar Mørch pmo...@gmail.com wrote: I'm looking for patch #15: Correctly indent wrapped lines in particular. The URL is apparently supposed to behttp://groups.google.com/group/vim_dev/web/vim-patches as referenced by [1], [2] and [3]. That URL simply

Re: Where did the unofficial patches go?

2011-11-24 Fir de Conversatie Bee
On Nov 24, 9:31 am, Christian Brabandt cbli...@256bit.org wrote: On Thu, November 24, 2011 6:25 pm, Bee wrote: On Nov 23, 10:23 pm, Peter Valdemar M rch pmo...@gmail.com wrote: I'm looking for patch #15: Correctly indent wrapped lines in particular. or use an ftp client and login

E817: Blowfish big/little endian use wrong

2011-07-29 Fir de Conversatie Bee
E817: Blowfish big/little endian use wrong I compiled vim using MacPorts on a PPC Mac to run on both PPC and Intel: sudo port install vim +universal It runs on both, but when opening an encrypted file I got this message: E817: Blowfish big/little endian use wrong E819: Blowfish test failed I

Re: vim 7.3.237 f fails

2011-07-10 Fir de Conversatie Bee
On Jul 9, 1:04 pm, Christian Brabandt cbli...@256bit.org wrote: A temporary work around would be: :set cpo+=; I looked at :help 'cpo' but could not find the ; option. In the older vim 6.2 the option causes an error: E539: Illegal character ;: cpo+=; How does your temporary work around work? I

Re: vim 7.3.237 f fails

2011-07-09 Fir de Conversatie Bee
On Jul 9, 3:34 am, Bram Moolenaar b...@moolenaar.net wrote: Bill Bee beeyawned wrote: These have a problem with f and F Mac gui vim-app 7.3.237 Mac terminal vim 7.3.237 WinXP gui vim 7.3.237 If there are consecutive characters as , using f to find the next 4 will skip to every

Re: vim 7.3.237 f fails

2011-07-09 Fir de Conversatie Bee
On Jul 9, 1:04 pm, Christian Brabandt cbli...@256bit.org wrote: A temporary work around would be: :set cpo+=; Thank you Christian, the temporary work around... works. -Bill -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying

vim 7.3.237 f fails

2011-07-08 Fir de Conversatie Bee
These have a problem with f and F Mac gui vim-app 7.3.237 Mac terminal vim 7.3.237 WinXP gui vim 7.3.237 If there are consecutive characters as , using f to find the next 4 will skip to every other 4 or in the case of 44 with no other 4's in the line, will not progress to the next 4. These

setting pastetoggle

2011-03-16 Fir de Conversatie Bee
I have pastetoggle set to F11 and it works. When I set it with: :set pastetoggle=F11 :opt shows: pastetoggle key sequence to toggle paste mode set pt=80F1 When I set it with: :set pastetoggle=F11 :opt shows: pastetoggle key sequence to toggle paste mode set pt=F11 Both

Re: :ed issue

2011-02-18 Fir de Conversatie Bee
On Feb 15, 8:48 am, Donald Allen donaldcal...@gmail.com wrote: I'm a fairly recent convert to vim, after using emacs for many, many years (I used the very first version of emacs, built on top of Teco, on Tenex on a DEC PDP-10; I guess just dated myself!). The issue: using gvim (I think the

Re: Hex viewer/editor with vim

2011-02-08 Fir de Conversatie Bee
On Feb 8, 2:25 pm, Peter de Ridder cavalie...@gmail.com wrote: Hi, Using vim do edit binary files isn't always that easy. With display+=uhex you can make unprintable characters show as hex, but the printable characters are still shown as normal characters. Using xxd so convert a file to hex

Re: http://vimhelp.appspot.com/

2010-10-19 Fir de Conversatie Bee
On Oct 19, 12:02 am, Antonio Colombo azc...@gmail.com wrote: the problem is that the options.txt page contains a single very long line, line # 4334. I copied the html and css files to my Mac and removed the two div's with the 50% and -50%, it then displays beautifully in Safari and Firefox,

sort bug?

2010-10-13 Fir de Conversatie Bee
sort bug? vim 7.3.27 Linux vim 7.3.21 Mac 10.4.11 Select the lines between the rules (including the blank lines) and sort: ','sort n 1-2-3-4-5-6 xxx yyy: 0 xxx yyy: 1 xxx yyy: 2 xxx yyy: 3 xxx yyy: 4 xxx yyy: 5 xxx yyy: 6 xxx yyy: 7 xxx yyy:

Re: sort bug?

2010-10-13 Fir de Conversatie Bee
On Oct 13, 6:56 pm, Charles E Campbell Jr drc...@campbellfamily.biz wrote: Bee wrote: sort bug? vim 7.3.27 Linux vim 7.3.21 Mac 10.4.11 Select the lines between the rules (including the blank lines) and sort: ','sort n 1-2-3-4-5-6

Re: sort bug?

2010-10-13 Fir de Conversatie Bee
On Oct 13, 10:00 pm, Bee beeyaw...@gmail.com wrote: On Oct 13, 6:56 pm, Charles E Campbell Jr drc...@campbellfamily.biz wrote: Bee wrote: sort bug? vim 7.3.27 Linux vim 7.3.21 Mac 10.4.11 Select the lines between the rules (including the blank lines) and sort: ','sort n

spellcapcheck cleared when changing buffers

2010-10-12 Fir de Conversatie Bee
I posted a question on vim_use about spellcapcheck being cleared when changing buffers. Gary did a test: On 2010-10-12, Gary Johnson wrote: Sorry--forgot to report the version info. I tested that using vim-7.3 on Cygwin on Windows XP and vim-7.3.3 on RHEL4. Also, I retested with vim in

Re: vim 7.3.11 conditional bug

2010-09-30 Fir de Conversatie Bee
On Sep 30, 7:34 am, Ben Fritz fritzophre...@gmail.com wrote: On Sep 29, 4:54 am, Bee beeyaw...@gmail.com wrote: if 0 copy this whole message and :w test.txt vim 7.3.11 conditional bug I have been testing my vimrc with different builds of vim. The base of each build is:   Linux

Re: vim 7.3.11 conditional bug

2010-09-30 Fir de Conversatie Bee
On Sep 30, 1:08 pm, Ben Fritz fritzophre...@gmail.com wrote: Actually, this says absolutely nothing about small or tiny builds of Vim 7.3. I take it, you expect Vim 7.3 Tiny to act like Vim 4.5 in this case? This does seem reasonable, but is not explicitly stated. I think you're right and

vim 7.3.11 conditional bug

2010-09-29 Fir de Conversatie Bee
if 0 copy this whole message and :w test.txt vim 7.3.11 conditional bug I have been testing my vimrc with different builds of vim. The base of each build is: Linux -- Quirky 1.3 vim 7.3.11 no gui no xim An error occurs ONLY in tiny or small, NOT normal. Did not try big or huge.

searching for Mac non-breaking space

2010-08-06 Fir de Conversatie Bee
searching for Mac non-breaking space *[:blank:]* [:blank:] space and tab characters *[:space:]* [:space:] whitespace characters I have asked on vim-use and opinion is [:space:] will find more than [:blank:] On MacOS the non-breaking space is not found by either. Search for

redir global command bug?

2010-07-19 Fir de Conversatie Bee
redir global command bug? :v/^127/ Will show all lines that do not start with 127 When I do: redir! not127.txt | silent v/^127/ | redir end Only the first line is save to the file. Is this a bug? But with a suggestion from Christian, this works: redir! not127.txt | execute silent v/^127/ |

formatlistpat bug?

2010-07-11 Fir de Conversatie Bee
Mac terminal vim version 7.2.444 Linux terminal version 7.2.330 :set formatlistpat returns: formatlistpat=^\s*\d\+[\]:.)}\t ]\s* Doing the following results in an error :set formatlistpat=^\s*\d\+[\]:.)}\t ]\s* E518: Unknown option: ]\s* I know this is the default... When I tried to customize

Re: formatlistpat bug?

2010-07-11 Fir de Conversatie Bee
On Jul 11, 9:33 pm, Benjamin R. Haskell v...@benizi.com wrote: On Sun, 11 Jul 2010, Bee wrote: Mac terminal vim version 7.2.444 Linux terminal version 7.2.330 :set formatlistpat returns: formatlistpat=^\s*\d\+[\]:.)}\t ]\s* Doing the following results in an error :set

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-11 Fir de Conversatie Bee
On Jul 11, 2:20 pm, Bram Moolenaar b...@moolenaar.net wrote: Jjgod Jiang wrote (a long time ago): Running vim under Mac OS X terminal do not support copy to/from system clipboard currently, this patch add this feature. To have this feature in mainstream, we receive the following

Can I rely on left to right evaluation?

2010-06-18 Fir de Conversatie Bee
Can I rely on left to right evaluation? Is there a problem with this phrase and the order of evaluation? @b + setreg('b', @ln ? @b : @b+1 ) Is it a tricky side effect semantics as John Little warns? Note: setreg() Returns zero for success Thanks to a suggestion in vim_use I have grouped

inoremap esc bug?

2010-05-25 Fir de Conversatie Bee
inoremap esc bug? http://vim.wikia.com/wiki/Avoid_the_escape_key I tried the Improving the Esc key on that page. inoremap Esc Esc`^ In Mac terminal and Linux urxvt it has side effects for the arrow keys. The arrow keys up, down, right, left produce A, B, C, D respectively. Hmmm, vim keycodes

Re: inoremap esc bug?

2010-05-25 Fir de Conversatie Bee
On May 25, 1:19 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 25/05/10 18:03, Bee wrote: inoremapesc  bug? http://vim.wikia.com/wiki/Avoid_the_escape_key I tried the Improving the Esc key on that page. inoremapEsc  Esc`^ In Mac terminal and Linux urxvt it has side