Add an hack in order to permit file completion despite ^I is mapped - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 2c4082b9906e9e821e047c413a5e9929384509b9
(DIR) parent 6f8036abc9fcd222b75ca1d3df1cac671032f643
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Tue, 25 Sep 2018 15:24:41
Add an hack in order to permit file completion despite ^I is mapped
- Instead of mapping ^I to four spaces map it to ^T (the use in Python or
similar code of ^T instead of ^I when editing will be probably mostly
indistinguishable)
- Reinitialize filec to ^T so we can finally have the file completion!
Diffstat:
nexrc.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff -r 6f8036abc9fc -r 2c4082b9906e nexrc.py
--- a/nexrc.py Mon Sep 24 23:37:25 2018 +0200
+++ b/nexrc.py Tue Sep 25 15:24:41 2018 +0200
@@ -3,4 +3,5 @@
" Python-ic
set expandtab
set shiftwidth=4
-map!
+map!
+set filec=\