about and

2016-04-04 Thread samxyzabc
following is from :help NL-used-for-Nul Technical detail: characters in the file are stored as in memory. In the display they are shown as "^@". The translation is done when reading and writing files. To match a with a search pattern you can just enter CTRL-@ or "CTRL-V 000". This is probabl

Re: Vimdiff with multiple buffers

2016-04-04 Thread Anton Daneyko
Simon Ruderich ruderich.org> writes: > > On Thu, Jan 21, 2016 at 02:53:04PM -0500, Ven Tadipatri wrote: > > Hmm...I guess I should have read the manual first. > > :diffget > > seems to do the trick. So to answer my own question, I would do > > :diffget 1 for the one on the left > > and :diffge

Discarding the output (stderr?) from a filter

2016-04-04 Thread Sonny Chee
Hey Guys, I am compiling my current file with the command: :! pdflatex % Vim briefly fires off a shell and the external program's progress is echo'ed to sterr (I believe). This is the behavior I want. However, when I put this mapping into my .vimrc inoremap w!!pdflatex %i The messages tha

Re: How Encoding decoding utf-16 html charset entity

2016-04-04 Thread Nikolay Aleksandrovich Pavlov
2016-04-04 18:35 GMT+03:00 Ni Va : > Hi, > > I've got some CDATA sections in html source and want to pass easily from > utf-16 characters to ascii chars and opposite operation. > > I'am currently using a dict to make needed substitutions. Is it possible to > avoid this king of func passing by som

How Encoding decoding utf-16 html charset entity

2016-04-04 Thread Ni Va
Hi, I've got some CDATA sections in html source and want to pass easily from utf-16 characters to ascii chars and opposite operation. I'am currently using a dict to make needed substitutions. Is it possible to avoid this king of func passing by some others predefined commands ? fun! TestFunc2

Re: Open All Folds When Opening a File

2016-04-04 Thread Charles Campbell
goldhexter wrote: > Hello all, > > I've used VIM for basic editing, but am new to using it as a full fledged > development environment. Much of my coding is via Python so I've installed > the SimpylFold plugin via Vundle. All is fine, I can unfold and fold using > the "z" options. However, what