Home
last modified time | relevance | path

Searched refs:filtering (Results 1 – 25 of 27) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_filter_cmd.vim108 " 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 Dtest_autocmd.vim2196 " - FilterReadPost substituting characters after filtering
/vim-8.2.3635/src/
H A Dbufwrite.c638 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 Dfileio.c131 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 Dbufwrite.pro3 …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 Dsieve.vim2 " Language: Sieve filtering language input file
/vim-8.2.3635/runtime/syntax/
H A Dsieve.vim2 " Language: Sieve filtering language input file
/vim-8.2.3635/runtime/doc/
H A Dos_unix.txt17 Temporary files (for filtering) are put in "/tmp". If you want to place them
H A Dos_dos.txt259 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 Dusr_10.txt719 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 Dvarious.txt585 commands support filtering, try it out to check if it
586 works. Some of the commands that support filtering:
H A Ddiff.txt406 - The 'shell' and associated options are not set correctly. Try if filtering
H A Dstarting.txt252 ":sh", filtering, the system() function, backtick expansion
1675 < The filtering happens on the file name.
H A Dchange.txt586 < When the number of lines after filtering is less than
607 Vim uses temporary files for filtering, generating diffs and also for
H A Dusr_41.txt1796 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 Dmotion.txt991 - When the number of lines after filtering is equal to
H A Dautocmd.txt332 |ShellFilterPost| after filtering with a shell command
H A Dtodo.txt4090 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 Dediting.txt1451 to see your text while you are editing it. When filtering text with
H A Dquickfix.txt1933 Alternatively to filtering the LaTeX compiler output, it is also possible
H A Dinsert.txt1169 comparing. Which means, "equal=1" disables filtering
H A Dversion5.txt1011 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 Dversion7.txt998 |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 Doptions.txt6656 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 Dgzip.vim75 " when filtering the whole buffer, it will become empty

12