Danek Duvall wrote the following on 12.10.2011 23:40

-- <snip> --

> I used
> 
>     comm -13 =(grep -l "set cpo" **/*.vim) =(grep -l "^[[:space:]]*\\\\" 
> **/*.vim)
> 
> to generate mine (with some zsh-isms).  That gives 73 files to check out
> once you ignore the keymap files.

-- <snip> --

funily my updated version finds some more, which yours didn't. And the other way
round. Here is how:

,--------------------------------------------

$ grep -HiIrn -l '^[\t ]*\\' . > ~/build/foooo/lst
$ for i in "$(cat ~/build/foooo/lst)" ; do grep -L 'set cpo' $i ; \
  done > ~/build/foooo/final
$ diff lst.danek final > diff
`---------------------------------------------

'diff' is attached. I have verified some and they are truly missing ones.

Regards.
-- 
bye Thilo

4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6  7C18 89A4 A2A0 C70B 1A8F

-- 
You received this message from the "vim_dev" 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
--- lst.danek   2011-10-13 18:10:54.000000000 +0000
+++ final       2011-10-13 18:10:45.000000000 +0000
@@ -1,9 +1,6 @@
 ./autoload/ada.vim
-./autoload/adacomplete.vim
 ./autoload/decada.vim
 ./autoload/gnat.vim
-./autoload/htmlcomplete.vim
-./autoload/javascriptcomplete.vim
 ./autoload/netrw.vim
 ./autoload/phpcomplete.vim
 ./autoload/sqlcomplete.vim
@@ -28,29 +25,36 @@
 ./compiler/gnat.vim
 ./compiler/hp_acc.vim
 ./compiler/ifort.vim
-./compiler/intel.vim
-./compiler/irix5_c.vim
-./compiler/irix5_cpp.vim
-./compiler/mips_c.vim
-./compiler/mipspro_c89.vim
-./compiler/mipspro_cpp.vim
 ./ftplugin/art.vim
-./ftplugin/cs.vim
-./ftplugin/occam.vim
-./ftplugin/pyrex.vim
-./ftplugin/python.vim
 ./ftplugin/spec.vim
 ./indent/cmake.vim
 ./indent/css.vim
-./indent/eiffel.vim
-./indent/idlang.vim
 ./indent/java.vim
 ./indent/mp.vim
-./indent/occam.vim
-./indent/python.vim
 ./indent/sqlanywhere.vim
 ./indent/vim.vim
 ./indent/xinetd.vim
-./lang/menu_ja_jp.euc-jp.vim
-./lang/menu_ja_jp.utf-8.vim
-./lang/menu_japanese_japan.932.vim
+./spell/de/de_19.diff
+./spell/en/en_NZ.diff
+./spell/nl/nl_NL.diff
+./syntax/ada.vim
+./syntax/cmake.vim
+./syntax/cucumber.vim
+./syntax/datascript.vim
+./syntax/lsl.vim
+./syntax/objc.vim
+./syntax/perl6.vim
+./syntax/php.vim
+./syntax/po.vim
+./syntax/tex.vim
+./tools/ccfilter.1
+./tools/shtags.1
+./tutor/tutor.de
+./tutor/tutor.de.utf-8
+./tutor/tutor.fr
+./tutor/tutor.fr.utf-8
+./tutor/tutor.nb
+./tutor/tutor.nb.utf-8
+./tutor/tutor.no
+./tutor/tutor.no.utf-8
+./vimrc_example.vim

Raspunde prin e-mail lui