Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Bashrc doesn't show lines correctly #350

Open
eatthoselemons opened this issue Feb 17, 2021 · 0 comments
Open

Bashrc doesn't show lines correctly #350

eatthoselemons opened this issue Feb 17, 2021 · 0 comments

Comments

@eatthoselemons
Copy link

I have indentLine working on other files but for some reason indentLine doesn't work on bashrc files:

      fgc=${fgc#37} # white    
      bgc=${bgc#40} # black    
  ▏ ▏ ▏    
      vals="${fgc:+$fgc;}${bgc}"    
      vals=${vals%%;}    
  ▏ ▏ ▏    
      seq0="${vals:+\e[${vals}m}"    
      printf "  %-9s" "${seq0:-(defaut)}"

The empty lines show the tab characters but not the actual lines, is there a reason that bashrc files wouldn't work?

file -i for bashrc:
config-files/bashrc: text/plain; charset=utf-8

file -i for some files that work:
README.md: text/plain; charset=us-ascii
config-files/vimrc" text/plain; charset=utf-8
install.sh: text/plain; charset=us-ascii

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant