aksr wrote:
how to display characters "čćšđž" in vim and is that possible? --------------- when i try to type this chars, i get "▐ " (something like this..) what i should do? thank you....
I'm not sure what you mean by display, but to insert them into the text use CTRL-K.
See `:help CTRL-K` and `:help digraphs` č ^Kc< ć ^Kc' š ^Ks< đ ^Kd- ž ^Kz< -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. I like Perl; it's the only language where you can bless your thingy. Eliminate software piracy: use only FLOSS. -- 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 http://www.vim.org/maillist.php
