how can I mark the indentation with (dots) in Vim ?

2014-06-28 Thread Arup Rakshit
Hi, If you look at the below video url, http://blog.teamtreehouse.com/what-is-a-has_many-through-association-in-ruby-on-rails-treehouse-quick-tip You can see, that, while he is typing code, indentations are showing with dots. 2 dots for 2 space indentations, 4 dots for 4 spaces etc.. How

Re: how can I mark the indentation with (dots) in Vim ?

2014-06-28 Thread Matteo Cavalleri
you can try some plugins like: https://github.com/Yggdroot/indentLine https://github.com/nathanaelkane/vim-indent-guides -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: how can I mark the indentation with (dots) in Vim ?

2014-06-28 Thread glts
On Saturday, June 28, 2014 11:48:41 AM UTC+2, Arup Rakshit wrote: If you look at the below video url, http://blog.teamtreehouse.com/what-is-a-has_many-through-association-in-ruby-on-rails-treehouse-quick-tip You can see, that, while he is typing code, indentations are showing with dots.

How to substitute text with combining characters?

2014-06-28 Thread kksoat
For text `é,e` (\x65 \u0301 \x2c \x65): If I use `:s/\Ze/x/g`, I get `x,x`. How to get `x́,x`? If I use `:s/́/̂/g` (substitue \u0301 with \u0302), I get ̂`,e`. How to get `ê,e`? Is this a bug or not? -- -- You received this message from the vim_use maillist. Do not top-post! Type your

vim 7.4: pasting is very slow on HP UX machine.

2014-06-28 Thread Sarath Addanki
Hi, I have to use vim on HP-UX machine. Whenever I paste any text with more than one line(or some 60 chars), it completes the operation very slowly. This problem is making vim un usable. Please assist. Following are the details machine details: HP-UX stlhp107 B.11.31 U ia64 3120353525

Tabs for indentation, spaces for alignment - possible in vanilla vim?

2014-06-28 Thread Bruno Sutic
Hi, I would like to use tabs for indentation and spaces for alignment. This idea is also described here: http://vim.wikia.com/wiki/Indent_with_tabs%2C_align_with_spaces#Smart_tabs To put it simple: - tabs should be used at the beginning of the line - spaces should be inserted when after any

Re: How to substitute text with combining characters?

2014-06-28 Thread glts
On Saturday, June 28, 2014 6:21:23 PM UTC+2, kks...@gmail.com wrote: For text `é,e` (\x65 \u0301 \x2c \x65): If I use `:s/\Ze/x/g`, I get `x,x`. How to get `x́,x`? If I use `:s/́/̂/g` (substitue \u0301 with \u0302), I get ̂`,e`. How to get `ê,e`? Is this a bug or not? The first

RE: how can I mark the indentation with (dots) in Vim ?

2014-06-28 Thread John Beckett
Arup Rakshit wrote: You can see, that, while he is typing code, indentations are showing with dots. 2 dots for 2 space indentations, 4 dots for 4 spaces etc.. How the same can be done in Vim ? Search for listchars at http://vim.wikia.com/wiki/Highlight_unwanted_spaces John -- -- You

Re: vim 7.4: pasting is very slow on HP UX machine.

2014-06-28 Thread Ben Fritz
On Saturday, June 28, 2014 4:01:39 PM UTC-5, Sarath Addanki wrote: Hi, I have to use vim on HP-UX machine. Whenever I paste any text with more than one line(or some 60 chars), it completes the operation very slowly. This problem is making vim un usable. Please assist. Following are the