Hello,
Recently, I was unsuccessful at figuring out how to achieve "pushd" and
"popd" functionality for Vim's current-directory. All I needed was one
level of pushd/popd. Turns out vim does support this:
$ diff -c /c/tmp/editing.txt /c/opt/vim/vim74/doc/editing.txt
*** /c/tmp/editing.txt Mon Nov 18 19:05:10 2013
--- /c/opt/vim/vim74/doc/editing.txt Sat Aug 10 05:31:20 2013
***************
*** 1317,1326 ****
will be written, because you gave a new file name and did not refer to a
filename before the ":cd".
- *pushd* *popd*
- The combination of |:cd| and |:cd-| act pushd and popd commands -- but for
- a single level of directory changes.
-
==============================================================================
8. Editing binary files
*edit-binary*
--- 1317,1322 ----
--
--
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
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Monday, November 18, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment