]> git.lizzy.rs Git - micro.git/history - cmd
Merge pull request #619 from nicqrocks/patch-1
[micro.git] / cmd /
2017-04-02 Zachary YedidiaMerge
2017-04-02 Zachary YedidiaFix TabSwitch to work by tab name as well
2017-03-31 Zachary YedidiaRelocate cursor on search
2017-03-29 Zachary YedidiaRead extra new line
2017-03-29 Zachary YedidiaImprove html syntax rules
2017-03-29 Zachary YedidiaAdd support for limit-group to highlights region limits
2017-03-29 Zachary YedidiaAdd skip statements to all strings
2017-03-29 Zachary YedidiaSlight improvements to included region highlighting
2017-03-29 Zachary YedidiaDon't skip included rules in end
2017-03-28 Zachary YedidiaFix incorrect crystal filetype detection
2017-03-28 Zachary YedidiaImprove some more region highlighting
2017-03-28 Zachary YedidiaFix region highlighting with empty rules
2017-03-28 Zachary YedidiaAdd support for skipping and remove need for lookbehind
2017-03-27 Zachary YedidiaBetter unicode support in highlight
2017-03-27 Zachary YedidiaFix out of bounds error on syntax highlighting
2017-03-27 Zachary YedidiaFix some issues with unicode syntax highlighting
2017-03-27 Zachary YedidiaDocument the keepautoindent option
2017-03-27 Zachary YedidiaProperly handle files that don't end with newlines
2017-03-27 Zachary YedidiaMerge
2017-03-27 Zachary YedidiaFix indent char styling
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-26 Zachary YedidiaFix small softwrap bug
2017-03-26 Zachary YedidiaUpdate yaml syntax file
2017-03-26 Zachary YedidiaAdd memusage option to view memory usage
2017-03-26 Zachary YedidiaFix precedence for python multi-comments
2017-03-26 Zachary YedidiaProper unicode support
2017-03-26 Zachary YedidiaRead one line for empty strings
2017-03-26 Zachary YedidiaOptimize how files are read into the buffer
2017-03-26 Zachary YedidiaSmall optimization to state only highlighting
2017-03-25 Zachary YedidiaFix possible overflow error
2017-03-24 Zachary YedidiaAdd more performance and memory optimizations
2017-03-22 Zachary YedidiaAdd support for lookbehind in region regexes
2017-03-22 Zachary YedidiaFix another issue with horizontal scrolling
2017-03-22 Zachary YedidiaImprove performance on long lines
2017-03-21 Zachary YedidiaFix small bug
2017-03-21 Zachary YedidiaImprove new syntax files and fix a region glitch
2017-03-21 Zachary YedidiaUpdate runtime
2017-03-21 Zachary YedidiaSupport rule precedence just like the old format
2017-03-21 Zachary YedidiaOptimize the memory usage for syntax highlighting
2017-03-20 Zachary YedidiaProperly clear syntax highlighting when it is disabled
2017-03-20 Zachary YedidiaUse bytes for highlight groups
2017-03-16 Zachary YedidiaFix larger multiline region highlighting
2017-03-16 Zachary YedidiaFix small issue with regions
2017-03-13 Zachary YedidiaFix some small glitches with cursor positioning
2017-03-11 Zachary YedidiaFix error when opening directory
2017-03-09 Zachary YedidiaCheck if file is dir before opening
2017-03-09 Zachary YedidiaFix split divider style
2017-03-05 Zachary YedidiaFix findNext and findPrevious with certain regexes
2017-03-03 Zachary YedidiaBuild runtime
2017-03-03 CaptainMcClellanAdded theming to the Vsplit divider. (#578)
2017-03-03 Zachary YedidiaRevert "Added title setting (Requires tcell pull!)...
2017-03-03 Zachary YedidiaFix block indent selection
2017-03-02 CaptainMcClellanAdded title setting (Requires tcell pull!) and optimize...
2017-03-01 Zachary YedidiaUpdate runtime
2017-03-01 Zachary YedidiaUpdate runtime
2017-03-01 CaptainMcClellanSyntax Highlight Overhaul (#568)
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-26 Zachary YedidiaAdd more syntax files and include syntax highlighter...
2017-02-26 Zachary YedidiaMinor fixes
2017-02-26 Zachary YedidiaRemove old view code
2017-02-26 Zachary YedidiaMinor fix to tab size
2017-02-26 Zachary YedidiaImprove horizontal scrolling
2017-02-26 Zachary YedidiaSupport include statements in syntax files
2017-02-26 Zachary YedidiaHighlight selections
2017-02-26 Zachary YedidiaDon't highlight if syntax is off
2017-02-26 Zachary YedidiaSupport multiple splits
2017-02-26 Zachary YedidiaAdd cursorline support
2017-02-26 Zachary YedidiaDraw tab characters correctly
2017-02-26 Zachary YedidiaFix newline state
2017-02-26 Zachary YedidiaStore highlighting matches in each line
2017-02-26 Zachary YedidiaFix tab size
2017-02-26 Zachary YedidiaStart implementing syntax highlighting optimizations
2017-02-26 Zachary YedidiaStore states in linearray
2017-02-26 Zachary YedidiaUse new syntax highlighting engine from zyedidia/highlight
2017-02-26 Zachary YedidiaImprove drawing
2017-02-26 Zachary YedidiaAdd gutter message drawing and better cursor locating
2017-02-26 Zachary YedidiaAdd support for line numbers and cursor locations in...
2017-02-26 Zachary YedidiaCalculate line number offset
2017-02-26 Zachary YedidiaUse the new cellview for displaying
2017-02-26 Zachary YedidiaAdd beginning of cellview as well as improved ViewTypes
2017-02-26 Zachary YedidiaMerge pull request #564 from DanielPower/master
2017-02-26 Zachary YedidiaAdd tabswitch command
2017-02-24 Zachary YedidiaMerge
2017-02-24 Zachary YedidiaUpdate autoclose
2017-02-23 Zachary YedidiaMerge
2017-02-23 Zachary YedidiaAdd colorscheme complete function
2017-02-21 Zachary YedidiaFix various linter and vet warnings
2017-02-20 Zachary YedidiaFix find and replace counter
2017-02-20 Zachary YedidiaMerge pull request #553 from samdmarshall/master
2017-02-20 Samantha Marshallfixing bug in closing tabs and not being able to select...
2017-02-20 Zachary YedidiaResize all tabs on EventResize
2017-02-20 Zachary YedidiaFix bold highlighting not working right
2017-02-19 Zachary YedidiaMerge pull request #551 from samdmarshall/master
2017-02-19 Samantha Marshallfixing hex number highlighting for nim
2017-02-16 Zachary YedidiaMerge pull request #522 from samdmarshall/master
2017-02-16 Zachary YedidiaMerge pull request #520 from samdmarshall/tab-scrolling
2017-02-15 Zachary YedidiaDon't trim arguments for 'set'
2017-02-11 Zachary YedidiaMerge pull request #547 from ta2gch/third-party-licenses
2017-02-11 Zachary YedidiaUpdate go highlighting
next