search for: vimscript

Displaying 2 results from an estimated 2 matches for "vimscript".

Did you mean: nimscript
2011 Jun 09
5
Vim scripting - cursor motion
I am working on my first vim script. The script is supposed to do some find/replace on a file, then save the file with a new name and quit vim. I will save the script in a file and then call it from a bash script like this: vim path-to-the-file -s path-to-my-script Maybe I have not found the right resources. I can find/replace with expressions that are similar to those I use manually, for
2008 Apr 15
1
problems with skipping server-excluded files with rsync 2.6.6
...true use chroot = true read only = false write only = true [drb] comment = DrB Environment path = / include from = /var/run/ifxclm-rsync-incl-drb exclude = * The include file (/var/run/ifxclm-rsync-incl-drb) looks like: - .ssh - .kde - .history - .bash_history - .LogGetan - .viminfo - .vimscripts - *.swp - /project/drb/src - /project/drb/logbuch - /project/drb/.Log* /project /project/drb /project/drb/** /project/tform /project/tform/** /usr /usr/lib /usr/lib/tfmac /usr/lib/tfmac/** The rsync server is called as follows: /usr/bin/rsync --daemon --port=874 --config=/var/run/ifxclm-rsyncd.co...