aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/file_search.c
diff options
context:
space:
mode:
authorPavel Platto <hinidu@gmail.com>2014-06-05 11:23:30 +0300
committerPavel Platto <hinidu@gmail.com>2014-08-02 09:16:59 +0300
commite1dd98512f2cf7273da932211b6f47fd03e4c40a (patch)
treec33f938ac2c2afb0a3b0cae81cfefe2c46cc9dcf /src/nvim/file_search.c
parent2e831e56c7579653ce86014326b88d6a7221b7fb (diff)
downloadrneovim-e1dd98512f2cf7273da932211b6f47fd03e4c40a.tar.gz
rneovim-e1dd98512f2cf7273da932211b6f47fd03e4c40a.tar.bz2
rneovim-e1dd98512f2cf7273da932211b6f47fd03e4c40a.zip
Remove EBCDIC: Clean up comments
Diffstat (limited to 'src/nvim/file_search.c')
-rw-r--r--src/nvim/file_search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/file_search.c b/src/nvim/file_search.c
index 845a99acad..c7e1f5cbbc 100644
--- a/src/nvim/file_search.c
+++ b/src/nvim/file_search.c
@@ -409,7 +409,6 @@ vim_findfile_init (
* The octet after a '**' is used as a (binary) counter.
* So '**3' is transposed to '**^C' ('^C' is ASCII value 3)
* or '**76' is transposed to '**N'( 'N' is ASCII value 76).
- * For EBCDIC you get different character values.
* If no restrict is given after '**' the default is used.
* Due to this technique the path looks awful if you print it as a
* string.