Re: Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-04 Thread John Little
On Thursday, June 5, 2014 5:59:58 AM UTC+12, Stas Malavin wrote: > To make changes in several files I use the following script: > > echo search('publications.html"') | normal o href="./book_series.html">Книжные серии > echo search('collections.html"') | d > echo search('photo.html"') | d > wq > >

Re: Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-04 Thread Ben Fritz
On Wednesday, June 4, 2014 12:59:58 PM UTC-5, Stas Malavin wrote: > To make changes in several files I use the following script: > > > > echo search('publications.html"') | normal o href="./book_series.html">Книжные серии > > echo search('collections.html"') | d > > echo search('photo.html"')

Re: Cannot set runtimepath correctly

2014-06-04 Thread DwigtArmyOfChampions
Never mind. I fixed it. I had to change the directory path that pathogen was calling infect() on from ".vim_runtime" to "vim_runtime". -- -- 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 ht

Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-04 Thread Stas Malavin
To make changes in several files I use the following script: echo search('publications.html"') | normal oКнижные серии echo search('collections.html"') | d echo search('photo.html"') | d wq Then I do for file in *.html do; vim -e $file < script; done As a result a string "^Z=86=K5 A5@88" is ins

Why vim doesn't insert cyrillic symbols properly in Ex mode?

2014-06-04 Thread Stas Malavin
To make changes in several files I use the following script: echo search('publications.html"') | normal oКнижные серии echo search('collections.html"') | d echo search('photo.html"') | d wq Then I do for file in *.html do; vim -e $file < script; done As a result a string "^Z=86=K5 A5@88" is inse

How can a highlight group combine custom attributes and a link?

2014-06-04 Thread boss
Hello! I am aware of one way for a highlight group to contain both custom attributes and a link to another group: :hi Foo guifg=red :hi! link Foo Comment :hi Foo Foo xxx guifg=red links to Comment Are there any other ways to do this? The context is I have a plugin which define

Re: yaml.vim indentexpr, unindents on ":"

2014-06-04 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On June 4, 2014 4:28:31 PM GMT+03:00, Kai Weber wrote: >❦ Thomas Bondo Homburg : > >> When I type a colon, the current line is unindented immediately. > >Same problem here. > >I tried the following plugin and it works well. >https://github.com/cha

cmdline autocomplete ":e scp://" urls

2014-06-04 Thread dza
Hi guys. I wanna autocomplete URLs on the cmdline so when I type :e scp://root@somewhere//some It would expand to :e scp://root@somewhere//somefile First step would something like :cmap Or the more complicated catch TAB, rerun wildchar() func (if not an scp url) or :cmap and execute somethi

Re: yaml.vim indentexpr, unindents on ":"

2014-06-04 Thread Kai Weber
❦ Thomas Bondo Homburg : > When I type a colon, the current line is unindented immediately. Same problem here. I tried the following plugin and it works well. https://github.com/chase/vim-ansible-yaml I am still not convinced wether indent/yaml.vim is wrong or ansible. I read about the nested d

Re: Cannot set runtimepath correctly

2014-06-04 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On June 4, 2014 2:52:14 PM GMT+03:00, DwigtArmyOfChampions wrote: >I am trying to install The Ultimate Vim Configuration on my Windows PC >(from https://github.com/amix/vimrc ), and I can't get the runtimepath >to work. I have a folder inside my

Cannot set runtimepath correctly

2014-06-04 Thread DwigtArmyOfChampions
I am trying to install The Ultimate Vim Configuration on my Windows PC (from https://github.com/amix/vimrc ), and I can't get the runtimepath to work. I have a folder inside my home folder called "vim_runtime" and inside that folder are all the folders containing all the plugins and settings and