| /vim-8.2.3635/src/testdir/ |
| H A D | test_filter_cmd.vim | 108 " Test filtering :let command 119 " Test filtering :set command 126 " Test filtering :llist command 134 " Test filtering :jump command 141 " Test filtering :marks command 149 " Test filtering :highlight command
|
| H A D | test_autocmd.vim | 2196 " - FilterReadPost substituting characters after filtering
|
| /vim-8.2.3635/src/ |
| H A D | bufwrite.c | 638 int filtering) in buf_write() argument 749 && !filtering in buf_write() 826 else if (filtering) in buf_write() 1017 if (!filtering) in buf_write() 1930 if (*buf->b_p_key != NUL && !filtering) in buf_write() 1988 && !filtering in buf_write() 2002 && !filtering in buf_write() 2042 && *buf->b_p_key != NUL && !filtering in buf_write() 2152 && *buf->b_p_key != NUL && !filtering) in buf_write() 2359 if (!filtering) in buf_write() [all …]
|
| H A D | fileio.c | 131 int filtering = (flags & READ_FILTER); in readfile() local 233 && !filtering in readfile() 276 if (!filtering && !read_stdin && !read_buffer) in readfile() 685 if (filtering) in readfile() 741 if (!recoverymode && !filtering && !(flags & READ_DUMMY)) in readfile() 1098 && !filtering in readfile() 2420 if (!filtering && !(flags & READ_DUMMY)) in readfile() 2630 if (filtering) in readfile()
|
| /vim-8.2.3635/src/proto/ |
| H A D | bufwrite.pro | 3 …nr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sieve.vim | 2 " Language: Sieve filtering language input file
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sieve.vim | 2 " Language: Sieve filtering language input file
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_unix.txt | 17 Temporary files (for filtering) are put in "/tmp". If you want to place them
|
| H A D | os_dos.txt | 259 Vim puts temporary files (for filtering) in the first of these directories 269 filtering). The first of these directories that exists and in which Vim can
|
| H A D | usr_10.txt | 719 In anticipation of the filtering, the cursor drops to the bottom of the 743 knows how the shell works exactly. When you have problems with filtering, 761 to tune the options to make filtering work. Check the help for the options
|
| H A D | various.txt | 585 commands support filtering, try it out to check if it 586 works. Some of the commands that support filtering:
|
| H A D | diff.txt | 406 - The 'shell' and associated options are not set correctly. Try if filtering
|
| H A D | starting.txt | 252 ":sh", filtering, the system() function, backtick expansion 1675 < The filtering happens on the file name.
|
| H A D | change.txt | 586 < When the number of lines after filtering is less than 607 Vim uses temporary files for filtering, generating diffs and also for
|
| H A D | usr_41.txt | 1796 filtering works, something goes wrong in between ":try" and ":finally" or the 1797 user cancels the filtering by pressing CTRL-C, the "call delete(tmp)" is
|
| H A D | motion.txt | 991 - When the number of lines after filtering is equal to
|
| H A D | autocmd.txt | 332 |ShellFilterPost| after filtering with a shell command
|
| H A D | todo.txt | 4090 8 When filtering changes the encoding 'fileencoding' may not work. E.g., 5290 8 After filtering the Visual area, make "gv" select the filtered text? 5707 8 When filtering text, redirect stderr so that it can't mess up the screen 5896 7 Instead of filtering errors with a shell script it should be possible to
|
| H A D | editing.txt | 1451 to see your text while you are editing it. When filtering text with
|
| H A D | quickfix.txt | 1933 Alternatively to filtering the LaTeX compiler output, it is also possible
|
| H A D | insert.txt | 1169 comparing. Which means, "equal=1" disables filtering
|
| H A D | version5.txt | 1011 file is made when filtering. 6197 because the filtering is done with 'binary' set. 6198 Solution: Split the filtering into separate write, filter and read commands.
|
| H A D | version7.txt | 998 |ShellFilterPost| after filtering with a shell command 2211 Unix: When filtering text with an external command Vim would still read input, 2217 Unix: When filtering text through a shell command some resulting text may be 12088 Problem: When filtering text with an external command Vim may not read all 13289 Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move
|
| H A D | options.txt | 6656 filtering). 6715 In the future pipes may be used for filtering and this option will 6756 In the future pipes may be used for filtering and this option will
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 75 " when filtering the whole buffer, it will become empty
|